M_Rhino_Geometry_Torus_EpsilonEquals - mcneel/rhinocommon-api-docs GitHub Wiki

Torus.EpsilonEquals Method

Check that all values in other are within epsilon of the values in this

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool EpsilonEquals(
	Torus other,
	double epsilon
)

VB

Public Function EpsilonEquals ( 
	other As Torus,
	epsilon As Double
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Torus
[Missing documentation for "M:Rhino.Geometry.Torus.EpsilonEquals(Rhino.Geometry.Torus,System.Double)"]
epsilon
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Torus.EpsilonEquals(Rhino.Geometry.Torus,System.Double)"]

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.Geometry.Torus.EpsilonEquals(Rhino.Geometry.Torus,System.Double)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Torus Structure
Rhino.Geometry Namespace

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