4.11.7 Texture

Texturing allows for realistic visualization of geometry, such that elements may be more easily and efficiently recognized, and construction details may be specifically indicated.

mvdXML Specification
<?xml version="1.0"?>
<ConceptTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" uuid="52255fb8-7135-4f9b-9536-888f6849fa0a" name="Texture" status="sample" applicableSchema="IFC4" applicableEntity="IfcPresentationItem">
  <SubTemplates>
    <ConceptTemplate uuid="19574eae-52be-43e7-9124-79a9451486cb" name="Image Texture" status="sample" applicableSchema="IFC4" applicableEntity="IfcImageTexture">
      <Rules>
        <AttributeRule AttributeName="Mode">
          <EntityRules>
            <EntityRule EntityName="IfcIdentifier" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="TextureTransform">
          <EntityRules>
            <EntityRule EntityName="IfcCartesianTransformationOperator2D">
              <AttributeRules>
                <AttributeRule AttributeName="Axis1">
                  <EntityRules>
                    <EntityRule EntityName="IfcDirection" />
                  </EntityRules>
                </AttributeRule>
                <AttributeRule AttributeName="Axis2">
                  <EntityRules>
                    <EntityRule EntityName="IfcDirection" />
                  </EntityRules>
                </AttributeRule>
                <AttributeRule AttributeName="LocalOrigin">
                  <EntityRules>
                    <EntityRule EntityName="IfcCartesianPoint">
                      <AttributeRules>
                        <AttributeRule AttributeName="Coordinates">
                          <EntityRules>
                            <EntityRule EntityName="IfcLengthMeasure" />
                          </EntityRules>
                        </AttributeRule>
                      </AttributeRules>
                    </EntityRule>
                  </EntityRules>
                </AttributeRule>
                <AttributeRule AttributeName="Scale" />
              </AttributeRules>
            </EntityRule>
            <EntityRule EntityName="IfcCartesianTransformationOperator2DnonUniform">
              <AttributeRules>
                <AttributeRule AttributeName="Axis1">
                  <EntityRules>
                    <EntityRule EntityName="IfcDirection" />
                  </EntityRules>
                </AttributeRule>
                <AttributeRule AttributeName="Axis2">
                  <EntityRules>
                    <EntityRule EntityName="IfcDirection" />
                  </EntityRules>
                </AttributeRule>
                <AttributeRule AttributeName="LocalOrigin">
                  <EntityRules>
                    <EntityRule EntityName="IfcCartesianPoint">
                      <AttributeRules>
                        <AttributeRule AttributeName="Coordinates">
                          <EntityRules>
                            <EntityRule EntityName="IfcLengthMeasure" />
                          </EntityRules>
                        </AttributeRule>
                      </AttributeRules>
                    </EntityRule>
                  </EntityRules>
                </AttributeRule>
                <AttributeRule AttributeName="Scale" />
                <AttributeRule AttributeName="Scale2" />
              </AttributeRules>
            </EntityRule>
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="Parameter">
          <EntityRules>
            <EntityRule EntityName="IfcIdentifier" />
          </EntityRules>
        </AttributeRule>
        <AttributeRule AttributeName="URLReference">
          <EntityRules>
            <EntityRule EntityName="IfcURIReference" />
          </EntityRules>
        </AttributeRule>
      </Rules>
    </ConceptTemplate>
    <ConceptTemplate uuid="59f2a46d-e55b-4d3a-98a0-585f10b517f1" name="Texture Map" status="sample" applicableSchema="IFC4" applicableEntity="IfcTextureCoordinate">
      <SubTemplates>
        <ConceptTemplate uuid="36f5b37a-5390-4743-a8a5-2b29fa5d50bd" name="Indexed Texture Map" status="sample" applicableSchema="IFC4" applicableEntity="IfcIndexedTriangleTextureMap">
          <Rules>
            <AttributeRule AttributeName="Maps">
              <EntityRules>
                <EntityRule EntityName="IfcImageTexture">
                  <References>
                    <Template ref="19574eae-52be-43e7-9124-79a9451486cb" />
                  </References>
                </EntityRule>
              </EntityRules>
            </AttributeRule>
            <AttributeRule AttributeName="TexCoords">
              <EntityRules>
                <EntityRule EntityName="IfcTextureVertexList">
                  <AttributeRules>
                    <AttributeRule AttributeName="TexCoordsList" />
                  </AttributeRules>
                </EntityRule>
              </EntityRules>
            </AttributeRule>
            <AttributeRule AttributeName="TexCoordIndex" />
          </Rules>
        </ConceptTemplate>
      </SubTemplates>
    </ConceptTemplate>
  </SubTemplates>
</ConceptTemplate>

Link to this page  Link to this page