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)
Syntaxpublic 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:
IsoStatusA side.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also