<xs:element name="BaseFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseFeature element identifies the feature to be cast to a circle.</xs:documentation></xs:annotation></xs:element>
The CircleCastType defines a circle construction by the casting of another feature type to a circle. The location, vector and size are copied from the base feature. Any information not available on the base feature will remain at nominal. For example, a cast sphere will create a circle with center and diameter taken from the sphere but it will retain its nominal normal vector.
<xs:complexType name="CircleCastType"><xs:annotation><xs:documentation>The CircleCastType defines a circle construction by the casting of another feature type to a circle. The location, vector and size are copied from the base feature. Any information not available on the base feature will remain at nominal. For example, a cast sphere will create a circle with center and diameter taken from the sphere but it will retain its nominal normal vector.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="BaseFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseFeature element identifies the feature to be cast to a circle.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>