# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
3 | InnerTexCoordIndices | IfcPositiveInteger | L[1:?] L[3:?] | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcTextureCoordinateIndices | |||||
1 | TexCoordIndex | IfcPositiveInteger | L[3:?] | List of index pointers into the IfcTextureVertexList referenced by the inherited attribute TexCoords. | X |
2 | TexCoordsOf | IfcIndexedPolygonalFace | The IndexedPolygonalFace for which the texture coordinates are provided. | X | |
ToTexMap | IfcIndexedPolygonalTextureMap @TexCoordIndices | X | |||
IfcTextureCoordinateIndicesWithVoids | |||||
3 | InnerTexCoordIndices | IfcPositiveInteger | L[1:?] L[3:?] | X |
<xs:element name="IfcTextureCoordinateIndicesWithVoids" type="ifc:IfcTextureCoordinateIndicesWithVoids" substitutionGroup="ifc:IfcTextureCoordinateIndices" nillable="true"/>
<xs:complexType name="IfcTextureCoordinateIndicesWithVoids">
<xs:complexContent>
<xs:extension base="ifc:IfcTextureCoordinateIndices">
<xs:attribute name="InnerTexCoordIndices" use="optional">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="ifc:IfcPositiveInteger"/>
</xs:simpleType>
<xs:minLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcTextureCoordinateIndicesWithVoids
SUBTYPE OF (IfcTextureCoordinateIndices);
InnerTexCoordIndices : LIST [1:?] OF LIST [3:?] OF UNIQUE IfcPositiveInteger;
END_ENTITY;