- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an older LISP routine I'm trying to get working in my new company. I used to use the "-insert" command but that was not working.
we have a drawing called "General.dwg" that contains block definitions for basic sheet layout. Things like north arrow, title blocks, logos, match lines etc. I want to insert 2 of the block defined in that drawing. The full Path for the drawing containing the blocks is,
"C:\RICK_C3D\C3D_RICK_NCS_2022\Resources\DEN\DEN_GENERAL.dwg"
EN-ARRW_2_COLOR
and
ARV_RICK_Logo_EXHBIT
However, my LISP hangs at the end of each "-INSERTCONTENT". What am I missing?
When I run it I can manually hit enter and it continues to the next "-INSERTCONTENT" command, then I hit enter again, and it completes. Its also not rotate the north arrow block correctly. I'm clearly missing a parameter or variable expected by the "-INSERTCONTENT" command. I tried reading up on it but the documentation is lacking in my opinion. I would love some guidance.
Solved! Go to Solution.