Settings

Choose language

move((object1,object2,...),line,(newobject1,newobject2))

move
This function moves the named objects at a given distance at the given angle.

Function parameters


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

    Usage


    This function is often used when drafting collars, sleeve cuffs, etc. For example, you may want to move the shoulder line and the neckline line to an empty space in the visual pattern design window and have a more clear picture of what you are doing, instead of working over a set of other objects and points you might have had on the front piece.

    There are several variants of using the function and naming the moved objects.
    If you just want to move objects and don't need to keep the original ones, leave the third parameter blank:
    move((neckline,shoulder,center), 60)
    If you would like to keep both the original and the moved objects, you have two options:
    1) Name all new objects one by one, in the same order as the original objects, e.g.:
    move((neckline,shoulder,center), 60, 0,
    (collarneckline, collarshoulder,
    collarcenter))
    2) Create a suffix for new objects that will be automatically added to the names of existing objects, e.g.:
    move((neckline,shoulder,center), 60, 0, ”n”)
  • Previous article

    invert (objects)

    Back to category

    Transformations

    Next article

    mirror((object1,object2,...),line,(newobject1,newobject2))