IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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

A tension member which is able to carry transverse loads only under large deflection.

COMPRESSION_MEMBER

A member without tensional stiffness.

PIN_JOINED_MEMBER

A member with capacity to carry axial loads only, i.e. a link. Typically used in trusses.

RIGID_JOINED_MEMBER

A member with capacity to carry transverse and axial loads, i.e. a beam. Its actual joints may be rigid or pinned. Typically used in rigid frames.

TENSION_MEMBER

A member without compressional stiffness.

USERDEFINED

A specially defined member.

NOTDEFINED

A member without further categorization.

Table 7.10.2.9.A

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;

7.10.2.9.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.10.2.9.5 Changelog

7.10.2.9.5.1 IFC4

  • New resource