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
)
Public Function InterpolatedCurveOnSurface (
points As IEnumerable(Of Point3d),
tolerance As Double
) As NurbsCurve
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:
NurbsCurveA new NURBS curve, or null on error.
See Also