Settings

Choose language

delete (object1,object2,...,objectx)

delete
Deletes objects.

Function parameters


  • list of objects in brackets, separated by comma

    Sometimes when you code a pattern you create temporary or accessorial points, lines and other objects. They are vital while you move through the first steps of drafting your pattern, but at some point there are simply too many objects in the screen.

    At this step you may choose to delete these abundant objects, in case you don’t need them later in the pattern drafting process and the code.

    You may refer to these objects BEFORE you deleted them, i.e. higher in the code body, but not AFTER you have deleted them, i.e. lower in the code.
  • Previous article

    tangent (object, point, parameter, newobject1, newobject2)

    Next article

    adjust (curve1,curve2)