M_Rhino_Geometry_Collections_NurbsSurfaceKnotList_EpsilonEquals - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsSurfaceKnotList.EpsilonEquals Method

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

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

Syntax

C#

public bool EpsilonEquals(
	NurbsSurfaceKnotList other,
	double epsilon
)

VB

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

Parameters

 

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

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsSurfaceKnotList Class
Rhino.Geometry.Collections Namespace

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