P_Rhino_Geometry_SpaceMorph_Tolerance - mcneel/rhinocommon-api-docs GitHub Wiki

SpaceMorph.Tolerance 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) Version: Rhino 6.0

Syntax

C#

public double Tolerance { get; set; }

VB

Public Property Tolerance As Double
	Get
	Set

Property Value

Type: Double

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

SpaceMorph Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️