ReinforcementBaseReinforcementVisibilityTypes Enumeration |
The available reinforcement visibility types.
Only applies to bar groups and meshes.
See Tekla Structures help, "Setting the visibility of reinforcement in drawings", for more information.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
All | 1 | Shows all bars in a group or mesh. | |
First | 2 | Only shows the first bar in the group or mesh. | |
Last | 3 | Only shows the last bar in the group or mesh. | |
FirstAndLast | 4 | Shows the first and last bar in the group or mesh. | |
OneInTheMiddle | 5 | Shows one bar in the middle of the group or mesh. | |
TwoInTheMiddle | 6 | Shows two bars in the middle of the group or mesh. | |
Customized | 7 | Indicates that you have specified the location of the only visible reinforcing bar. See "Adjusting reinforcing bars" in the Tekla Structures help for more information. |
See Also