BaseRebarGroupExcludeTypeEnum Enumeration |
The different ways to exclude reinforcing bars from the group.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
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 group. | |
EXCLUDE_TYPE_LAST | 3 | The last reinforcing bar is not to be created to the group. | |
EXCLUDE_TYPE_BOTH | 4 | The first and last reinforcing bars are not to be created to the group. |
See Also