<xs:element name="SurfaceFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The SurfaceFeature element identifies the scanned surface feature from which the line 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 of a cylinder. All scanned points within this cylinder are used for the retrieval of the feature. The cylinder's axis is defined by the feature's direction and the cylinder's axis passes through the feature's locating 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 of a cylinder. All scanned points within this cylinder are used for the retrieval of the feature. The cylinder's axis is defined by the feature's direction and the cylinder's axis passes through the feature's locating point.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="LineFromScanType"><xs:annotation><xs:documentation>The LineFromScanType defines a line construction by the retrieval of a line 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 line 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 of a cylinder. All scanned points within this cylinder are used for the retrieval of the feature. The cylinder's axis is defined by the feature's direction and the cylinder's axis passes through the feature's locating point.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>