Click or drag to resize

SurfaceInterpolatedCurveOnSurface Method

Constructs an interpolated curve on a surface, using 3D points.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public NurbsCurve InterpolatedCurveOnSurface(
	IEnumerable<Point3d> points,
	double tolerance
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
A list, an array or any enumerable set of points.
tolerance
Type: SystemDouble
A tolerance value.

Return Value

Type: NurbsCurve
A new NURBS curve, or null on error.
See Also