make_default_indices method

make_default_indices

Generate the sequence 0,1,2,3….Geometry.control_points.Length-1 to Line.segments so the ControlPoints can be used as a single line

def make_default_indices(self):
    ...

See Also