Skip to main content
14-Alexandrite
September 11, 2024
Question

Creo toolkit documentation

  • September 11, 2024
  • 1 reply
  • 1490 views

Hello all,

 

I am trying to create, redefine many features using creo toolkit. I refer toolkit user guideline document (tkuse) and object toolkit document to get idea about methods. 

 

Is it the only document which can be refered to get idea of methods defined in toolkit api and does it contain all the information required?

 

I just want to know if I am missing out some methods which are not defined in this documents.

 

1 reply

12-Amethyst
September 12, 2024

There are the corresponding HTML guides:

<Creo Install>/Common Files/protoolkit/protkdoc/index.html

<Creo Install>/Common Files/otk_cpp_doc/objecttoolkit_Creo/index.html

 

Both of these contain HTML versions of the PDF documents, but also the API Wizards, which contain all functions and some samples.

 

All the functions should be covered in the PDF document, so you shouldn't be missing out on any, but the API wizard may provide extra information.

14-Alexandrite
September 12, 2024

This HTML file gives detailed description of the functions defined in the user guideline. But are there any other methods to approach the problem.

 

I am trying to create some pattern tables using toolkit. The document says it is possible through creating  element tree only. But are there any other methods which are not discussed in the documents or html.

12-Amethyst
October 3, 2024

I'm not familiar with the toolkit, but is there example code you can use in the creo files like there is for weblink?