Showing:

Annotations
Diagrams
Source
Used by
Complex Type TopologySetType
Annotations
The TopologySetType describes the main container for storing all topological entities presented in the CAD scene.
Diagram
Diagram Topology_xsd_Element_VertexSet.tmp#VertexSet Topology_xsd_Element_EdgeSet.tmp#EdgeSet Topology_xsd_Element_LoopSet.tmp#LoopSet Topology_xsd_Element_FaceSet.tmp#FaceSet Topology_xsd_Element_ShellSet.tmp#ShellSet Topology_xsd_Element_BodySet.tmp#BodySet Topology_xsd_Element_PointCloudSet.tmp#PointCloudSet
Used by
Element TopologySet
Children BodySet, EdgeSet, FaceSet, LoopSet, PointCloudSet, ShellSet, VertexSet
Source
<xs:complexType name="TopologySetType">
  <xs:annotation>
    <xs:documentation>The TopologySetType describes the main container for storing all topological entities presented in the CAD scene.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="VertexSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional VertexSet element is a collection of all model vertices.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="EdgeSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional EdgeSet element is a collection of all model edges.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="LoopSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional LoopSet element is a collection of all model loops.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="FaceSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional FaceSet element is a collection of all model faces.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ShellSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ShellSet element is a collection of all model shells.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="BodySet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional BodySet element is a collection of all model bodies.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="PointCloudSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional PointCloudSet element is a collection of all model point clouds.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd