Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PlaneConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of a plane from 3 or more point-reducible base features. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneBestFitType.tmp#PlaneBestFitType_n Features_xsd_Complex_Type_PlaneBestFitType.tmp#PlaneBestFitType_BaseFeature Features_xsd_Complex_Type_PlaneBestFitType.tmp#PlaneBestFitType
Type PlaneBestFitType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<BestFit n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{3,unbounded}</BaseFeature>
</BestFit>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of base features used in the construction.
Source
<xs:element name="BestFit" type="PlaneBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of a plane from 3 or more point-reducible base features. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a plane from 3 or more base feature points. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneRecompType.tmp#PlaneRecompType_BaseFeaturePointList Features_xsd_Complex_Type_PlaneRecompType.tmp#PlaneRecompType
Type PlaneRecompType
Type hierarchy
Properties
content complex
Children BaseFeaturePointList, NominalsCalculated
Instance
<Recompensated xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeaturePointList n="">{1,1}</BaseFeaturePointList>
</Recompensated>
Source
<xs:element name="Recompensated" type="PlaneRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a plane from 3 or more base feature points. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Midplane
Annotations
The Midplane element describes the construction of a plane that is everywhere equidistant from each of two base planes. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneMidplaneType.tmp#PlaneMidplaneType_BasePlane Features_xsd_Complex_Type_PlaneMidplaneType.tmp#PlaneMidplaneType
Type PlaneMidplaneType
Type hierarchy
Properties
content complex
Children BasePlane, NominalsCalculated
Instance
<Midplane xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePlane>{2,2}</BasePlane>
</Midplane>
Source
<xs:element name="Midplane" type="PlaneMidplaneType">
  <xs:annotation>
    <xs:documentation>The Midplane element describes the construction of a plane that is everywhere equidistant from each of two base planes. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Offset
Annotations
The Offset element describes the construction of a plane that is offset from a base plane by a specified offset distance along the normal vector of the base plane. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneOffsetType.tmp#PlaneOffsetType_BasePlane Features_xsd_Complex_Type_PlaneOffsetType.tmp#PlaneOffsetType_Offset Features_xsd_Complex_Type_PlaneOffsetType.tmp#PlaneOffsetType
Type PlaneOffsetType
Type hierarchy
Properties
content complex
Children BasePlane, NominalsCalculated, Offset
Instance
<Offset xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePlane>{1,1}</BasePlane>
  <Offset decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Offset>
</Offset>
Source
<xs:element name="Offset" type="PlaneOffsetType">
  <xs:annotation>
    <xs:documentation>The Offset element describes the construction of a plane that is offset from a base plane by a specified offset distance along the normal vector of the base plane. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Perpendicular
Annotations
The Perpendicular element describes the construction of a plane perpendicular to a line-reducible base feature and passing through a point feature. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlanePerpendicularType.tmp#PlanePerpendicularType_PerpendicularFeature Features_xsd_Complex_Type_PlanePerpendicularType.tmp#PlanePerpendicularType_PointFeature Features_xsd_Complex_Type_PlanePerpendicularType.tmp#PlanePerpendicularType
Type PlanePerpendicularType
Type hierarchy
Properties
content complex
Children NominalsCalculated, PerpendicularFeature, PointFeature
Instance
<Perpendicular xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <PerpendicularFeature>{1,1}</PerpendicularFeature>
  <PointFeature>{1,1}</PointFeature>
</Perpendicular>
Source
<xs:element name="Perpendicular" type="PlanePerpendicularType">
  <xs:annotation>
    <xs:documentation>The Perpendicular element describes the construction of a plane perpendicular to a line-reducible base feature and passing through a point feature. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Parallel
Annotations
The Parallel element describes the construction of a plane parallel to a base feature and passing through a point feature. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneParallelType.tmp#PlaneParallelType_ParallelFeature Features_xsd_Complex_Type_PlaneParallelType.tmp#PlaneParallelType_PointFeature Features_xsd_Complex_Type_PlaneParallelType.tmp#PlaneParallelType
Type PlaneParallelType
Type hierarchy
Properties
content complex
Children NominalsCalculated, ParallelFeature, PointFeature
Instance
<Parallel xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <ParallelFeature>{1,1}</ParallelFeature>
  <PointFeature>{1,1}</PointFeature>
</Parallel>
Source
<xs:element name="Parallel" type="PlaneParallelType">
  <xs:annotation>
    <xs:documentation>The Parallel element describes the construction of a plane parallel to a base feature and passing through a point feature. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Copy
Annotations
The Copy element describes the construction of a plane by the copying of a base plane. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneCopyType.tmp#PlaneCopyType_BasePlane Features_xsd_Complex_Type_PlaneCopyType.tmp#PlaneCopyType
Type PlaneCopyType
Type hierarchy
Properties
content complex
Children BasePlane, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePlane>{1,1}</BasePlane>
</Copy>
Source
<xs:element name="Copy" type="PlaneCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of a plane by the copying of a base plane. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Cast
Annotations
The Cast element describes the construction of a plane by the casting of a base feature. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneCastType.tmp#PlaneCastType_BaseFeature Features_xsd_Complex_Type_PlaneCastType.tmp#PlaneCastType
Type PlaneCastType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<Cast xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{1,1}</BaseFeature>
</Cast>
Source
<xs:element name="Cast" type="PlaneCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of a plane by the casting of a base feature. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / TangentThrough
Annotations
The TangentThrough element describes the construction of a plane tangent to a base feature and passing through a point feature. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneTangentThroughType.tmp#PlaneTangentThroughType_TangentFeature Features_xsd_Complex_Type_PlaneTangentThroughType.tmp#PlaneTangentThroughType_PointFeature Features_xsd_Complex_Type_PlaneTangentThroughType.tmp#PlaneTangentThroughType
Type PlaneTangentThroughType
Type hierarchy
Properties
content complex
Children NominalsCalculated, PointFeature, TangentFeature
Instance
<TangentThrough xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <TangentFeature>{1,1}</TangentFeature>
  <PointFeature>{1,1}</PointFeature>
</TangentThrough>
Source
<xs:element name="TangentThrough" type="PlaneTangentThroughType">
  <xs:annotation>
    <xs:documentation>The TangentThrough element describes the construction of a plane tangent to a base feature and passing through a point feature. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Through
Annotations
The Through element describes the construction of a plane through two nominally parallel line or plane reducible base features. This type of construction is common in CAD systems to create a nominal reference plane but is not directly supported by measurement systems. Therefore a construction of this type is typically defined at the nominal level as a reference, and replaced by a more detailed construction at the item level for execution on a measurement system. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneThroughType.tmp#PlaneThroughType_BaseFeature Features_xsd_Complex_Type_PlaneThroughType.tmp#PlaneThroughType
Type PlaneThroughType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<Through xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{2,2}</BaseFeature>
</Through>
Source
<xs:element name="Through" type="PlaneThroughType">
  <xs:annotation>
    <xs:documentation>The Through element describes the construction of a plane through two nominally parallel line or plane reducible base features. This type of construction is common in CAD systems to create a nominal reference plane but is not directly supported by measurement systems. Therefore a construction of this type is typically defined at the nominal level as a reference, and replaced by a more detailed construction at the item level for execution on a measurement system. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Transform
Annotations
The Transform element describes the construction of a plane by the transformation of a base plane. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneTransformType.tmp#PlaneTransformType_BasePlane Features_xsd_Complex_Type_PlaneTransformType.tmp#PlaneTransformType_Transformation Features_xsd_Complex_Type_PlaneTransformType.tmp#PlaneTransformType
Type PlaneTransformType
Type hierarchy
Properties
content complex
Children BasePlane, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePlane>{1,1}</BasePlane>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="PlaneTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of a plane by the transformation of a base plane. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneConstructionMethodType / Extract
Annotations
The Extract element describes the extraction of a plane from a surface. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneExtractType.tmp#PlaneExtractType_SurfaceFeature Features_xsd_Complex_Type_PlaneExtractType.tmp#PlaneExtractType
Type PlaneExtractType
Type hierarchy
Properties
content complex
Children NominalsCalculated, SurfaceFeature
Instance
<Extract xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <SurfaceFeature>{1,1}</SurfaceFeature>
</Extract>
Source
<xs:element name="Extract" type="PlaneExtractType">
  <xs:annotation>
    <xs:documentation>The Extract element describes the extraction of a plane from a surface. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PlaneConstructionMethodType
Annotations
The PlaneConstructionMethodType defines the method for constructing a unique nominal or measured plane feature.
Diagram
Diagram Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_BestFit Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Recompensated Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Midplane Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Offset Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Perpendicular Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Parallel Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Copy Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Cast Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_TangentThrough Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Through Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Transform Features_xsd_Complex_Type_PlaneConstructionMethodType.tmp#PlaneConstructionMethodType_Extract
Used by
Children BestFit, Cast, Copy, Extract, Midplane, Offset, Parallel, Perpendicular, Recompensated, TangentThrough, Through, Transform
Source
<xs:complexType name="PlaneConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The PlaneConstructionMethodType defines the method for constructing a unique nominal or measured plane feature.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0">
    <xs:annotation>
      <xs:documentation>This optional compositor provides a choice of the construction method for the plane.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="PlaneBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of a plane from 3 or more point-reducible base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Recompensated" type="PlaneRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a plane from 3 or more base feature points. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Midplane" type="PlaneMidplaneType">
      <xs:annotation>
        <xs:documentation>The Midplane element describes the construction of a plane that is everywhere equidistant from each of two base planes. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Offset" type="PlaneOffsetType">
      <xs:annotation>
        <xs:documentation>The Offset element describes the construction of a plane that is offset from a base plane by a specified offset distance along the normal vector of the base plane. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Perpendicular" type="PlanePerpendicularType">
      <xs:annotation>
        <xs:documentation>The Perpendicular element describes the construction of a plane perpendicular to a line-reducible base feature and passing through a point feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Parallel" type="PlaneParallelType">
      <xs:annotation>
        <xs:documentation>The Parallel element describes the construction of a plane parallel to a base feature and passing through a point feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="PlaneCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of a plane by the copying of a base plane. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="PlaneCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of a plane by the casting of a base feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TangentThrough" type="PlaneTangentThroughType">
      <xs:annotation>
        <xs:documentation>The TangentThrough element describes the construction of a plane tangent to a base feature and passing through a point feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Through" type="PlaneThroughType">
      <xs:annotation>
        <xs:documentation>The Through element describes the construction of a plane through two nominally parallel line or plane reducible base features. This type of construction is common in CAD systems to create a nominal reference plane but is not directly supported by measurement systems. Therefore a construction of this type is typically defined at the nominal level as a reference, and replaced by a more detailed construction at the item level for execution on a measurement system. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Transform" type="PlaneTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of a plane by the transformation of a base plane. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Extract" type="PlaneExtractType">
      <xs:annotation>
        <xs:documentation>The Extract element describes the extraction of a plane from a surface. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd