SurfaceInterpolatedCurveOnSurfaceUV Method |
Constructs an interpolated curve on a surface, using 2D surface points.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic NurbsCurve InterpolatedCurveOnSurfaceUV(
IEnumerable<Point2d> points,
double tolerance
)
Public Function InterpolatedCurveOnSurfaceUV (
points As IEnumerable(Of Point2d),
tolerance As Double
) As NurbsCurve
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint2d
A list, an array or any enumerable set of 2D points. - tolerance
- Type: SystemDouble
A tolerance value.
Return Value
Type:
NurbsCurveA new nurbs curve, or null on error.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also