Create new part with default template by Pro/Toolkit program
Hi Community,
I'm a very beginner of Pro/Toolkit and try to make a program that creates a new 3D part in Creo 4.0.
I have a file that indicate crosssectional plane shape points and the program should read the file, make sketch from the points, and create solid by rotating/exluding the sketch.
I'd like to make it in asynchronous mode, so it will contain functions below:
1) Read file and extract shape points
2) Start/Connect Creo
3) Open new PART
4) Select a datum plane(like "FRONT" plane)
5) Draw sketch on the plane form shape points
6) Select datum plane/axis as reference
7) Exlude/rotate to make solid
I tried ProSolidMdlnameCreate() method for function 3) but noting shown in my display even the program returns no error.
Could you show me how to open a new PART file with default template?
Thanks!

