Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PathTriangulationType / MeshTriangle
Annotations
The MeshTriangle element is the identifier of a triangle mesh.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
Children Id
Instance
<MeshTriangle xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</MeshTriangle>
Source
<xs:element name="MeshTriangle" type="ElementReferenceType">
  <xs:annotation>
    <xs:documentation>The MeshTriangle element is the identifier of a triangle mesh.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type PathTriangulationType
Annotations
The PathTriangulationType defines a triangulation path (polylines formed from the triangle edges).
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType Geometry_xsd_Complex_Type_GeometryBaseType.tmp#GeometryBaseType Geometry_xsd_Element_PathTriangulationCore.tmp#PathTriangulationCore Geometry_xsd_Complex_Type_PathTriangulationType.tmp#PathTriangulationType_MeshTriangle
Type extension of GeometryBaseType
Type hierarchy
Used by
Children Attributes, MeshTriangle, PathTriangulationCore
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="PathTriangulationType">
  <xs:annotation>
    <xs:documentation>The PathTriangulationType defines a triangulation path (polylines formed from the triangle edges).</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="GeometryBaseType">
      <xs:sequence>
        <xs:element ref="PathTriangulationCore">
          <xs:annotation>
            <xs:documentation>The PathTriangulationCore element defines the mathematical core of this curve type.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MeshTriangle" type="ElementReferenceType">
          <xs:annotation>
            <xs:documentation>The MeshTriangle element is the identifier of a triangle mesh.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd