SCALE_2D resizes specified 2D elements about a defined point, by a defined factor, in your active workplane.
+------------------<------------------+ | | --->-(SCALE_2D)-->-+->--(:SELECT)----|elements|-------->-+----> | | +->--(:CENTER_POINT)----|position|-->-+ | | +->--(:SCALE_FACTOR)----|number|---->-+ | | +->--(:REPEAT_FACTOR)----|number|--->-+ | | +->-(:KEEP)--+--(:ON)---+----------->-+ | | | | | +--(:OFF)--+ | | | +->-(:APPLY)------------------------>-+
Option | Description | ||||||
---|---|---|---|---|---|---|---|
:SELECT | specifies the elements to be scaled. | ||||||
:CENTER_POINT | specifies a point to be scaled around (default = 0,0). | ||||||
:SCALE_FACTOR | specifies the fraction to be scaled by. | ||||||
:REPEAT_FACTOR | defines the number of times the element(s) will be scaled (default = 1). | ||||||
:KEEP | chooses whether or not to keep the original element(s).
|
||||||
:APPLY | Will perform the move while keeping the selection for further transformations.
This is only possible if you do not create new elements during the operation, i.e.
:KEEP :OFF :REPEAT_FACTOR 1
|
SCALE_2D [specify elements to scale] :CENTER [specify point to scale about] :FACTOR [enter scale factor] :KEEP :ON