SoSurfaceFittingApproximation3ddistance Property |
Defines the maximum distance that vertices can be moved.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometryAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFDouble distance { get; }
Public ReadOnly Property distance As SoSFDouble
Get
public:
property SoSFDouble^ distance {
SoSFDouble^ get ();
}
member distance : SoSFDouble with get
Property Value
Type:
SoSFDoubleRemarks This distance is expressed in world coordinates of the input mesh. Default is 1.
See Also