Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Converting DWG to AutoLisp

11 REPLIES 11
Reply
Message 1 of 12
facts
1232 Views, 11 Replies

Converting DWG to AutoLisp

Hi,

I have a DWG file. Is there any utility available to see the Autolisp script for this DWG file?

Thanks in advance
FACTS
11 REPLIES 11
Message 2 of 12
Anonymous
in reply to: facts

wrote in message news:4925000@discussion.autodesk.com...

>> I have a DWG file. Is there any utility available
>> to see the Autolisp script for this DWG file?

DWG files do not contain scripts or autolisp. They can however contain VBA code. If this is what you mean, try the commands VBAMAN and VBAIDE
Message 3 of 12
hulioman
in reply to: facts

I think you may be looking for "DBLIST."

This will list everything in the drawing.
Message 4 of 12
Anonymous
in reply to: facts

On 8/10/2005 3:37 PM hulioman wrote:

> I think you may be looking for "DBLIST."
>


Nope, I'm not looking for anything.

--
R.K. McSwain
http://rkmcswain.blogspot.com
Message 5 of 12
Anonymous
in reply to: facts

HUM....are you sure?

I think not...

"R.K. McSwain" wrote in message
news:4925022@discussion.autodesk.com...
wrote in message news:4925000@discussion.autodesk.com...

>> I have a DWG file. Is there any utility available
>> to see the Autolisp script for this DWG file?

DWG files do not contain scripts or autolisp. They can however contain VBA
code. If this is what you mean, try the commands VBAMAN and VBAIDE
Message 6 of 12
Anonymous
in reply to: facts

As for your understanding of the database...well...there is a dxfcode that
will spit out all existing conditions within a file...

As for how to access that, depends on your programming
capabilities...activex and then some...

What exactly do you want to gather? or recreate...?

wrote in message news:4925000@discussion.autodesk.com...
Hi,

I have a DWG file. Is there any utility available to see the Autolisp
script for this DWG file?

Thanks in advance
FACTS
Message 7 of 12
Anonymous
in reply to: facts

Rudy,

Have you heard of embedded VBA code?

--
R. Robert Bell


"Rudy Tovar" wrote in message
news:4925556@discussion.autodesk.com...
HUM....are you sure?

I think not...

"R.K. McSwain" wrote in message
news:4925022@discussion.autodesk.com...
wrote in message news:4925000@discussion.autodesk.com...

DWG files do not contain scripts or autolisp. They can however contain VBA
code. If this is what you mean, try the commands VBAMAN and VBAIDE
Message 8 of 12
Anonymous
in reply to: facts

Yeah, I'm not questioning that...

but you can embed lisp code...


"R. Robert Bell" wrote in message
news:4926018@discussion.autodesk.com...
Rudy,

Have you heard of embedded VBA code?

--
R. Robert Bell


"Rudy Tovar" wrote in message
news:4925556@discussion.autodesk.com...
HUM....are you sure?

I think not...

"R.K. McSwain" wrote in message
news:4925022@discussion.autodesk.com...
wrote in message news:4925000@discussion.autodesk.com...

DWG files do not contain scripts or autolisp. They can however contain VBA
code. If this is what you mean, try the commands VBAMAN and VBAIDE
Message 9 of 12
facts
in reply to: facts

Actually I wanted to change a 'Label/Text' in a DWG file and save it as a new DWG file dynamically and automatically using program made using VB.

Is there any other simple way, than wring complicated coding using DLLs ?
Message 10 of 12
rjay75
in reply to: facts

How do you embed Lisp Code and in what release did they add this functionality?

*****
Reply From: Rudy Tovar
Date: Aug/11/05 - 17:39 (CDT)

Re: Converting DWG to AutoLisp
Yeah, I'm not questioning that...

but you can embed lisp code...
Message 11 of 12
Anonymous
in reply to: facts

2004 I think...maybe sooner...

Read your 'vlide' help...not autocads help...



wrote in message news:4927293@discussion.autodesk.com...
How do you embed Lisp Code and in what release did they add this
functionality?

*****
Reply From: Rudy Tovar
Date: Aug/11/05 - 17:39 (CDT)

Re: Converting DWG to AutoLisp
Yeah, I'm not questioning that...

but you can embed lisp code...
Message 12 of 12
tuankm
in reply to: facts

Let try DCL&AutoLisp Generator http://geocities.com/dclgenerator
With this you never need to know about the DCL file but still create proffessional look dialog. Dialog & autolisp automatic generated and link together. The code generate will run on every autocad version.
The DWG2LSP feature allow user to convert drawing entity in AutoCad drawing into AutoLisp code.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost