M_Rhino_Geometry_Surface_InterpolatedCurveOnSurface - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.InterpolatedCurveOnSurface Method

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

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

Syntax

C#

public NurbsCurve InterpolatedCurveOnSurface(
	IEnumerable<Point3d> points,
	double tolerance
)

VB

Public Function InterpolatedCurveOnSurface ( 
	points As IEnumerable(Of Point3d),
	tolerance As Double
) As NurbsCurve

Parameters

 

points
Type: System.Collections.Generic.IEnumerable(Point3d)
A list, an array or any enumerable set of 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** ⚠️