Skip to main content
13-Aquamarine
February 13, 2018
Question

Force Creo to open drawing on sheet #1 ?

  • February 13, 2018
  • 2 replies
  • 1627 views

Is there a way to force Creo to open a drawing with sheet #1 as the active sheet? Currently whatever sheet was active with you last saved the file is the sheet it will open up first. 

 

I have a need to force it to open up sheet 1 regardless of how the user last saved the file. 

 

Any ideas?

2 replies

StephenW
23-Emerald III
February 14, 2018

There is a product Idea (enhancement request) to do this but I don't think it is directly available.

https://community.ptc.com/t5/Creo-Ideas/Default-opening-multi-sheet-drawing-on-first-sheet-Sheet-1/idi-p/453305

 

You may be able to use Drawing Reps to do this but not in any automatic fashion without some sort of customization.

20-Turquoise
February 14, 2018

Like Stephen says you could do it with customization. One possible way would be to write a jlink (or use some other api) listener that would listen for a OnAfterModelRetrieve action and if a drawing then use SetCurrentSheetNumber(1) .