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!

How can I make a model programming in C++ ????

  • Thread starter Thread starter ander
  • Start date Start date
Status
Not open for further replies.
A

ander

Guest
I would like to know how can I make a model programming in C++, I would like to have an example of any model created programming.



thanks!!!
 
if u want to creat the model similar to pro/E then u need to write u r own codes in c or c++, first build u r own cad system then go for 3d modeling.

or if u r searching for method to create 3d modell in Pro/E by executing the c or c++ codes, then, u need to consult PTC.
 
hello,

hmt has given u a right answer, u have to build ur own 3d cad system to define all geometrical aspects, like bazier curves, translators, equation compilors. it will be good if u consult book like CAD CAM By Abrahim ZEID. although u can make a simple models by using c++ but cannot generalise it that will work only for 1.
 
Thank You Shivdeep,

I want to discuss more about programing for CAD system. my email id is harsha123@sancharnet.in. please mail me

thank you

urs

Harsha Mallikarjuna Thumbaraguddi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top