Solved

Fast Semi-Diameters

  • 4 October 2022
  • 1 reply
  • 65 views

How can I check/uncheck Fast Semi-Diameters from within a macro?

icon

Best answer by MichaelH 4 October 2022, 17:25

View original

1 reply

Userlevel 6
Badge +2

Hi Gary,

This is something that is not hooked up with the ZPL (it would be under the SYSP keyword but this function was added after SYSP was implemented and the keyword was never updated), but it is available in the API.  To toggle this in the API, you can use the following code:

TheSystem.SystemData.Aperture.FastSemiDiameters = true;

 

Reply