Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type Segment12Type
Annotations
The Segment12Type defines the geometric entity 'linear_segment(t):R1->R2'. The 2D curves are normally used to define a trimming curve in the parametric space of a surface.
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_Complex_Type_Curve12BaseType.tmp#Curve12BaseType Geometry_xsd_Element_Segment12Core.tmp#Segment12Core
Type extension of Curve12BaseType
Type hierarchy
Used by
Element Segment12
Children Attributes, Segment12Core
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="Segment12Type">
  <xs:annotation>
    <xs:documentation>The Segment12Type defines the geometric entity 'linear_segment(t):R1->R2'. The 2D curves are normally used to define a trimming curve in the parametric space of a surface.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Curve12BaseType">
      <xs:sequence>
        <xs:element ref="Segment12Core">
          <xs:annotation>
            <xs:documentation>The Segment12Core element defines the mathematical core of this curve type.</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