The CenterPlane element gives the nominal location point and unit vector normal of the center plane of the elongated cylinder feature. The location point of the center plane is also the nominal location point of the elongated cylinder feature and lies midway between the cylindrical ends.
<xs:element name="CenterPlane" type="PlaneType"><xs:annotation><xs:documentation>The CenterPlane element gives the nominal location point and unit vector normal of the center plane of the elongated cylinder feature. The location point of the center plane is also the nominal location point of the elongated cylinder feature and lies midway between the cylindrical ends.</xs:documentation></xs:annotation></xs:element>
The DepthVector element is the nominal unit vector direction of the depth of the elongated cylinder. The depth vector is parallel to the axis vector of each cylindrical end and points into the elongated cylinder. The elongated cylinder does not extend from the location point in the direction opposite the depth vector.
<xs:element name="DepthVector" type="UnitVectorType"><xs:annotation><xs:documentation>The DepthVector element is the nominal unit vector direction of the depth of the elongated cylinder. The depth vector is parallel to the axis vector of each cylindrical end and points into the elongated cylinder. The elongated cylinder does not extend from the location point in the direction opposite the depth vector.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Constructed" type="ElongatedCylinderConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the elongated cylinder is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ElongatedCylinderFeatureNominalType"><xs:annotation><xs:documentation>The ElongatedCylinderFeatureNominalType defines the elongated cylinder feature nominal information for an individual elongated cylinder feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureNominalBaseType"><xs:sequence><xs:element name="CenterPlane" type="PlaneType"><xs:annotation><xs:documentation>The CenterPlane element gives the nominal location point and unit vector normal of the center plane of the elongated cylinder feature. The location point of the center plane is also the nominal location point of the elongated cylinder feature and lies midway between the cylindrical ends.</xs:documentation></xs:annotation></xs:element><xs:element name="DepthVector" type="UnitVectorType"><xs:annotation><xs:documentation>The DepthVector element is the nominal unit vector direction of the depth of the elongated cylinder. The depth vector is parallel to the axis vector of each cylindrical end and points into the elongated cylinder. The elongated cylinder does not extend from the location point in the direction opposite the depth vector.</xs:documentation></xs:annotation></xs:element><xs:element name="Constructed" type="ElongatedCylinderConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the elongated cylinder is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>