Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type SurfaceMeshSetType
Annotations
The SurfaceMeshSetType represents a container for storing all mesh surfaces present in the CAD scene.
Diagram
Diagram Geometry_xsd_Complex_Type_SurfaceMeshSetType.tmp#SurfaceMeshSetType_n Geometry_xsd_Element_MeshTriangle.tmp#MeshTriangle
Used by
Element SurfaceMeshSet
Children MeshTriangle
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of mesh surfaces in this set.
Source
<xs:complexType name="SurfaceMeshSetType">
  <xs:annotation>
    <xs:documentation>The SurfaceMeshSetType represents a container for storing all mesh surfaces present in the CAD scene.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="MeshTriangle" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each MeshTriangle element is a triangle mesh.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of mesh surfaces in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Attribute SurfaceMeshSetType / @n
Annotations
The required n attribute is the number of mesh surfaces in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SurfaceMeshSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of mesh surfaces in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd