|
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.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static BezierCurve CreateFromCurvePositions(
IList<Point3D> curvePositions
)
Parameters
- curvePositions IListPoint3D
- list of positions on the curve
Return Value
BezierCurveinstance of BezierCurve
See Also