Skip to main content
4-Participant
May 29, 2023
Question

See .drw object is checked out in drawing tree

  • May 29, 2023
  • 1 reply
  • 1399 views

To have a chance to see drawing ".drw" object is checked out when it is opened in Creo Parametric. - I can see that CAD model is checked out in "model tree", I can see the .drw object is modified, but I am not able to see anywhere in Creo paramteric window, that .drw object is checked out. Do you have any idea, how to display it in drawing tree?

 

 

 

 

 

 

 

1 reply

17-Peridot
June 22, 2023

Using toolkit function ProServerObjectIsModified() it is possible to get checkout status.

I think it is not possible to modify the system model tree. But you can display the status in Creo's GUI some other way.

4-Participant
June 22, 2023

Hello YaroslavSin, how am I able to use that toolkit function?

17-Peridot
June 23, 2023

This function is used in the C programming language. To use it, you must write an application for Creo using the C programming language and the Toolkit API.