Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element SweepType / DirBeg
Annotations
The DirBeg element is a unit vector representing the beginning extent of the feature.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="DirBeg" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The DirBeg element is a unit vector representing the beginning extent of the feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element SweepType / DomainAngle
Annotations
The DomainAngle element is the angle limits in angular units from the start vector to the start extent of the feature.
Diagram
Diagram Primitives_xsd_Simple_Type_D2Type.tmp#D2Type Primitives_xsd_Complex_Type_AngleRangeType.tmp#AngleRangeType_angularUnit Primitives_xsd_Complex_Type_AngleRangeType.tmp#AngleRangeType
Type AngleRangeType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngleRangeType.
Source
<xs:element name="DomainAngle" type="AngleRangeType">
  <xs:annotation>
    <xs:documentation>The DomainAngle element is the angle limits in angular units from the start vector to the start extent of the feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type SweepType
Annotations
The SweepType defines a partial feature using a vector and an angle.
Diagram
Diagram Primitives_xsd_Complex_Type_SweepType.tmp#SweepType_DirBeg Primitives_xsd_Complex_Type_SweepType.tmp#SweepType_DomainAngle
Used by
Children DirBeg, DomainAngle
Source
<xs:complexType name="SweepType">
  <xs:annotation>
    <xs:documentation>The SweepType defines a partial feature using a vector and an angle.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DirBeg" type="UnitVectorType">
      <xs:annotation>
        <xs:documentation>The DirBeg element is a unit vector representing the beginning extent of the feature.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DomainAngle" type="AngleRangeType">
      <xs:annotation>
        <xs:documentation>The DomainAngle element is the angle limits in angular units from the start vector to the start extent of the feature.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd