Over 1.091.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and variables.
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


29.10.2011
16759×
applies to: AutoCAD 2012 ·