make_default_indices method

make_default_indices(self)

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


def make_default_indices(self):
    ...

See Also