Creo Toolkit: Need to know how to fetch current Part, Assembly, Drawing. Any information would be appreciated.
Asked
Active
Viewed 326 times
2 Answers
0
Not sure which toolkit you are using, if you are going with JAVA, the Toolkit API has multiple functions to fetch model(s).
- GetActiveModel()
- GetCurrentModel()
- RetrieveModel(ModelDescriptor MdlDescr) ... and more.

Hamza Waseem
- 1
- 1