The CenterPlane element is the nominal location point and a unit vector normal of the center plane of the opposite angled planes feature. The location point is both midway between the sides and between the ends (real or virtual). Or in other words, the sides are located half the width away from the location point in directions along and against the center plane normal. The ends are located half the length away from the location point in directions along and against the length vector.
<xs:element name="CenterPlane" type="PlaneType"><xs:annotation><xs:documentation>The CenterPlane element is the nominal location point and a unit vector normal of the center plane of the opposite angled planes feature. The location point is both midway between the sides and between the ends (real or virtual). Or in other words, the sides are located half the width away from the location point in directions along and against the center plane normal. The ends are located half the length away from the location point in directions along and against the length vector.</xs:documentation></xs:annotation></xs:element>
<xs:element name="LengthVector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional LengthVector element is the nominal unit vector of the long axis of the feature.</xs:documentation></xs:annotation></xs:element>
The optional DepthVector element is the nominal unit vector pointing out of the feature (away from the bottom if there is one) and is perpendicular to both the LengthVector and the normal to the center plane.
<xs:element name="DepthVector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional DepthVector element is the nominal unit vector pointing out of the feature (away from the bottom if there is one) and is perpendicular to both the LengthVector and the normal to the center plane.</xs:documentation></xs:annotation></xs:element>
The optional DraftVector element is the nominal unit vector defining the direction in which the draft angle is applied when it is different than the depth vector and like the depth vector generally points out of the feature. It is not necessarily perpendicular to either the LengthVector or the normal to the center plane.
<xs:element name="DraftVector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional DraftVector element is the nominal unit vector defining the direction in which the draft angle is applied when it is different than the depth vector and like the depth vector generally points out of the feature. It is not necessarily perpendicular to either the LengthVector or the normal to the center plane.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Constructed" type="OppositeAngledPlanesConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the opposite angled planes feature is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element>
Complex Type OppositeAngledPlanesFeatureNominalType
Annotations
The OppositeAngledPlanesFeatureNominalType defines the opposite angled planes feature nominal information for an individual opposite angled planes feature.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="OppositeAngledPlanesFeatureNominalType"><xs:annotation><xs:documentation>The OppositeAngledPlanesFeatureNominalType defines the opposite angled planes feature nominal information for an individual opposite angled planes 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 is the nominal location point and a unit vector normal of the center plane of the opposite angled planes feature. The location point is both midway between the sides and between the ends (real or virtual). Or in other words, the sides are located half the width away from the location point in directions along and against the center plane normal. The ends are located half the length away from the location point in directions along and against the length vector.</xs:documentation></xs:annotation></xs:element><xs:element name="LengthVector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional LengthVector element is the nominal unit vector of the long axis of the feature.</xs:documentation></xs:annotation></xs:element><xs:element name="DepthVector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional DepthVector element is the nominal unit vector pointing out of the feature (away from the bottom if there is one) and is perpendicular to both the LengthVector and the normal to the center plane.</xs:documentation></xs:annotation></xs:element><xs:element name="DraftVector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional DraftVector element is the nominal unit vector defining the direction in which the draft angle is applied when it is different than the depth vector and like the depth vector generally points out of the feature. It is not necessarily perpendicular to either the LengthVector or the normal to the center plane.</xs:documentation></xs:annotation></xs:element><xs:element name="Constructed" type="OppositeAngledPlanesConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the opposite angled planes feature is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>