Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Wiki Markup
{alias:mov}

Name

mov — Move points

Syntax

...

Move the point nearest to cursor position. Moving is divided in the from position and the to position which requires two mov operations. Optionally one can do several move operations in repetetive mode which is favourable for moving many points in sequence.

Arguments

No arguments. The mov command indicates the from position of the point nearest to cursor. The next command must then be mov to.

to

The cursor position is the place where the point will be moved to.

rep

Repeated move. Will move points by p (from), p (to), p (from), p (to). Terminate with u. Alternatively to p is just a right_click when in 2D mode.

num number

Use point number as the point to be moved.

all

Move all multiple points.

xy | xyz

Point search in xy (2D) or xyz (3D).

Related command object

Edit points and lines

...