7.10.2.9 IfcStructuralCurveMemberTypeEnum
7.10.2.9.1 Semantic definition
This enumeration distinguishes between different types of structural 'curve' members, such as cables.
7.10.2.9.2 Type values
| Type | Description |
|---|---|
CABLE
| |
COMPRESSION_MEMBER
| |
PIN_JOINED_MEMBER
| |
RIGID_JOINED_MEMBER
| |
TENSION_MEMBER
| |
USERDEFINED
| |
NOTDEFINED
|
7.10.2.9.3 Formal representation
TYPE IfcStructuralCurveMemberTypeEnum = ENUMERATION OF
(CABLE
,COMPRESSION_MEMBER
,PIN_JOINED_MEMBER
,RIGID_JOINED_MEMBER
,TENSION_MEMBER
,USERDEFINED
,NOTDEFINED);
END_TYPE;