Skip to main content
18-Opal
May 14, 2021
Solved

Change Creo's window size to a specific size

  • May 14, 2021
  • 1 reply
  • 1856 views

Hi,

Is there an API to change Creo's window size to a specific size?
Or could it be implemented using other APIs? (Ex. Windows API)

 

If possible, Please teach me how to implement.

Thanks

Best answer by FabianWolf

You might try these environment variables by appending to your Creo *.psf file:

 

ENV=UI_DISPLAY_SCALE=100
ENV=UI_SCREEN_SIZE=1920x1080
ENV=UI_SCREEN_RECT=0,0 1920x1080

 

 

1 reply

14-Alexandrite
May 14, 2021

You might try these environment variables by appending to your Creo *.psf file:

 

ENV=UI_DISPLAY_SCALE=100
ENV=UI_SCREEN_SIZE=1920x1080
ENV=UI_SCREEN_RECT=0,0 1920x1080