Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CoEdgeMeshType / EdgeOriented
Annotations
The EdgeOriented element is a reference to edge with a given orientation.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType PrimitivesPD_xsd_Complex_Type_EdgeOrientedType.tmp#EdgeOrientedType_turned PrimitivesPD_xsd_Complex_Type_EdgeOrientedType.tmp#EdgeOrientedType
Type EdgeOrientedType
Type hierarchy
Properties
content complex
Children Id
Instance
<EdgeOriented turned="0" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</EdgeOriented>
Attributes
QName Type Default Use Annotation
turned xs:boolean 0 optional
The optional turned attribute shows if the referenced edge must be reversed from the original edge orientation.
Source
<xs:element name="EdgeOriented" type="EdgeOrientedType">
  <xs:annotation>
    <xs:documentation>The EdgeOriented element is a reference to edge with a given orientation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element CoEdgeMeshType / CurveMesh
Annotations
The optional CurveMesh element is a reference to mesh curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh face.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<CurveMesh xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</CurveMesh>
Source
<xs:element name="CurveMesh" type="ElementReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CurveMesh element is a reference to mesh curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh face.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type CoEdgeMeshType
Annotations
The CoEdgeMeshType represents the part of mesh face trimming loop. A mesh co-edge defines a mesh curve (i.e. the projection of an underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh face).
Diagram
Diagram Topology_xsd_Complex_Type_CoEdgeMeshType.tmp#CoEdgeMeshType_EdgeOriented Topology_xsd_Complex_Type_CoEdgeMeshType.tmp#CoEdgeMeshType_CurveMesh
Used by
Children CurveMesh, EdgeOriented
Source
<xs:complexType name="CoEdgeMeshType">
  <xs:annotation>
    <xs:documentation>The CoEdgeMeshType represents the part of mesh face trimming loop. A mesh co-edge defines a mesh curve (i.e. the projection of an underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh face).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EdgeOriented" type="EdgeOrientedType">
      <xs:annotation>
        <xs:documentation>The EdgeOriented element is a reference to edge with a given orientation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CurveMesh" type="ElementReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CurveMesh element is a reference to mesh curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh face.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd