Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CoEdgeType / 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 CoEdgeType / Curve12
Annotations
The optional Curve12 element is a reference to 2D curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying surface of a 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
<Curve12 xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</Curve12>
Source
<xs:element name="Curve12" type="ElementReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Curve12 element is a reference to 2D curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying surface of a face.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type CoEdgeType
Annotations
The CoEdgeType represents the part of face trimming loop. A co-edge defines a parameter space curve (i.e. the projection of an underlying 3D Curve of an oriented Edge onto an underlying surface of a face).
Diagram
Diagram Topology_xsd_Complex_Type_CoEdgeType.tmp#CoEdgeType_EdgeOriented Topology_xsd_Complex_Type_CoEdgeType.tmp#CoEdgeType_Curve12
Used by
Children Curve12, EdgeOriented
Source
<xs:complexType name="CoEdgeType">
  <xs:annotation>
    <xs:documentation>The CoEdgeType represents the part of face trimming loop. A co-edge defines a parameter space curve (i.e. the projection of an underlying 3D Curve of an oriented Edge onto an underlying surface of a 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="Curve12" type="ElementReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Curve12 element is a reference to 2D curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying surface of a face.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd