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 points
ListofCoordinate The control points for the Bezier curve
- num_output_points
int The number of samples along the curve
- control points
- Returns:
ListofCoordinate