IFC 4.3.0.0 (IFC4X3) final

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

8.12.3.42.6 Changelog

  • New resource