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 MintJulep 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 3d cylinder using Protoolkit functions???

  • 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 simple 3d cylinder with protoolkit function in c++.



I would like to know if i have to make a feature???

It
 
I would also like to know the same.
 
hi,


Pro/Toolkit does not allow you to create any feature except datum features like poins or planes. But what you can do is you can place a UDF using Pro/Toolkit.


Makea cylinder as a UDF.


Ihope this answers yous question.


Parthiv
 
That is not TRUE! You have the ability to create the element tree
(feature creation) for protrusions which a cylinder is. Look in
the API wizard under the User's Guide for more information on creating
features.
 
Ya thats true. We can make a feature using element tree. I had wrong impression about it. But its too coplicated. And placing UDF using toolkit function is easier.


Parthiv


Design Engineer


L&T eEngineering Solutions
Edited by: parthiv
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top