M_Rhino_Geometry_Surface_InterpolatedCurveOnSurface - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs an interpolated curve on a surface, using 3D points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public NurbsCurve InterpolatedCurveOnSurface(
IEnumerable<Point3d> points,
double tolerance
)
VB
Public Function InterpolatedCurveOnSurface (
points As IEnumerable(Of Point3d),
tolerance As Double
) As NurbsCurve
- points
- Type: System.Collections.Generic.IEnumerable(Point3d)
A list, an array or any enumerable set of points. - tolerance
- Type: System.Double
A tolerance value.
Type: NurbsCurve
A new nurbs curve, or null on error.
Supported in: 6.0.16224.21491, 5D58w