Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FeatureZoneAreaSphericalType / Sphere
Annotations
The Sphere element is the sphere that defines the basic size and location of a tooling ball used for the datum target point simulator.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_SphereType.tmp#SphereType_CenterPoint PrimitivesPMI_xsd_Complex_Type_SphereType.tmp#SphereType_Diameter PrimitivesPMI_xsd_Complex_Type_SphereType.tmp#SphereType
Type SphereType
Properties
content complex
Children CenterPoint, Diameter
Instance
<Sphere xmlns="http://qifstandards.org/xsd/qif3">
  <CenterPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</CenterPoint>
  <Diameter decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Diameter>
</Sphere>
Source
<xs:element name="Sphere" type="SphereType">
  <xs:annotation>
    <xs:documentation>The Sphere element is the sphere that defines the basic size and location of a tooling ball used for the datum target point simulator.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneAreaSphericalType
Annotations
The FeatureZoneAreaSphericalType defines a feature zone as a sphere.
Diagram
Diagram Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_Label Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_SurfaceFeatureNominalId Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_FaceIds Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_EdgeIds Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType Features_xsd_Complex_Type_FeatureZoneAreaSphericalType.tmp#FeatureZoneAreaSphericalType_Sphere
Type extension of FeatureZoneAreaBaseType
Type hierarchy
Used by
Children Attributes, EdgeIds, FaceIds, Label, Sphere, SurfaceFeatureNominalId
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature zone, used for referencing.
Source
<xs:complexType name="FeatureZoneAreaSphericalType">
  <xs:annotation>
    <xs:documentation>The FeatureZoneAreaSphericalType defines a feature zone as a sphere.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureZoneAreaBaseType">
      <xs:sequence>
        <xs:element name="Sphere" type="SphereType">
          <xs:annotation>
            <xs:documentation>The Sphere element is the sphere that defines the basic size and location of a tooling ball used for the datum target point simulator.</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