SoSurfaceFittingApproximation3dthresholdLevel Property |
Defines a range of values that can be considered for the best fit.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometryAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2d thresholdLevel { get; }
Public ReadOnly Property thresholdLevel As SoSFVec2d
Get
public:
property SoSFVec2d^ thresholdLevel {
SoSFVec2d^ get ();
}
member thresholdLevel : SoSFVec2d with get
Property Value
Type:
SoSFVec2dRemarks A value outside of this range will be considered as an outlier. Default is full range of double precision values.
See Also