Question

I have Ansys zemax and can only save to .zprj file, how can I save it to .zar file so others with legacy zemax could open it?

  • 1 March 2024
  • 1 reply
  • 43 views

Those with legacy zemax cannot open .zprj file. 


1 reply

Userlevel 7
Badge +2

@icybird 

 

Its not really straightforward, but according to this post:

You can use the API to uncheck the System Explorer..Files..Is Project Directory checkbox. As far as I tested today, the checkbox remains disabled through the user interface and only responds to the API. You can use the following line of code with Python:

TheSystem.TurnOffProjectDirectory()

@Sandrine Auriol said she was going to check why the checkbox wasn’t available through the user interface with the developers.

Take care,

 

David

Reply