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.  | 
|
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;