Click or drag to resize
AB4D logo

BezierCurveCreateFromCurvePositions(IListPoint3D) Method

Returns an instance of BezierCurve that is created by the curvePositions. The method calculates all the control points (tangent positions) based on the default curve scale.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public static BezierCurve CreateFromCurvePositions(
	IList<Point3D> curvePositions
)

Parameters

curvePositions  IListPoint3D
list of positions on the curve

Return Value

BezierCurve
instance of BezierCurve
See Also