P_Rhino_Geometry_BrepEdge_Tolerance - mcneel/rhinocommon-api-docs GitHub Wiki

BrepEdge.Tolerance Property

Gets or sets the accuracy of the edge curve (>=0.0 or RhinoMath.UnsetValue) A value of UnsetValue indicates that the tolerance should be computed. The maximum distance from the edge's 3d curve to any surface of a face that has this edge as a portion of its boundary must be <= this tolerance.

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

BrepEdge Class
Rhino.Geometry Namespace

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