Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inventor And Programming

Status
Not open for further replies.

Easynow25

Mechanical
Joined
Feb 23, 2003
Messages
3
Location
GB
I am wondering what can be achieved by using a program to drive Inventor models.

The product i deal with contains up to a maximum of 11 different parts, but not every product contains all 11, some we sell contain say six of the parts. Also the dimensions between any two products are different, and on some of the parts drilled holes are omitted.

Would it be possible to use C++ or VB to write a program to drive Inventor to produce Part drawings/models and Assembly drawings/models? We currently use a spreadsheet for the above apllication but it still requires quite a lot of manual tidying up to prouce accetable drawings

Any advice would be appreciated.

Thanks Simon
 
you can absolutely use a programming language to produce your models. Inventor supports both VB (vba as well as VB addin) and C++. Check under the help pulldown and select Programming Help to see an explanation of the object model and associated topics.

Doug
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top