Visual LISP, AutoLISP and General Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Batch convert DGN to DWG
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I suspect that the action of opening a new drawing stops the execution of the lisp routine in the original drawing unttil the focus is returned to the original drawing. This is the reason I use a different mode for DGNIMPORT in AutoCAD 2012. I think that I'm not able to find a solution for AutoCAD version 2011.
Re: Batch convert DGN to DWG
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
first thankx sir
i try this tool in autocad 2012 but it is not working sir,some option is comming (Enter filename for DGN import![]()
i need thiis lisp ,so plse reply send me my mail ,what iam do,
thanking you sir
mohan
Re: Batch convert DGN to DWG
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
This one work but is not exact a better program is needed.
Re: Batch convert DGN to DWG
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I've managed to batch convert multiple DGN files using 3rd party software.
After, I've written my lisp
... (command "-mapimport" "DGN_V7_V8" nn3 "Y" "c:\\hatch.ipf" "I" "yes" "") ...
and tested it on one DGN
i've bought and installed this:
http://www.cadfx.com/batchscr/
and applyed my lisp on bunch of empty DWG files named as DGN files so when using DWGNAME variable i managed to import dgn...
Re: Batch convert DGN to DWG
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I updated the paths for tx1, tx2 and tx3. I left tx4 as "default". When I tried running the lsp, I got the error msg:
Command: DGNI
; error: bad argument type: FILE nil
What am I doing wrong?
Thanks!!


