<xs:element name="BasePlane" type="BaseFeatureType"><xs:annotation><xs:documentation>The BasePlane element identifies the plane whose normal vector determines the translation direction.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Offset" type="LinearValueType"><xs:annotation><xs:documentation>The Offset element is the distance by which the base plane is translated.</xs:documentation></xs:annotation></xs:element>
The PlaneOffsetType defines the construction of a plane created by translating a base plane by a specified offset distance along its normal vector. If the Offset is negative, the offset is in a direction opposite that of the plane vector.
<xs:complexType name="PlaneOffsetType"><xs:annotation><xs:documentation>The PlaneOffsetType defines the construction of a plane created by translating a base plane by a specified offset distance along its normal vector. If the Offset is negative, the offset is in a direction opposite that of the plane vector.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="BasePlane" type="BaseFeatureType"><xs:annotation><xs:documentation>The BasePlane element identifies the plane whose normal vector determines the translation direction.</xs:documentation></xs:annotation></xs:element><xs:element name="Offset" type="LinearValueType"><xs:annotation><xs:documentation>The Offset element is the distance by which the base plane is translated.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>