M_Rhino_Geometry_NurbsSurface_EpsilonEquals - mcneel/rhinocommon-api-docs GitHub Wiki

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

VB

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

Parameters

 

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

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsSurface Class
Rhino.Geometry Namespace

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