MorphControlSpaceMorphTolerance Property |
The 3d fitting tolerance used when morphing surfaces and breps.
The default is 0.0 and any value <= 0.0 is ignored by morphing functions.
The value returned by Tolerance does not affect the way meshes and points are morphed.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public double SpaceMorphTolerance { get; set; }
Public Property SpaceMorphTolerance As Double
Get
Set
Property Value
Type:
DoubleSee Also