RebarSpacingCreate Method (RebarSpacingSpacingType, RebarSpacingOffset, RebarSpacingOffset, Double) |
Create a spacing which is defined by a single distance.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
public static RebarSpacing Create( RebarSpacingSpacingType type, RebarSpacingOffset startOffset, RebarSpacingOffset endOffset, double distance )
Parameters
- type
- Type: Tekla.Structures.ModelRebarSpacingSpacingType
The type of spacing. - startOffset
- Type: Tekla.Structures.ModelRebarSpacingOffset
The start offset. - endOffset
- Type: Tekla.Structures.ModelRebarSpacingOffset
The end offset. - distance
- Type: SystemDouble
The spacing distance.
Return Value
Type: RebarSpacingA RebarSpacing instance if the given type and distance are valid.