IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.12.3.43 IfcTextureCoordinateIndicesWithVoids

8.12.3.43.1 Semantic definition

The IfcTextureCoordinateIndicesWithVoids is a subtype of IfcTextureCoordinateIndices to be used to provide texture coordinates to polygonal faces with inner loops. The two dimensional list of TexCoordIndex holds the indices into the IfcTextureVertexList that correspond to the list of CoordIndex at TexCoordsOf where:

8.12.3.43.2 Entity inheritance

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

Click to show 3 hidden inherited attributes Click to hide 3 inherited attributes
IfcTextureCoordinateIndicesWithVoids (1)
3 InnerTexCoordIndices LIST [1:?] OF LIST [3:?] OF UNIQUE IfcPositiveInteger

No description available.

Table 8.12.3.43.A

8.12.3.43.4 Formal representation

ENTITY IfcTextureCoordinateIndicesWithVoids
 SUBTYPE OF (IfcTextureCoordinateIndices);
	InnerTexCoordIndices : LIST [1:?] OF LIST [3:?] OF UNIQUE IfcPositiveInteger;
END_ENTITY;

8.12.3.43.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.12.3.43.6 Changelog

8.12.3.43.6.1 IFC4.3_DEV_70ee25e8

  • New resource