API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

RebarSpacingExactSpacingElement Structure

This structure is used to hold number and distance data.

Namespace:  Tekla.Structures.Model
Assembly:  Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2022.0.13611
Syntax
public struct Element

The RebarSpacingExactSpacingElement type exposes the following members.

Constructors
  NameDescription
Public methodRebarSpacingExactSpacingElement
Initializes a new instance of the RebarSpacingExactSpacingElement struct.
Top
Fields
  NameDescription
Public fieldDistance
The distance between the bars.
Public fieldNumber
The number of bars.
Top
See Also