Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element OppositeParallelPlanesFeatureNominalType / CenterPlane
Annotations
The CenterPlane element is the nominal location point and a unit vector normal of the center plane of the opposite parallel planes feature. The location point is both midway between the sides and between the ends (real or virtual). Or in other words, the sides are located half the width away from the location point in directions along and against the center plane normal. The ends are located half the length away from the location point in directions along and against the length vector.
Diagram
Diagram Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Point Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Normal Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType
Type PlaneType
Properties
content complex
Children Normal, Point
Instance
<CenterPlane xmlns="http://qifstandards.org/xsd/qif3">
  <Point decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Point>
  <Normal decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Normal>
</CenterPlane>
Source
<xs:element name="CenterPlane" type="PlaneType">
  <xs:annotation>
    <xs:documentation>The CenterPlane element is the nominal location point and a unit vector normal of the center plane of the opposite parallel planes feature. The location point is both midway between the sides and between the ends (real or virtual). Or in other words, the sides are located half the width away from the location point in directions along and against the center plane normal. The ends are located half the length away from the location point in directions along and against the length vector.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element OppositeParallelPlanesFeatureNominalType / LengthVector
Annotations
The optional LengthVector element is the nominal unit vector of the long axis 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
minOccurs 0
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="LengthVector" type="UnitVectorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional LengthVector element is the nominal unit vector of the long axis of the feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element OppositeParallelPlanesFeatureNominalType / DepthVector
Annotations
The optional DepthVector element is the nominal unit vector pointing out of the feature (away from the bottom if there is one) and is perpendicular to both the LengthVector and the normal to the center plane.
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
minOccurs 0
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="DepthVector" type="UnitVectorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional DepthVector element is the nominal unit vector pointing out of the feature (away from the bottom if there is one) and is perpendicular to both the LengthVector and the normal to the center plane.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element OppositeParallelPlanesFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the opposite parallel planes feature is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_OppositeParallelPlanesConstructionMethodType.tmp#OppositeParallelPlanesConstructionMethodType_BestFit Features_xsd_Complex_Type_OppositeParallelPlanesConstructionMethodType.tmp#OppositeParallelPlanesConstructionMethodType_Recompensated Features_xsd_Complex_Type_OppositeParallelPlanesConstructionMethodType.tmp#OppositeParallelPlanesConstructionMethodType_Copy Features_xsd_Complex_Type_OppositeParallelPlanesConstructionMethodType.tmp#OppositeParallelPlanesConstructionMethodType_Cast Features_xsd_Complex_Type_OppositeParallelPlanesConstructionMethodType.tmp#OppositeParallelPlanesConstructionMethodType_Transform Features_xsd_Complex_Type_OppositeParallelPlanesConstructionMethodType.tmp#OppositeParallelPlanesConstructionMethodType_FromScan Features_xsd_Complex_Type_OppositeParallelPlanesConstructionMethodType.tmp#OppositeParallelPlanesConstructionMethodType
Type OppositeParallelPlanesConstructionMethodType
Properties
content complex
minOccurs 0
Children BestFit, Cast, Copy, FromScan, 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>
  <FromScan>{1,1}</FromScan>
</Constructed>
Source
<xs:element name="Constructed" type="OppositeParallelPlanesConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the opposite parallel planes 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 OppositeParallelPlanesFeatureNominalType
Annotations
The OppositeParallelPlanesFeatureNominalType defines the opposite parallel planes feature nominal information for an individual opposite parallel planes 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_SurfaceFeatureNominalBaseType.tmp#SurfaceFeatureNominalBaseType Features_xsd_Complex_Type_OppositeParallelPlanesFeatureNominalType.tmp#OppositeParallelPlanesFeatureNominalType_CenterPlane Features_xsd_Complex_Type_OppositeParallelPlanesFeatureNominalType.tmp#OppositeParallelPlanesFeatureNominalType_LengthVector Features_xsd_Complex_Type_OppositeParallelPlanesFeatureNominalType.tmp#OppositeParallelPlanesFeatureNominalType_DepthVector Features_xsd_Complex_Type_OppositeParallelPlanesFeatureNominalType.tmp#OppositeParallelPlanesFeatureNominalType_Constructed
Type extension of SurfaceFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, CenterPlane, Constructed, DepthVector, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, LengthVector, 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="OppositeParallelPlanesFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The OppositeParallelPlanesFeatureNominalType defines the opposite parallel planes feature nominal information for an individual opposite parallel planes feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SurfaceFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="CenterPlane" type="PlaneType">
          <xs:annotation>
            <xs:documentation>The CenterPlane element is the nominal location point and a unit vector normal of the center plane of the opposite parallel planes feature. The location point is both midway between the sides and between the ends (real or virtual). Or in other words, the sides are located half the width away from the location point in directions along and against the center plane normal. The ends are located half the length away from the location point in directions along and against the length vector.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="LengthVector" type="UnitVectorType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional LengthVector element is the nominal unit vector of the long axis of the feature.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="DepthVector" type="UnitVectorType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional DepthVector element is the nominal unit vector pointing out of the feature (away from the bottom if there is one) and is perpendicular to both the LengthVector and the normal to the center plane.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="OppositeParallelPlanesConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the opposite parallel planes 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