02-12-2021
11:57 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
02-12-2021
11:57 PM
@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
)
2. drop the '*' prefix ... this denote insert to bring in the block exploded.
cheers
Moshe