Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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.
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.
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.
I'm not familiar with the toolkit, but is there example code you can use in the creo files like there is for weblink?
No, they are all covered in the document.