<xs:element name="Diameter" type="LinearValueType"><xs:annotation><xs:documentation>The Diameter element is the cone diameter at which the circle will be constructed.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Distance" type="LinearValueType"><xs:annotation><xs:documentation>The Distance element is the distance from the cone vertex at which the circle will be constructed.</xs:documentation></xs:annotation></xs:element>
The CircleFromConeType defines the construction of a circle from a cone. The circle will be located either at a specified diameter on the cone or at a specified distance from the vertex of the cone.
<xs:complexType name="CircleFromConeType"><xs:annotation><xs:documentation>The CircleFromConeType defines the construction of a circle from a cone. The circle will be located either at a specified diameter on the cone or at a specified distance from the vertex of the cone.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:choice><xs:element name="Diameter" type="LinearValueType"><xs:annotation><xs:documentation>The Diameter element is the cone diameter at which the circle will be constructed.</xs:documentation></xs:annotation></xs:element><xs:element name="Distance" type="LinearValueType"><xs:annotation><xs:documentation>The Distance element is the distance from the cone vertex at which the circle will be constructed.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:extension></xs:complexContent></xs:complexType>