<xs:element name="SurfaceFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The SurfaceFeature element identifies the scanned surface feature from which the sphere is retrieved.</xs:documentation></xs:annotation></xs:element>
The SearchRadius element is the radius around the nominal feature, wherein the measured feature can be expected. The SearchRadius is the radius added to and subtracted from the nominal feature radius defining a spherical shell. All scanned points within this spherical shell are used for the retrieval of the feature. The spherical shell's center coincides with the sphere feature's nominal center point.
<xs:element name="SearchRadius" type="LinearValueType"><xs:annotation><xs:documentation>The SearchRadius element is the radius around the nominal feature, wherein the measured feature can be expected. The SearchRadius is the radius added to and subtracted from the nominal feature radius defining a spherical shell. All scanned points within this spherical shell are used for the retrieval of the feature. The spherical shell's center coincides with the sphere feature's nominal center point.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Vector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Vector element is the axis of the search radius cylinder when it cannot be determined by the sphere nominal information.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="SphereFromScanType"><xs:annotation><xs:documentation>The SphereFromScanType defines a sphere construction by the retrieval of a sphere from a scanned surface feature (point cloud).</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="SurfaceFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The SurfaceFeature element identifies the scanned surface feature from which the sphere is retrieved.</xs:documentation></xs:annotation></xs:element><xs:element name="SearchRadius" type="LinearValueType"><xs:annotation><xs:documentation>The SearchRadius element is the radius around the nominal feature, wherein the measured feature can be expected. The SearchRadius is the radius added to and subtracted from the nominal feature radius defining a spherical shell. All scanned points within this spherical shell are used for the retrieval of the feature. The spherical shell's center coincides with the sphere feature's nominal center point.</xs:documentation></xs:annotation></xs:element><xs:element name="Vector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Vector element is the axis of the search radius cylinder when it cannot be determined by the sphere nominal information.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>