IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

7.11.2.11 IfcTendonTypeEnum

7.11.2.11.1 Semantic definition

Enumeration defining the types of tendons.

7.11.2.11.2 Type values

Type Description
BAR

The tendon is configured as a bar.

COATED

The tendon is coated.

STRAND

The tendon is a strand.

WIRE

The tendon is a wire.

USERDEFINED

The type of tendon is user defined.

NOTDEFINED

The type of tendon is not defined.

Table 7.11.2.11.A

7.11.2.11.3 Formal representation

TYPE IfcTendonTypeEnum = ENUMERATION OF
	(BAR
	,COATED
	,STRAND
	,WIRE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.11.2.11.4 References

Edit on Github


Is this page difficult to understand? Let us know!