Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ExtrudedCrossSectionFeatureNominalType / Direction
Annotations
The Direction element is the unit vector representing the extrusion direction.
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="Direction" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The Direction element is the unit vector representing the extrusion direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ExtrudedCrossSectionFeatureNominalType / CrossSectionReferenceFeatureId
Annotations
The CrossSectionReferenceFeatureId element is the QIF id of the nominal feature defining the base cross section. This feature is extruded by Length from the location of the base cross-section in the extrusion direction. The value of the element must be the QIF id of a nominal feature.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
Children Id
Instance
<CrossSectionReferenceFeatureId n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</CrossSectionReferenceFeatureId>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="CrossSectionReferenceFeatureId" type="ArrayReferenceFullType">
  <xs:annotation>
    <xs:documentation>The CrossSectionReferenceFeatureId element is the QIF id of the nominal feature defining the base cross section. This feature is extruded by Length from the location of the base cross-section in the extrusion direction. The value of the element must be the QIF id of a nominal feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ExtrudedCrossSectionFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the extruded cross section feature is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_BestFit Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_Recompensated Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_Copy Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_Cast Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_Transform Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType
Type ExtrudedCrossSectionConstructionMethodType
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="ExtrudedCrossSectionConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the extruded cross section 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 ExtrudedCrossSectionFeatureNominalType
Annotations
The ExtrudedCrossSectionFeatureNominalType defines the extruded cross-section feature nominal information for an individual extruded cross-section 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_ExtrudedCrossSectionFeatureNominalType.tmp#ExtrudedCrossSectionFeatureNominalType_Direction Features_xsd_Complex_Type_ExtrudedCrossSectionFeatureNominalType.tmp#ExtrudedCrossSectionFeatureNominalType_CrossSectionReferenceFeatureId Features_xsd_Complex_Type_ExtrudedCrossSectionFeatureNominalType.tmp#ExtrudedCrossSectionFeatureNominalType_Constructed
Type extension of SurfaceFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, Constructed, CrossSectionReferenceFeatureId, Direction, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, 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="ExtrudedCrossSectionFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The ExtrudedCrossSectionFeatureNominalType defines the extruded cross-section feature nominal information for an individual extruded cross-section feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SurfaceFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="Direction" type="UnitVectorType">
          <xs:annotation>
            <xs:documentation>The Direction element is the unit vector representing the extrusion direction.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CrossSectionReferenceFeatureId" type="ArrayReferenceFullType">
          <xs:annotation>
            <xs:documentation>The CrossSectionReferenceFeatureId element is the QIF id of the nominal feature defining the base cross section. This feature is extruded by Length from the location of the base cross-section in the extrusion direction. The value of the element must be the QIF id of a nominal feature.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="ExtrudedCrossSectionConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the extruded cross section 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