Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element OppositeAngledLinesFeatureNominalType / CenterLine
Annotations
The CenterLine element is the nominal location point and a unit vector direction of the centerline of the opposite angled lines 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 perpendicular to both the centerline vector and the normal vector. The ends are located half the length away from the location point in directions along and against the centerline vector.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_PointAndVectorType.tmp#PointAndVectorType_StartPoint PrimitivesPMI_xsd_Complex_Type_PointAndVectorType.tmp#PointAndVectorType_Vector PrimitivesPMI_xsd_Complex_Type_PointAndVectorType.tmp#PointAndVectorType
Type PointAndVectorType
Properties
content complex
Children StartPoint, Vector
Instance
<CenterLine xmlns="http://qifstandards.org/xsd/qif3">
  <StartPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</StartPoint>
  <Vector decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Vector>
</CenterLine>
Source
<xs:element name="CenterLine" type="PointAndVectorType">
  <xs:annotation>
    <xs:documentation>The CenterLine element is the nominal location point and a unit vector direction of the centerline of the opposite angled lines 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 perpendicular to both the centerline vector and the normal vector. The ends are located half the length away from the location point in directions along and against the centerline vector.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element OppositeAngledLinesFeatureNominalType / Normal
Annotations
The Normal element is the nominal unit normal vector of the plane in which the opposite angled lines feature lies.
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
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="Normal" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The Normal element is the nominal unit normal vector of the plane in which the opposite angled lines feature lies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element OppositeAngledLinesFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the opposite angled line feature is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_BestFit Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Recompensated Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Intersection Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Projection Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Copy Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Cast Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Transform Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_FromScan Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType
Type OppositeAngledLinesConstructionMethodType
Properties
content complex
minOccurs 0
Children BestFit, Cast, Copy, FromScan, Intersection, Projection, Recompensated, Transform
Instance
<Constructed xmlns="http://qifstandards.org/xsd/qif3">
  <BestFit n="">{1,1}</BestFit>
  <Recompensated>{1,1}</Recompensated>
  <Intersection>{1,1}</Intersection>
  <Projection>{1,1}</Projection>
  <Copy>{1,1}</Copy>
  <Cast>{1,1}</Cast>
  <Transform>{1,1}</Transform>
  <FromScan>{1,1}</FromScan>
</Constructed>
Source
<xs:element name="Constructed" type="OppositeAngledLinesConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the opposite angled line 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 OppositeAngledLinesFeatureNominalType
Annotations
The OppositeAngledLinesFeatureNominalType defines the opposite angled lines feature nominal information for an individual opposite angled lines 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_CurveFeatureNominalBaseType.tmp#CurveFeatureNominalBaseType_SurfaceFeatureNominalId Features_xsd_Complex_Type_CurveFeatureNominalBaseType.tmp#CurveFeatureNominalBaseType Features_xsd_Complex_Type_OppositeAngledLinesFeatureNominalType.tmp#OppositeAngledLinesFeatureNominalType_CenterLine Features_xsd_Complex_Type_OppositeAngledLinesFeatureNominalType.tmp#OppositeAngledLinesFeatureNominalType_Normal Features_xsd_Complex_Type_OppositeAngledLinesFeatureNominalType.tmp#OppositeAngledLinesFeatureNominalType_Constructed
Type extension of CurveFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, CenterLine, Constructed, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Name, Normal, ParentFeatureNominalId, PointList, SubstituteFeatureAlgorithm, SurfaceFeatureNominalId, 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="OppositeAngledLinesFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The OppositeAngledLinesFeatureNominalType defines the opposite angled lines feature nominal information for an individual opposite angled lines feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CurveFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="CenterLine" type="PointAndVectorType">
          <xs:annotation>
            <xs:documentation>The CenterLine element is the nominal location point and a unit vector direction of the centerline of the opposite angled lines 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 perpendicular to both the centerline vector and the normal vector. The ends are located half the length away from the location point in directions along and against the centerline vector.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Normal" type="UnitVectorType">
          <xs:annotation>
            <xs:documentation>The Normal element is the nominal unit normal vector of the plane in which the opposite angled lines feature lies.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="OppositeAngledLinesConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the opposite angled line 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