geometry move-to command

Syntax

geometry move-to keyword ... <range>

Move nodes. Position components (\(x\), \(y\), or \(z\)) of nodes in the <range>, if supplied, are moved to the value f; all nodes are moved if no range is supplied. If final position of the node is in within some tolerance of another node, they are be merged.

The <tolerance ft> option provides tolerance for merging nodes. Default tolerance is 1.0e-8 multiplied by the largest extent size of all nodes positions.

If the set keyword is not given, then the current set is used.

set s

Specify the geometry set.

x f <tolerance ft >

Set the \(x\)-component of the point(s).

y f <tolerance ft >

Set the \(y\)-component of the point(s).

z f <tolerance ft >

Set the \(z\)-component of the point(s).