IfcTendonTypeEnum
Definition from IAI: Enumeration defining the types of tendons.
HISTORY New type in IFC Release 2x2
ENUMERATION
- STRAND The tendon is a strand.
- WIRE The tendon is a wire.
- BAR The tendon is configured as a bar.
- COATED The tendon is coated.
- USERDEFINED The type of tendon is user defined.
- NOTDEFINED The type of tendon is not defined.
EXPRESS specification:
|
TYPE IfcTendonTypeEnum = ENUMERATION OF
|
|
(
|
STRAND, WIRE, BAR, COATED, USERDEFINED, NOTDEFINED);
|
|
|