P_Rhino_Geometry_Unroller_RelativeTolerance - mcneel/rhinocommon-api-docs GitHub Wiki
Gets or sets the relative tolerance for the unrolling operation. Relative tolerance is used in the evaluation of intrinsic properties, such as computations "along" the surface or brep.
In the current implementation, relative tolerance is used to decide if a surface is flat enough to try to unroll. That helps ease the scale dependency. The surface has to be linear in one direction within (length * RelativeTolerance) to be considered linear for that purpose. Otherwise smash will ignore that tolerance and unroll anything.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double RelativeTolerance { get; set; }
VB
Public Property RelativeTolerance As Double
Get
Set
Type: Double
Supported in: 6.0.16224.21491, 5D58w