SpaceMorphTolerance Property |
The desired accuracy of the morph. This value is primarily used for deforming
surfaces and breps. The default is 0.0 and any value <= 0.0 is ignored by
morphing functions. The Tolerance value does not affect the way meshes and points
are morphed.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public double Tolerance { get; set; }
Public Property Tolerance As Double
Get
Set
Property Value
Type:
DoubleSee Also