transform
command
Syntax
- sketch point transform keyword <range>
Primary keywords:
Transform points. The geometric transformation may be a rotation, move (translation), or scaling, or any combination of the three. If combined, the operations are performed in the order:
scale rotate translate
. Thescale
androtate
operations are always performed with respect toorigin
. All points are transformed if <range
> is not supplied.- merge-tolerance f <range>
Set the merge tolerance. When supplied, this will be used as a tolerance for merging points.
- scale f1 <f2 >
Scale the points; f1 = scale factor along the \(x\) coordinate, f2 = scale factor along \(y\) coordinate.
- control-point b
Move/freeze control points. When
true
(the default), control points are moved when the points they are associated with are moved. Control points will be “frozen” whenfalse
.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Aug 13, 2024 |