DentalPanoramicExtractorSearchLength Property |
Get the search distance where the initial mesh is fitted to the arch curve.
Namespace: OIV.ImageViz.WorkflowsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public double SearchLength { get; set; }
Public Property SearchLength As Double
Get
Set
public:
property double SearchLength {
double get ();
void set (double value);
}
member SearchLength : float with get, set
Property Value
Type:
DoubleRemarks This distance is expressed in mm. Default value is 15.
See Also