IfcTextureCoordinateIndicesWithVoids

Natural language names
Semantic definitions at the entity
Entity 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:

HISTORY New entity in IFC4.3.0.0

Attribute definitions
#AttributeTypeCardinalityDescription G
3InnerTexCoordIndicesIfcPositiveIntegerL[1:?] L[3:?] X
Inherited definitions from supertypes
Entity inheritance IfcTextureCoordinateIndices
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcTextureCoordinateIndices
1TexCoordIndexIfcPositiveIntegerL[3:?] List of index pointers into the IfcTextureVertexList referenced by the inherited attribute TexCoords. X
2TexCoordsOfIfcIndexedPolygonalFace The IndexedPolygonalFace for which the texture coordinates are provided. X
ToTexMapIfcIndexedPolygonalTextureMap
@TexCoordIndices
X
IfcTextureCoordinateIndicesWithVoids
3InnerTexCoordIndicesIfcPositiveIntegerL[1:?] L[3:?] X
Formal representations
XML Specification
 <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>
EXPRESS Specification
ENTITY IfcTextureCoordinateIndicesWithVoids
 SUBTYPE OF (IfcTextureCoordinateIndices);
  InnerTexCoordIndices : LIST [1:?] OF LIST [3:?] OF UNIQUE IfcPositiveInteger;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page