8.12.3.43 IfcTextureCoordinateIndicesWithVoids(带空隙纹理坐标索引)
8.12.3.43.1 语义定义(Semantic definition)
IfcTextureCoordinateIndicesWithVoids 是 IfcTextureCoordinateIndices 的子类型,用于为带内环的多边形面提供纹理坐标。TexCoordIndex 的二维列表保存了指向 IfcTextureVertexList 的索引,这些索引对应于 TexCoordsOf 处的 CoordIndex 列表,其中:
- 第一维对应于 TexCoordsOf 引用的 IfcIndexedPolygonalFaceWithVoids 中内环的列表位置
- 第二维对应于 IfcIndexedPolygonalFaceWithVoids 中第 n个内环处顶点的列表位置
8.12.3.43.2 实体继承(Entity inheritance)
8.12.3.43.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcTextureCoordinateIndices (3) | |||
| 1 | TexCoordIndex | LIST [3:?] OF IfcPositiveInteger |
指向继承属性 TexCoords 引用的 IfcTextureVertexList 的索引指针列表。 |
| 2 | TexCoordsOf | IfcIndexedPolygonalFace |
为其提供纹理坐标的 IndexedPolygonalFace。 |
| ToTexMap | IfcIndexedPolygonalTextureMap FOR TexCoordIndices |
无可用描述 |
|
| 点击显示 3 个隐藏的继承特性 点击隐藏 3 个继承特性 | |||
| IfcTextureCoordinateIndicesWithVoids (1) | |||
| 3 | InnerTexCoordIndices | LIST [1:?] OF LIST [3:?] OF UNIQUE IfcPositiveInteger |
无可用描述 |
8.12.3.43.4 形式化表示(Formal representation)
ENTITY IfcTextureCoordinateIndicesWithVoids
SUBTYPE OF (IfcTextureCoordinateIndices);
InnerTexCoordIndices : LIST [1:?] OF LIST [3:?] OF UNIQUE IfcPositiveInteger;
END_ENTITY;