get_bezier_points#

ansys.motorcad.core.geometry.get_bezier_points(control_points, num_output_points)#

Find a list of coordinates along a Bezier curve.

Parameters:
control pointsList of Coordinate

The control points for the Bezier curve

num_output_pointsint

The number of samples along the curve

Returns:
List of Coordinate