<xs:element name="Direction" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Direction element is the vector representing the direction along which the cross-section is extruded.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Length" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the length over which the extruded cross-section is extruded.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (straightness) of the extruded cross-section from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
Complex Type ExtrudedCrossSectionFeatureMeasurementType
Annotations
The ExtrudedCrossSectionFeatureMeasurementType defines the extruded cross-section feature measurement information for an individual extruded cross-section feature.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ExtrudedCrossSectionFeatureMeasurementType"><xs:annotation><xs:documentation>The ExtrudedCrossSectionFeatureMeasurementType defines the extruded cross-section feature measurement information for an individual extruded cross-section feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureMeasurementBaseType"><xs:sequence><xs:element name="Direction" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Direction element is the vector representing the direction along which the cross-section is extruded.</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the length over which the extruded cross-section is extruded.</xs:documentation></xs:annotation></xs:element><xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (straightness) of the extruded cross-section from a report or an analysis.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>