Skip to content

M_Rhino_Geometry_Box_EpsilonEquals

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

Box.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: 5.1.50000.0 (5.0.20693.0)

Syntax

C#

public bool EpsilonEquals(
	Box other,
	double epsilon
)

VB

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

Parameters

 

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

Return Value

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

Implements

IEpsilonComparable(T).EpsilonEquals(T, Double)

See Also

Reference

Box Structure
Rhino.Geometry Namespace

Clone this wiki locally