Surface.ClosestSide Method

SurfaceClosestSide Method

Gets the side that is closest, in terms of 3D-distance, to a U and V parameter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IsoStatus ClosestSide(
	double u,
	double v
)
Public Function ClosestSide ( 
	u As Double,
	v As Double
) As IsoStatus

Parameters

u
Type: SystemDouble
A u parameter.
v
Type: SystemDouble
A v parameter.

Return Value

Type: IsoStatus
A side.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also