transform
command
Syntax
- sketch segment-node transform keyword <range>
Primary keywords:
Transform segment-nodes. The geometric transformation may be a translation and/or scaling. If combined, the operations are performed in the order:
scale translate
. Thescale
operation is always performed with respect toorigin
. All nodes are transformed if <range
> is not supplied.Note that transforming the first node does not change the origin of the extrusion (to translate the extrusion, modify Origin in axis controls).
- merge-tolerance f <range>
Set the merge tolerance. When supplied, this will be used as a tolerance for merging nodes.
- origin v3
Set the origin (node center) of the transformation v3 (3D vector in local (\(u,v,w\)) system).
- scale f1 <f2 >
Scale the nodes; f1 = scale factor along the the horizontal coordinate, f2 = scale factor along the vertical 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 |