Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ConeFeatureNominalType / Axis
Annotations
The Axis element is the nominal locating point and nominal unit axis vector of the cone which points from the locating point into the expanding end of the cone.
Diagram
Diagram Primitives_xsd_Complex_Type_AxisType.tmp#AxisType_AxisPoint Primitives_xsd_Complex_Type_AxisType.tmp#AxisType_Direction Primitives_xsd_Complex_Type_AxisType.tmp#AxisType
Type AxisType
Properties
content complex
Children AxisPoint, Direction
Instance
<Axis xmlns="http://qifstandards.org/xsd/qif3">
  <AxisPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</AxisPoint>
  <Direction decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Direction>
</Axis>
Source
<xs:element name="Axis" type="AxisType">
  <xs:annotation>
    <xs:documentation>The Axis element is the nominal locating point and nominal unit axis vector of the cone which points from the locating point into the expanding end of the cone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ConeFeatureNominalType / Sweep
Annotations
The optional Sweep element is the swept angle for a partial cone. The swept angle is typically greater than 180 degrees for a feature of size. If the sweep is not specified then the feature subtends a full 360 degrees. The StartVector of the Sweep must lie in a plane normal to the axis of the cone.
Diagram
Diagram Primitives_xsd_Complex_Type_SweepType.tmp#SweepType_DirBeg Primitives_xsd_Complex_Type_SweepType.tmp#SweepType_DomainAngle Primitives_xsd_Complex_Type_SweepType.tmp#SweepType
Type SweepType
Properties
content complex
minOccurs 0
Children DirBeg, DomainAngle
Instance
<Sweep xmlns="http://qifstandards.org/xsd/qif3">
  <DirBeg decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</DirBeg>
  <DomainAngle angularUnit="">{1,1}</DomainAngle>
</Sweep>
Source
<xs:element name="Sweep" type="SweepType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Sweep element is the swept angle for a partial cone. The swept angle is typically greater than 180 degrees for a feature of size. If the sweep is not specified then the feature subtends a full 360 degrees. The StartVector of the Sweep must lie in a plane normal to the axis of the cone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ConeFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the cone is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_ConeConstructionMethodType.tmp#ConeConstructionMethodType_BestFit Features_xsd_Complex_Type_ConeConstructionMethodType.tmp#ConeConstructionMethodType_Recompensated Features_xsd_Complex_Type_ConeConstructionMethodType.tmp#ConeConstructionMethodType_Copy Features_xsd_Complex_Type_ConeConstructionMethodType.tmp#ConeConstructionMethodType_Cast Features_xsd_Complex_Type_ConeConstructionMethodType.tmp#ConeConstructionMethodType_Transform Features_xsd_Complex_Type_ConeConstructionMethodType.tmp#ConeConstructionMethodType_FromScan Features_xsd_Complex_Type_ConeConstructionMethodType.tmp#ConeConstructionMethodType
Type ConeConstructionMethodType
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="ConeConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the cone 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 ConeFeatureNominalType
Annotations
The ConeFeatureNominalType defines the cone feature nominal information for an individual cone 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_ConeFeatureNominalType.tmp#ConeFeatureNominalType_Axis Features_xsd_Complex_Type_ConeFeatureNominalType.tmp#ConeFeatureNominalType_Sweep Features_xsd_Complex_Type_ConeFeatureNominalType.tmp#ConeFeatureNominalType_Constructed
Type extension of SurfaceFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, Axis, Constructed, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Name, ParentFeatureNominalId, PointList, SubstituteFeatureAlgorithm, Sweep, 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="ConeFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The ConeFeatureNominalType defines the cone feature nominal information for an individual cone feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SurfaceFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="Axis" type="AxisType">
          <xs:annotation>
            <xs:documentation>The Axis element is the nominal locating point and nominal unit axis vector of the cone which points from the locating point into the expanding end of the cone.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Sweep" type="SweepType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Sweep element is the swept angle for a partial cone. The swept angle is typically greater than 180 degrees for a feature of size. If the sweep is not specified then the feature subtends a full 360 degrees. The StartVector of the Sweep must lie in a plane normal to the axis of the cone.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="ConeConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the cone 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