Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element BoundingBoxAxisAlignedType / PointMin
Annotations
The PointMin element is the minimal point of the bounding box (the corner with the minimum X, Y, and Z values).
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType
Type PointSimpleType
Type hierarchy
Properties
content simple
Facets
length 3
Source
<xs:element name="PointMin" type="PointSimpleType">
  <xs:annotation>
    <xs:documentation>The PointMin element is the minimal point of the bounding box (the corner with the minimum X, Y, and Z values).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element BoundingBoxAxisAlignedType / PointMax
Annotations
The PointMin element is the maximal point of the bounding box (the corner with the maximum X, Y, and Z values).
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType
Type PointSimpleType
Type hierarchy
Properties
content simple
Facets
length 3
Source
<xs:element name="PointMax" type="PointSimpleType">
  <xs:annotation>
    <xs:documentation>The PointMin element is the maximal point of the bounding box (the corner with the maximum X, Y, and Z values).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type BoundingBoxAxisAlignedType
Annotations
The BoundingBoxAxisAlignedType defines a bounding box as a cuboid with axes parallel to the model coordinate system.
Diagram
Diagram Primitives_xsd_Complex_Type_BoundingBoxAxisAlignedType.tmp#BoundingBoxAxisAlignedType_PointMin Primitives_xsd_Complex_Type_BoundingBoxAxisAlignedType.tmp#BoundingBoxAxisAlignedType_PointMax
Used by
Children PointMax, PointMin
Source
<xs:complexType name="BoundingBoxAxisAlignedType">
  <xs:annotation>
    <xs:documentation>The BoundingBoxAxisAlignedType defines a bounding box as a cuboid with axes parallel to the model coordinate system.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PointMin" type="PointSimpleType">
      <xs:annotation>
        <xs:documentation>The PointMin element is the minimal point of the bounding box (the corner with the minimum X, Y, and Z values).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PointMax" type="PointSimpleType">
      <xs:annotation>
        <xs:documentation>The PointMin element is the maximal point of the bounding box (the corner with the maximum X, Y, and Z values).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd