8.12.3.42 IfcTextureCoordinateIndices(纹理坐标索引)
8.12.3.42.1 语义定义(Semantic definition)
IfcTextureCoordinateIndices 为 IfcIndexedPolygonalFace 提供纹理坐标。TexCoordIndex 包含指向 IfcTextureVertexList 的索引列表,用于获取纹理坐标,这些坐标对应于 TexCoordsOf.CoordIndex(包含指向 IfcCartesianPointList3D 的索引列表,用于获取顶点坐标)。
8.12.3.42.2 实体继承(Entity inheritance)
8.12.3.42.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcTextureCoordinateIndices (3) | |||
| 1 | TexCoordIndex | LIST [3:?] OF IfcPositiveInteger |
指向继承属性 TexCoords 引用的 IfcTextureVertexList 的索引指针列表。 |
| 2 | TexCoordsOf | IfcIndexedPolygonalFace |
为其提供纹理坐标的 IndexedPolygonalFace。 |
| ToTexMap | IfcIndexedPolygonalTextureMap FOR TexCoordIndices |
无可用描述 |
|
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;