M_Rhino_Geometry_Surface_InterpolatedCurveOnSurfaceUV - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.InterpolatedCurveOnSurfaceUV Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public NurbsCurve InterpolatedCurveOnSurfaceUV(
	IEnumerable<Point2d> points,
	double tolerance
)

VB

Public Function InterpolatedCurveOnSurfaceUV ( 
	points As IEnumerable(Of Point2d),
	tolerance As Double
) As NurbsCurve

Parameters

 

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.

Return Value

Type: NurbsCurve
A new nurbs curve, or null on error.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️