M_Rhino_Geometry_Surface_InterpolatedCurveOnSurfaceUV - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs an interpolated curve on a surface, using 2D surface points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public NurbsCurve InterpolatedCurveOnSurfaceUV(
IEnumerable<Point2d> points,
double tolerance
)
VB
Public Function InterpolatedCurveOnSurfaceUV (
points As IEnumerable(Of Point2d),
tolerance As Double
) As NurbsCurve
- points
- Type: System.Collections.Generic.IEnumerable(Point2d)
A list, an array or any enumerable set of 2D 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