Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi team,
I've one doubt regarding to create a part file with extrude feature. just i need to create one simple extrude(rectangle) using Protoolkit.
if anybody knows pls help me.
Solved! Go to Solution.
Hi
From a glance it looks like the code you shared is a button that creates an extrude (but i did not read it in details).
After searching our knowledge base, most of the example rely on Element tree :
https://www.ptc.com/en/support/article/CS279089
https://www.ptc.com/en/support/article/CS261744
https://www.ptc.com/en/support/article/CS402131
this article gives a sample code shipped with Creo : <creo_toolkit_loadpoint>\protk_appls\pt_examples\pt_feature\TestExtrude.c
Hi
From a glance it looks like the code you shared is a button that creates an extrude (but i did not read it in details).
After searching our knowledge base, most of the example rely on Element tree :
https://www.ptc.com/en/support/article/CS279089
https://www.ptc.com/en/support/article/CS261744
https://www.ptc.com/en/support/article/CS402131
this article gives a sample code shipped with Creo : <creo_toolkit_loadpoint>\protk_appls\pt_examples\pt_feature\TestExtrude.c
