Elementuro:representationContexts
定義
プロジェクト内のIfcProductオブジェクトの形状表現に適用されるコンテキスト。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
          <xs:element name="representationContexts" minOccurs="0" type="uro:IfcGeometricRepresentationContextPropertyType"/>
XMLインスタンスのサンプル
<uro:representationContexts>
    <uro:IfcGeometricRepresentationContext>
        <uro:contextIdentifier>AAA000ABCDE</uro:contextIdentifier>
        <uro:contextType>Model</uro:contextType>
        <uro:coordinateSpaceDimension>3</uro:coordinateSpaceDimension>
        <uro:precision>0.000001</uro:precision>
        <uro:worldCoordinateSystem>
            <uro:IfcAxis2Placement3D>
                <uro:location>
                    <gml:Point>
                        <gml:pos>
                            <!--省略-->
                        </gml:pos>
                    </gml:Point>
                </uro:location>
                <uro:axis>0 0 1</uro:axis>
                <uro:refDirection>1 0 0</uro:refDirection>
            </uro:IfcAxis2Placement3D>
        </uro:worldCoordinateSystem>
        <uro:trueNorth>0 1</uro:trueNorth>
    </uro:IfcGeometricRepresentationContext>
</uro:representationContexts>