IFC 4.3.0.0 (IFC4X3) final

8.12.3.45 IfcTextureVertex

8.12.3.45.1 Semantic definition

An IfcTextureVertex is a list of 2 (S, T) texture coordinates.

8.12.3.45.2 Entity inheritance

8.12.3.45.3 Attributes

# Attribute Type Description
IfcTextureVertex (1)
1 Coordinates LIST [2:2] OF IfcParameterValue

The first Coordinate[1] is the S, the second Coordinate[2] is the T parameter value.

Table 8.12.3.45.A

8.12.3.45.4 Formal representation

ENTITY IfcTextureVertex
 SUBTYPE OF (IfcPresentationItem);
	Coordinates : LIST [2:2] OF IfcParameterValue;
END_ENTITY;

8.12.3.45.5 References