Autodesk Utility Design
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
LISP in AUD
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Does anyone have experience in bringing LISP over from AutoCad into AUD? I have some code that I have dropped in and thought it would work. It looks like it is more or less hit and miss. Any help understanding why would be greatly appreciated!
Re: LISP in AUD
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Would it be possible to share your LISP routine? There shouldn't be anythiing different between ACAD and AUD as far as LISP code goes. Also are we referencing 2009 version of ACAD and AUD?
Rick...
Re: LISP in AUD
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
To be more specific I meant UDS. My understanding is that AUD is on a similar but different platform thatn straight acad. I don't have the lisp to share. I am getting errors in AUD like: object set to a reference...
Re: LISP in AUD
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Well this will be certainly hard to give an answer w/o seeing code for this error. That said AUD is built on AutoCAD Map 3D which is built on ACAD so it is essentially the same underlying engine everything bubbles up. Only thing I can think of is the LISP code has something specific to an ACAD that is slightly different in AUD except I cannot think of anything from a LISP perspective.
Would it help to take this off-line to share code? Otherwise not a lot to go on to figure out issue you are seeing.
Rick...
Re: LISP in AUD
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
Depending on what you are trying to do Lisp code that works in autocad will work in AUD (UDS), how ever AUD does store some extended entity data on all of its entities (Lines, blocks, etc.) this could be causing your error, again with out know what you are trying to do its hard to diagnose where the problem lies.
you can look in the AUD_core.lsp and AUD_custom.lsp fiels and you will find examples of lisp code that currently runs in AUD2009 to about UDS2000i
Jim Bower
Spatial Network Solutions
