from_control_points method

from_control_points(, control_points)

Create a shape with specified control points with a default indices.

Returns


@staticmethod
def from_control_points(control_points):
    ...
ParameterTypeDescription
control_pointslist

See Also