Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element Revolution23CoreType / Axis
Annotations
The Axis is the unit axis vector of rotation.
Diagram
Diagram Primitives_xsd_Complex_Type_AxisType.tmp#AxisType_AxisPoint Primitives_xsd_Complex_Type_AxisType.tmp#AxisType_Direction Primitives_xsd_Complex_Type_AxisType.tmp#AxisType
Type AxisType
Properties
content complex
Children AxisPoint, Direction
Instance
<Axis xmlns="http://qifstandards.org/xsd/qif3">
  <AxisPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</AxisPoint>
  <Direction decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Direction>
</Axis>
Source
<xs:element name="Axis" type="AxisType">
  <xs:annotation>
    <xs:documentation>The Axis is the unit axis vector of rotation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Element Revolution23CoreType / Generatrix
Annotations
The Generatrix element is the 3D curve to be rotated around the axis.
Diagram
Diagram Geometry_xsd_Element_Curve13Core.tmp#Curve13Core Geometry_xsd_Complex_Type_Curve13CoreType.tmp#Curve13CoreType
Type Curve13CoreType
Properties
content complex
Children Curve13Core
Instance
<Generatrix xmlns="http://qifstandards.org/xsd/qif3">
  <Curve13Core domain="">{1,1}</Curve13Core>
</Generatrix>
Source
<xs:element name="Generatrix" type="Curve13CoreType">
  <xs:annotation>
    <xs:documentation>The Generatrix element is the 3D curve to be rotated around the axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type Revolution23CoreType
Annotations
The Revolution23CoreType defines the mathematical core of the geometric entity 'surface_of_revolution(u,v):R2->R3'.
Diagram
Diagram Geometry_xsd_Complex_Type_SurfaceCoreBaseType.tmp#SurfaceCoreBaseType_form Geometry_xsd_Complex_Type_SurfaceCoreBaseType.tmp#SurfaceCoreBaseType Geometry_xsd_Complex_Type_Revolution23CoreType.tmp#Revolution23CoreType_angle Geometry_xsd_Complex_Type_Revolution23CoreType.tmp#Revolution23CoreType_Axis Geometry_xsd_Complex_Type_Revolution23CoreType.tmp#Revolution23CoreType_Generatrix
Type extension of SurfaceCoreBaseType
Type hierarchy
Used by
Children Axis, Generatrix
Attributes
QName Type Use Annotation
angle ParameterRangeType required
The required angle attribute specifies start and terminate rotation angles.
form Attr23CoreEnumType optional
The optional form attribute describes the surface form.
Source
<xs:complexType name="Revolution23CoreType">
  <xs:annotation>
    <xs:documentation>The Revolution23CoreType defines the mathematical core of the geometric entity 'surface_of_revolution(u,v):R2->R3'.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SurfaceCoreBaseType">
      <xs:sequence>
        <xs:element name="Axis" type="AxisType">
          <xs:annotation>
            <xs:documentation>The Axis is the unit axis vector of rotation.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Generatrix" type="Curve13CoreType">
          <xs:annotation>
            <xs:documentation>The Generatrix element is the 3D curve to be rotated around the axis.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="angle" type="ParameterRangeType" use="required">
        <xs:annotation>
          <xs:documentation>The required angle attribute specifies start and terminate rotation angles.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Attribute Revolution23CoreType / @angle
Annotations
The required angle attribute specifies start and terminate rotation angles.
Type ParameterRangeType
Type hierarchy
Properties
use required
Facets
length 2
Used by
Complex Type Revolution23CoreType
Source
<xs:attribute name="angle" type="ParameterRangeType" use="required">
  <xs:annotation>
    <xs:documentation>The required angle attribute specifies start and terminate rotation angles.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd