RebarSpacingExcludeTypeEnum Enumeration |
The different ways to exclude reinforcing bars from the spacing.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
EXCLUDE_TYPE_NONE | 1 | All the reinforcing bars are included. | |
EXCLUDE_TYPE_FIRST | 2 | The first reinforcing bar is not to be created to the spacing. | |
EXCLUDE_TYPE_LAST | 3 | The last reinforcing bar is not to be created to the spacing. | |
EXCLUDE_TYPE_BOTH | 4 | The first and last reinforcing bars are not to be created to the spacing. |
See Also