Insert 2D & 3D block of a same part in autocad 2018

Insert 2D & 3D block of a same part in autocad 2018

Anonymous
Not applicable
729 Views
1 Reply
Message 1 of 2

Insert 2D & 3D block of a same part in autocad 2018

Anonymous
Not applicable

Hi, 

 

I use insert lisp to call 3D part in my autocad classic workspace. Is it possible to call a 3D & a 2D block of a same part number using insert command in same auotcad? 

0 Likes
730 Views
1 Reply
Reply (1)
Message 2 of 2

Moshe-A
Mentor
Mentor

@Anonymous  hi,

 

if you mean that 2 different blocks can coexist in the same drawing with the same name, the answer is NO.

there is a way though to do this:

 

(command-s "insert" "2dblk=fname")

(command-s "insert" "3dblk=fname")  ; where fname is file name (wblock)

 

??

 

Moshe

 

 

0 Likes