Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ArcCircular13CoreType / Radius
Annotations
The Radius element is the arc radius.
Diagram
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Radius" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Radius element is the arc radius.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Element ArcCircular13CoreType / Center
Annotations
The Center element is the 3D coordinates of center of the arc.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType
Type PointSimpleType
Type hierarchy
Properties
content simple
Facets
length 3
Source
<xs:element name="Center" type="PointSimpleType">
  <xs:annotation>
    <xs:documentation>The Center element is the 3D coordinates of center of the arc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Element ArcCircular13CoreType / DirBeg
Annotations
The DirBeg element is a unit vector representing the beginning of the circular arc.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType
Type UnitVectorSimpleType
Type hierarchy
Properties
content simple
Facets
length 3
Source
<xs:element name="DirBeg" type="UnitVectorSimpleType">
  <xs:annotation>
    <xs:documentation>The DirBeg element is a unit vector representing the beginning of the circular arc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Element ArcCircular13CoreType / Normal
Annotations
The Normal element is normal of the plane wherein the circular arc is defined.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType
Type UnitVectorSimpleType
Type hierarchy
Properties
content simple
Facets
length 3
Source
<xs:element name="Normal" type="UnitVectorSimpleType">
  <xs:annotation>
    <xs:documentation>The Normal element is normal of the plane wherein the circular arc is defined.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type ArcCircular13CoreType
Annotations
The ArcCircular13CoreType defines the mathematical core of the geometric entity 'circular_arc(t):R1->R3'. A circular arc is defined as a portion of a circle.
Diagram
Diagram Geometry_xsd_Complex_Type_CurveCoreBaseType.tmp#CurveCoreBaseType_domain Geometry_xsd_Complex_Type_CurveCoreBaseType.tmp#CurveCoreBaseType Geometry_xsd_Complex_Type_ArcCircular13CoreType.tmp#ArcCircular13CoreType_Radius Geometry_xsd_Complex_Type_ArcCircular13CoreType.tmp#ArcCircular13CoreType_Center Geometry_xsd_Complex_Type_ArcCircular13CoreType.tmp#ArcCircular13CoreType_DirBeg Geometry_xsd_Complex_Type_ArcCircular13CoreType.tmp#ArcCircular13CoreType_Normal
Type extension of CurveCoreBaseType
Type hierarchy
Used by
Children Center, DirBeg, Normal, Radius
Attributes
QName Type Use Annotation
domain ParameterRangeType required
The required domain attribute is the domain of the parameterization of the curve.
Source
<xs:complexType name="ArcCircular13CoreType">
  <xs:annotation>
    <xs:documentation>The ArcCircular13CoreType defines the mathematical core of the geometric entity 'circular_arc(t):R1->R3'. A circular arc is defined as a portion of a circle.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CurveCoreBaseType">
      <xs:sequence>
        <xs:element name="Radius" type="xs:double">
          <xs:annotation>
            <xs:documentation>The Radius element is the arc radius.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Center" type="PointSimpleType">
          <xs:annotation>
            <xs:documentation>The Center element is the 3D coordinates of center of the arc.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="DirBeg" type="UnitVectorSimpleType">
          <xs:annotation>
            <xs:documentation>The DirBeg element is a unit vector representing the beginning of the circular arc.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Normal" type="UnitVectorSimpleType">
          <xs:annotation>
            <xs:documentation>The Normal element is normal of the plane wherein the circular arc is defined.</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