transform command

Syntax

sketch segment-node transform keyword <range>

Primary keywords:

merge-tolerance    origin    scale    translate    control-point

Transform segment-nodes. The geometric transformation may be a translation and/or scaling. If combined, the operations are performed in the order: scale translate. The scale operation is always performed with respect to origin. 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.

translate v3

Translate nodes. nodes are moved by v3 (3D vector in local (\(u,v,w\)) system).

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” when false.