Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcStructuralCurveTypeEnum

Definition from IAI: This type definition shall be used to distinguish between different types of structural 'curve' members, such as cables. The IfcStructuralCurveTypeEnum type is referenced by the entity IfcStructuralCurveMember.

NOTE: RIGID_JOINED_MEMBER is to be considered as beam, PIN_JOINED_MEMBER is to be considered as truss.

HISTORY: New type in Release IFC2x Edition 2.

EXPRESS specification:

TYPE IfcStructuralCurveTypeEnum = ENUMERATION OF
( RIGID_JOINED_MEMBER,
PIN_JOINED_MEMBER,
CABLE,
TENSION_MEMBER,
COMPRESSION_MEMBER,
USERDEFINED,
NOTDEFINED);
END_TYPE;