|
BezierCurveCreateFromCurvePositions(IListPoint3D, Double) Method |
Returns an instance of BezierCurve that is created by the curvePositions. The method calculates all the control points (tangent positions) based on the curveScale.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static BezierCurve CreateFromCurvePositions(
IList<Point3D> curvePositions,
double curveScale
)
Parameters
- curvePositions IListPoint3D
- list of positions on the curve
- curveScale Double
- Controls the scale of the curve. The larger the curveScale, the smaller the curvature at that Bezier points. Default value is 0.25
Return Value
BezierCurveinstance of BezierCurve
See Also