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

Get 3DSOLID structure and data out of ACAD

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
294 Views, 3 Replies

Get 3DSOLID structure and data out of ACAD

I would like to know if it is possible to exploit 3DSOLID data from DXF
file.
and how to do ?
I'm writing an application which has to to get vertices and faces from a
3DSOLID.
Is it right that ObjectARX is usefull to do these things ?
Is it possible to use *.arx file from a classical MFC application ? (or arx
file can only be used by ACAD ?)

Thank you in advance for your answers.
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

i have written lisp code to extract points from a 3dsolid or body without
exporting any files. if you tell me more about how you want the information
extracted and returned by the application i may be able to help you

Francois Jautard wrote in message
news:61650B8ACD630E14343EBB9C597461C7@in.WebX.maYIadrTaRb...
>
Message 3 of 4
Anonymous
in reply to: Anonymous

Francois Jautard schrieb:
> I would like to know if it is possible to exploit 3DSOLID data from DXF
> file. and how to do ?
> I'm writing an application which has to to get vertices and faces from a
> 3DSOLID.

Have a look in the FAQ:
http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html#28

> Is it right that ObjectARX is usefull to do these things ?

Yes. ARX or LISP or VBA.

> Is it possible to use *.arx file from a classical MFC application ? (or arx
> file can only be used by ACAD ?)

only inside. An ARX is just a DLL with a tricky runtime C++ custom class
loading scheme.
Message 4 of 4
Anonymous
in reply to: Anonymous

Why did AutoDESK encrypt their dxf records for ACIS objects?
Is there a legal reason for us not to try to decrypt the information?

Joe

"Reini Urban" wrote in message
news:3BD2E468.74961EF7@x-ray.at...
> Francois Jautard schrieb:
> > I would like to know if it is possible to exploit 3DSOLID data from DXF
> > file. and how to do ?
> > I'm writing an application which has to to get vertices and faces from a
> > 3DSOLID.
>
> Have a look in the FAQ:
> http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html#28
>
> > Is it right that ObjectARX is usefull to do these things ?
>
> Yes. ARX or LISP or VBA.
>
> > Is it possible to use *.arx file from a classical MFC application ? (or
arx
> > file can only be used by ACAD ?)
>
> only inside. An ARX is just a DLL with a tricky runtime C++ custom class
> loading scheme.

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

Post to forums  

Autodesk Design & Make Report

”Boost