Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ThreadedFeatureNominalType / Axis
Annotations
The Axis element gives the nominal location of the start point and the nominal unit threaded feature axis vector. The direction of the axis vector points into the threaded feature.
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 element gives the nominal location of the start point and the nominal unit threaded feature axis vector. The direction of the axis vector points into the threaded feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ThreadedFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the threaded feature is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_ThreadedFeatureConstructionMethodType.tmp#ThreadedFeatureConstructionMethodType_BestFit Features_xsd_Complex_Type_ThreadedFeatureConstructionMethodType.tmp#ThreadedFeatureConstructionMethodType_Recompensated Features_xsd_Complex_Type_ThreadedFeatureConstructionMethodType.tmp#ThreadedFeatureConstructionMethodType_Copy Features_xsd_Complex_Type_ThreadedFeatureConstructionMethodType.tmp#ThreadedFeatureConstructionMethodType_Cast Features_xsd_Complex_Type_ThreadedFeatureConstructionMethodType.tmp#ThreadedFeatureConstructionMethodType_Transform Features_xsd_Complex_Type_ThreadedFeatureConstructionMethodType.tmp#ThreadedFeatureConstructionMethodType_FromCylinder Features_xsd_Complex_Type_ThreadedFeatureConstructionMethodType.tmp#ThreadedFeatureConstructionMethodType
Type ThreadedFeatureConstructionMethodType
Properties
content complex
minOccurs 0
Children BestFit, Cast, Copy, FromCylinder, Recompensated, Transform
Instance
<Constructed xmlns="http://qifstandards.org/xsd/qif3">
  <BestFit n="">{1,1}</BestFit>
  <Recompensated>{1,1}</Recompensated>
  <Copy>{1,1}</Copy>
  <Cast>{1,1}</Cast>
  <Transform>{1,1}</Transform>
  <FromCylinder>{1,1}</FromCylinder>
</Constructed>
Source
<xs:element name="Constructed" type="ThreadedFeatureConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the threaded feature is constructed and provides details of the construction method.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type ThreadedFeatureNominalType
Annotations
The ThreadedFeatureNominalType defines the threaded feature nominal information for an individual threaded feature.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_Name Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_UUID Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_FeatureDefinitionId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_ParentFeatureNominalId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityInternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityExternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_PointList Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_SubstituteFeatureAlgorithm Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType Features_xsd_Complex_Type_SpecifiedFeatureNominalBaseType.tmp#SpecifiedFeatureNominalBaseType Features_xsd_Complex_Type_ThreadedFeatureNominalType.tmp#ThreadedFeatureNominalType_Axis Features_xsd_Complex_Type_ThreadedFeatureNominalType.tmp#ThreadedFeatureNominalType_Constructed
Type extension of SpecifiedFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, Axis, Constructed, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Name, ParentFeatureNominalId, PointList, SubstituteFeatureAlgorithm, UUID
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ThreadedFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The ThreadedFeatureNominalType defines the threaded feature nominal information for an individual threaded feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SpecifiedFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="Axis" type="AxisType">
          <xs:annotation>
            <xs:documentation>The Axis element gives the nominal location of the start point and the nominal unit threaded feature axis vector. The direction of the axis vector points into the threaded feature.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="ThreadedFeatureConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the threaded feature is constructed and provides details of the construction method.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd