Author Topic: Batch_Insert_Drawings  (Read 1924 times)

0 Members and 1 Guest are viewing this topic.

xiaxiang

  • Guest
Batch_Insert_Drawings
« on: November 17, 2010, 04:57:06 AM »
You can use this routine to import multidrawings to one drawing,by columns,lines ,and specify their spacings.
Cheers!
« Last Edit: November 17, 2010, 07:52:06 PM by xiaxiang »

Remarrk

  • Mosquito
  • Posts: 16
Re: Batch_Insert_Drawings
« Reply #1 on: February 09, 2012, 07:47:56 AM »
xiaxiang,I tried to test drive this routine and I got an error.
; error: bad argument type: stringp nil

I am running vanilla AutoCAD 2005.
Any idea why?


HasanCAD

  • Swamp Rat
  • Posts: 1422
Re: Batch_Insert_Drawings
« Reply #2 on: February 09, 2012, 09:27:59 AM »
1- Thanks for sharing this routine
2- I got the same error
Code: [Select]
Command: ib
; error: bad argument type: stringp nil
3- Could I insert a group of blocks for example ( a, b, c, ... etc)

Ketxu

  • Newt
  • Posts: 109
Re: Batch_Insert_Drawings
« Reply #3 on: February 09, 2012, 11:03:56 AM »
Just change (setq YH_DCLID (load_dialog "YH_insertblocks.dcl")) with name of DCL file (delete YH_)