CartesianPoint

This is the x, y, and z distances from the origin. This element must have three Coordinate elements when representing 3-d space, which represent x, y and z in order. This element must have two Coordinate elements when representing 2-d space.

Element Information

Model

Children: Coordinate

Used By

Source

<xsd:element name="CartesianPoint">
  <xsd:annotation>
    <xsd:documentation>This is the x, y, and z distances from the origin. This element must have three Coordinate elements when representing 3-d space, which represent x, y and z in order. This element must have two Coordinate elements when representing 2-d space.</xsd:documentation>
    <xsd:appinfo>
      <xhtml:a href="http://cig.bre.co.uk/iai_uk/documentation/IfcR2x_Final/ifcgeometryresource/lexical/ifccartesianpoint.html">IfcCartesianPoint</xhtml:a>
    </xsd:appinfo>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="Coordinate" minOccurs="2" maxOccurs="3"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>

Sample