Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Name

mov — Move points

Syntax

mov rep | num [xy | xyz] [all]

Description

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

The main command object for editing points and lines which also utilizes the mov command.

See also

cha - Change values , edi - Edit cursor values , del - Delete points and cells

  • No labels