Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ThreadedFeatureFromCylinderType / BaseCylinder
Annotations
The BaseCylinder element identifies the cylinder from which the threaded feature is constructed.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_ReferencedComponent IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_FeatureId IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType
Type BaseFeatureType
Properties
content complex
Children FeatureId, ReferencedComponent
Instance
<BaseCylinder xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</BaseCylinder>
Source
<xs:element name="BaseCylinder" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The BaseCylinder element identifies the cylinder from which the threaded feature is constructed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ThreadedFeatureFromCylinderType / Offset
Annotations
The optional Offset element is the distance from the cylinder locating point along the cylinder axis to the thread feature locating point.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Offset" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Offset element is the distance from the cylinder locating point along the cylinder axis to the thread feature locating point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type ThreadedFeatureFromCylinderType
Annotations
The ThreadedFeatureFromCylinderType defines the construction of a threaded feature from a cylinder. This construction is used to associate the location and axis of a measured joe plug with a threaded feature.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_ThreadedFeatureFromCylinderType.tmp#ThreadedFeatureFromCylinderType_BaseCylinder Features_xsd_Complex_Type_ThreadedFeatureFromCylinderType.tmp#ThreadedFeatureFromCylinderType_Offset
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BaseCylinder, NominalsCalculated, Offset
Source
<xs:complexType name="ThreadedFeatureFromCylinderType">
  <xs:annotation>
    <xs:documentation>The ThreadedFeatureFromCylinderType defines the construction of a threaded feature from a cylinder. This construction is used to associate the location and axis of a measured joe plug with a threaded feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="BaseCylinder" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The BaseCylinder element identifies the cylinder from which the threaded feature is constructed.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Offset" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Offset element is the distance from the cylinder locating point along the cylinder axis to the thread feature locating point.</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