Click or drag to resize

NurbsSurfaceFindClosestIsoCurve Method

Find the closest isoparamentric curve, given a test point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public IsoStatus FindClosestIsoCurve(
	Point3d testPoint
)

Parameters

testPoint
Type: Rhino.GeometryPoint3d
The test point.

Return Value

Type: IsoStatus
The enumeration.
See Also