Programming Solid edge with VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just want to know if it possible to program Solid Edge with Visual Basic
for applications, say in Excel. If this is possible can someone please
enlighten me on how you can do it.
 
What is Solid Edge and what do you want to do when you say program Solid
Edge?

RBS
 
Solid Edge is a CAD package. I want to write a code that will retrieve
information about objects added into one of Solid Edge environments and list
that information on a text file.
 
OK, have a look in the VBE under Tools, References and see if the Solid Edge
API is available to VBA. If it is in the list then tick it and then see in
the
Object browser (F2) what you can do with it.

RBS
 
Thank you!

Nyiko

RB Smissaert said:
OK, have a look in the VBE under Tools, References and see if the Solid Edge
API is available to VBA. If it is in the list then tick it and then see in
the
Object browser (F2) what you can do with it.

RBS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top