Elementuro:IfcAxis2Placement3D
uro:IfcAxis2Placement3D
定義
ローカル座標系の変換を定義する座標系情報を設定するためのデータ型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:pos
gml:DirectPositionType [1]
XMLスキーマ
  <xs:element name="IfcAxis2Placement3D" type="uro:IfcAxis2Placement3DType"/>
XMLインスタンスのサンプル
<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>