-1

Creo Toolkit: Need to know how to fetch current Part, Assembly, Drawing. Any information would be appreciated.

Madhavi
  • 1
  • 3

2 Answers2

0

Use ProModeCurrentGet() and ProMdlCurrentGet()

Madhavi
  • 1
  • 3
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.