Over 1.096.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator and the updated Barcode generator.
New AutoCAD 2026 commands and variables.
CAD tip # 7741:
Question
A
AutoCAD Mechanical allows to set "mechanical structure" for its drawings (grouping components and assemblies). This option is available in the Options dialog, the tab AM:Structure - "Enable structure for new drawings".
IF you want to set this option from a script or a macro, use the LISP command (to disable or to enable):
(gencfgset "gen@CIT@Enable Structure" 0) (gencfgset "gen@CIT@Enable Structure" 1)
ACADM2011ACADM2010ACADM2009


19.1.2011
12367×