Click or drag to resize
AB4D logo

BezierCurveCreateBezierCurve(IListPoint3D, Int32) Method

Returns a Point3DCollection that defines the Bezier curve with the specified controlPoints (contains points on the curve and tangent control points).

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static Point3DCollection CreateBezierCurve(
	IList<Point3D> controlPoints,
	int positionsPerSegment
)

Parameters

controlPoints  IListPoint3D
list of controlPoints (contains points on the curve and tangent control points)
positionsPerSegment  Int32
number of additional points to make the curve smooth - bigger value creates smoother curve

Return Value

Point3DCollection
Point3DCollection that defines the Bezier curve
See Also