Click or drag to resize

NurbsCurveCreateHSpline Method (IEnumerablePoint3d, Vector3d, Vector3d)

Construct an H-spline from a sequence of interpolation points and optional start and end derivative information

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static NurbsCurve CreateHSpline(
	IEnumerable<Point3d> points,
	Vector3d startTangent,
	Vector3d endTangent
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
Points to interpolate
startTangent
Type: Rhino.GeometryVector3d
Unit tangent vector or Unset
endTangent
Type: Rhino.GeometryVector3d
Unit tangent vector or Unset

Return Value

Type: NurbsCurve
NURBS curve approximation of an arc on success
See Also