Click or drag to resize
AB4D logo

BezierCurveCreateFromCurvePositions Method

Overload List
 NameDescription
Public methodStatic memberCreateFromCurvePositions(IListPoint3D) 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.
Public methodStatic memberCreateFromCurvePositions(IListPoint3D, Double) Returns an instance of BezierCurve that is created by the curvePositions. The method calculates all the control points (tangent positions) based on the curveScale.
Top
See Also