Showing:

Annotations
Diagrams
Source
Used by
Complex Type GeometrySetType
Annotations
The GeometrySetType describes the main container for storing all geometric entities present in the CAD scene.
Diagram
Diagram Geometry_xsd_Element_PointSet.tmp#PointSet Geometry_xsd_Element_Curve12Set.tmp#Curve12Set Geometry_xsd_Element_Curve13Set.tmp#Curve13Set Geometry_xsd_Element_SurfaceSet.tmp#SurfaceSet Geometry_xsd_Element_CurveMeshSet.tmp#CurveMeshSet Geometry_xsd_Element_SurfaceMeshSet.tmp#SurfaceMeshSet
Used by
Element GeometrySet
Children Curve12Set, Curve13Set, CurveMeshSet, PointSet, SurfaceMeshSet, SurfaceSet
Source
<xs:complexType name="GeometrySetType">
  <xs:annotation>
    <xs:documentation>The GeometrySetType describes the main container for storing all geometric entities present in the CAD scene.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="PointSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional PointSet element is a collection of all instances of PointEntityType present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Curve12Set" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Curve12Set element is a collection of all 2D curves (curve(t):R1->R2) present in the CAD scene. These curves are defined in the parametric space of a surface.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Curve13Set" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Curve13Set element is a collection of all 3D curves (curve(t):R1->R3) present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="SurfaceSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional SurfaceSet element is a collection of all surfaces present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="CurveMeshSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CurveMeshSet element is a collection of all mesh curves present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="SurfaceMeshSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional SurfaceMeshSet element is a collection of all mesh surfaces present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd