Settings

Choose language

rename (object1,object2,...,objectx)

rename
Renames objects.

Function parameters


  • list of objects in brackets, separated by comma

    If you need to change the name of an object, you can rename it using this function. The previous name will be then deleted and only the new name will be available for further actions with the object.

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

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

    Next article

    adjust (curve1,curve2)