Skip to content

M_Rhino_Geometry_Arc_EpsilonEquals

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Arc.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(
	Arc other,
	double epsilon
)

VB

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

Parameters

 

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

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Arc Structure
Rhino.Geometry Namespace

Clone this wiki locally