Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Moshe-A
en respuesta a: Lukey7

@Lukey7  hi,

 

1. in ribbon you can use macro code to insert blocks instead of using lisp

example:  ^C^CINSERT "D:/ACAD DEV/EDCM DRIVEWAY"

you can drop the ".dwg" file type (cause insert knows to bring in only internal blocks or dwg files :cara_sonriente:)

 

2. drop the '*' prefix ... this denote insert to bring in the block exploded.

 

cheers

Moshe