Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CylindricalSegmentFeatureNominalType / Axis
Annotations
The Axis element gives the nominal location of the start point and the nominal unit cylindrical segment axis vector. The direction of the axis vector points into the cylindrical segment.
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 gives the nominal location of the start point and the nominal unit cylindrical segment axis vector. The direction of the axis vector points into the cylindrical segment.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element CylindricalSegmentFeatureNominalType / Sweep
Annotations
The Sweep element gives the start direction and swept angle for a cylindrical segment. The StartVector of the Sweep must lie in a plane normal to the axis of the cylinder.
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
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">
  <xs:annotation>
    <xs:documentation>The Sweep element gives the start direction and swept angle for a cylindrical segment. The StartVector of the Sweep must lie in a plane normal to the axis of the cylinder.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element CylindricalSegmentFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the cylindrical segment is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_CylindricalSegmentConstructionMethodType.tmp#CylindricalSegmentConstructionMethodType_BestFit Features_xsd_Complex_Type_CylindricalSegmentConstructionMethodType.tmp#CylindricalSegmentConstructionMethodType_Recompensated Features_xsd_Complex_Type_CylindricalSegmentConstructionMethodType.tmp#CylindricalSegmentConstructionMethodType_Copy Features_xsd_Complex_Type_CylindricalSegmentConstructionMethodType.tmp#CylindricalSegmentConstructionMethodType_Cast Features_xsd_Complex_Type_CylindricalSegmentConstructionMethodType.tmp#CylindricalSegmentConstructionMethodType_Transform Features_xsd_Complex_Type_CylindricalSegmentConstructionMethodType.tmp#CylindricalSegmentConstructionMethodType
Type CylindricalSegmentConstructionMethodType
Properties
content complex
minOccurs 0
Children BestFit, Cast, Copy, 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>
</Constructed>
Source
<xs:element name="Constructed" type="CylindricalSegmentConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the cylindrical segment 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 CylindricalSegmentFeatureNominalType
Annotations
The CylindricalSegmentFeatureNominalType defines the cylindrical segment feature nominal information for an individual cylindrical segment 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_CylindricalSegmentFeatureNominalType.tmp#CylindricalSegmentFeatureNominalType_Axis Features_xsd_Complex_Type_CylindricalSegmentFeatureNominalType.tmp#CylindricalSegmentFeatureNominalType_Sweep Features_xsd_Complex_Type_CylindricalSegmentFeatureNominalType.tmp#CylindricalSegmentFeatureNominalType_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="CylindricalSegmentFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The CylindricalSegmentFeatureNominalType defines the cylindrical segment feature nominal information for an individual cylindrical segment 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 gives the nominal location of the start point and the nominal unit cylindrical segment axis vector. The direction of the axis vector points into the cylindrical segment.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Sweep" type="SweepType">
          <xs:annotation>
            <xs:documentation>The Sweep element gives the start direction and swept angle for a cylindrical segment. The StartVector of the Sweep must lie in a plane normal to the axis of the cylinder.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="CylindricalSegmentConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the cylindrical segment 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