Hi guys.
We have some old mapkeys, and I am trying to update/ optimize them.
I've made a ton of map keys with no problems, but for some reason I cannot get this to work.
...
Hello all
We have Creo 4.0 M130 and working on toolkit side.
I am aware that direct api which visits / collects all items in simp rep for assembly is not visiting all the items....
Hi,
I am trying to work with CREO Object Toolkit Java, there are few sample apps such as "InstallTest" and a User Guide, I followed the User Guide but still unable to run java apps, I get this er...
Iam able to extract text from symbols and detail notes by getting a handle of notes/symbol using the following code, modelitems = detailItemOwner.ListDetailItems(EpfcDetailType.EpfcDETAIL...
My (simplified) ToolKit program calls ProEngineerStart() looks like :
void main()
{
ProError status;
status = ProEngineerStart("parametric.bat","");
printf("...
Hi,
I have a UI created for OTK application. There is button which when pressed allows user to select a face which will be processed later. We use pfcSession->select() for selection. On...
Hi all,
I have some coordinates that I am able to export from another tool to give general component locations, and I'd like to be able to take this file and somehow automate the placement of parts...
I was testing my plugin on other system then creo shown this error. How to run Creo Parametric TOOLKIT applications with a Creo Parametric Session without unlocking during application development st...
HI,
I am selecting a face from a solid. Sometimes solid could be from Solid application and sometimes it could be from sheetmetal.
I want to know in which application this solid is...