IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.12.3.42 IfcTextureCoordinateIndices

8.12.3.42.1 Semantic definition

The IfcTextureCoordinateIndices provide the texture coordinates for an IfcIndexedPolygonalFace. The TexCoordIndex holds a list of indices pointing into the IfcTextureVertexList for texture coordinates that correspond to the TexCoordsOf.CoordIndex holding a list of indices pointing into the IfcCartesianPointList3D for vertex coordinates.

8.12.3.42.2 Entity inheritance

8.12.3.42.3 Attributes

# Attribute Type Description
IfcTextureCoordinateIndices (3)
1 TexCoordIndex LIST [3:?] OF IfcPositiveInteger

List of index pointers into the IfcTextureVertexList referenced by the inherited attribute TexCoords.

2 TexCoordsOf IfcIndexedPolygonalFace

The IndexedPolygonalFace for which the texture coordinates are provided.

ToTexMap IfcIndexedPolygonalTextureMap FOR TexCoordIndices

No description available.

Table 8.12.3.42.A

8.12.3.42.4 Formal representation

ENTITY IfcTextureCoordinateIndices
 SUPERTYPE OF (ONEOF
	(IfcTextureCoordinateIndicesWithVoids));
	TexCoordIndex : LIST [3:?] OF IfcPositiveInteger;
	TexCoordsOf : IfcIndexedPolygonalFace;
 INVERSE
	ToTexMap : IfcIndexedPolygonalTextureMap FOR TexCoordIndices;
END_ENTITY;

8.12.3.42.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.12.3.42.6 Changelog

8.12.3.42.6.1 IFC4.3_DEV_ffe3a63

  • New resource