IfcTextureVertexList

Natural language names
Textur - Vertexliste
Texture Vertex List
Liste des sommets de texture
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcTextureVertexListADDED
Semantic definitions at the entity
Entity definition

The IfcTextureVertexList defines an ordered collection of texture vertices. Each texture vertex is a two-dimensional vertex provided by a fixed list of two texture coordinates. The attribute TexCoordsList is a two-dimensional list, where

NOTE  The IfcTextureVertexList is introduced to provide a compact representation of an indexable representation of texture coordinates for texture maps in tessellated items.
HISTORY  New entity in IFC4.
Attribute definitions
#AttributeTypeCardinalityDescription G
1TexCoordsListIfcParameterValueL[1:?] L[2:2] List of texture vertices defined by S-coordinate and T-coordinate.X
Inherited definitions from supertypes
Entity inheritance IfcPresentationItem
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcPresentationItem
IfcTextureVertexList
1TexCoordsListIfcParameterValueL[1:?] L[2:2] List of texture vertices defined by S-coordinate and T-coordinate.X
Formal representations
XML Specification
 <xs:element name="IfcTextureVertexList" type="ifc:IfcTextureVertexList" substitutionGroup="ifc:IfcPresentationItem" nillable="true"/>
 <xs:complexType name="IfcTextureVertexList">
  <xs:complexContent>
   <xs:extension base="ifc:IfcPresentationItem">
    <xs:attribute name="TexCoordsList" use="optional">
     <xs:simpleType>
      <xs:restriction>
       <xs:simpleType>
        <xs:list itemType="ifc:IfcParameterValue"/>
       </xs:simpleType>
       <xs:minLength value="2"/>
      </xs:restriction>
     </xs:simpleType>
    </xs:attribute>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcTextureVertexList
 SUBTYPE OF (IfcPresentationItem);
  TexCoordsList : LIST [1:?] OF LIST [2:2] OF IfcParameterValue;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcIndexedTextureMap

Link to this page  Link to this page