Settings

Choose language

copy((objects),suffix or (new objects))

copy
  • Creates copies of one or several objects.

    Function parameters


  • list of objects in brackets, separated by comma
  • (optional) list of new objects in brackets, separated by comma OR name suffix for new objects in double or single quotation marks

    Usage


    If suffix is omitted it equals "_c" by default.

    copy((point1)) // returns point1_c in the same place where point1 is now, and point1 stays in place
    copy((point1,point2),"n") // returns point1n, point2n and point1 and point2 stay in place
    copy((point1,point2),(point11,point12) // returns point11, point12 and point1 and point2 stay in place
  • Previous article

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

    Next article

    adjust (curve1,curve2)