New CADforum look launched.
Over 1.081.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
Over 1.081.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
CAD tip # 8293:
Question
A
The new function for drawing dynamic arrays in AutoCAD 2012 allows to specify the array parameters dynamically, by mouse dragging. You can subsequently edit your array using parameters entered in the context ribbon for arrays.
If you prefer to use the parameters right from the beginning, when drawing the array, use CUI to add the following menu macros to your ribbon or toolbars (successively for rectangular, polar and path arrays):
^C^C_select;\_arrayrect;_p;;;1;1;;_x;(sssetfirst nil (ssadd(entlast)))(princ) ^C^C_select;\_arraypolar;_p;;\;;_x;(sssetfirst nil (ssadd(entlast)))(princ) ^C^C_select;\_arraypath;_p;;\1;_d;_x;(sssetfirst nil (ssadd(entlast)))(princ)
Since version 2012 SP1 you can also use the old way of creating arrays with the ARRAYCLASSIC commans.
(original concept by Silvia Menon)
ACAD2012
*CAD
29.10.2011
16340×
applies to: AutoCAD 2012 ·