Navigation

IfcMemberTypeEnum

Definition from IAI: This enumeration defines the different types of linear elements an IfcMemberType object can fulfill:

HISTORY: New Enumeration in Release IFC2x Edition 2.

EXPRESS specification:

TYPE IfcMemberTypeEnum = ENUMERATION OF
( BRACE,
COLLAR,
MEMBER,
POST,
PURLIN,
RAFTER,
STRINGER,
STRUT,
USERDEFINED,
NOTDEFINED);
END_TYPE;