Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element Torus23Type / Transform
Annotations
The optional Transform element is the identifier of a three dimensional transformation matrix.
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
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</Transform>
Source
<xs:element name="Transform" type="ElementReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Transform element is the identifier of a three dimensional transformation matrix.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type Torus23Type
Annotations
The Torus23Type defines the geometric entity 'toroidal_surface(u,v):R2->R3'. Any surface can have an additional transformation matrix. The center of the torus is at the AxisPoint of the Axis, and the axis of the torus is the Axis.
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_SurfaceBaseType.tmp#SurfaceBaseType Geometry_xsd_Element_Torus23Core.tmp#Torus23Core Geometry_xsd_Complex_Type_Torus23Type.tmp#Torus23Type_Transform
Type extension of SurfaceBaseType
Type hierarchy
Used by
Element Torus23
Children Attributes, Torus23Core, Transform
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="Torus23Type">
  <xs:annotation>
    <xs:documentation>The Torus23Type defines the geometric entity 'toroidal_surface(u,v):R2->R3'. Any surface can have an additional transformation matrix. The center of the torus is at the AxisPoint of the Axis, and the axis of the torus is the Axis.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SurfaceBaseType">
      <xs:sequence>
        <xs:element ref="Torus23Core">
          <xs:annotation>
            <xs:documentation>The Torus23Core element defines the mathematical core of this surface type.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Transform" type="ElementReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Transform element is the identifier of a three dimensional transformation matrix.</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