Skip to main content
Solved

Fast Semi-Diameters

  • October 4, 2022
  • 1 reply
  • 98 views

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

Best answer by MichaelH

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;

 

View original
Did this topic help you find an answer to your question?

1 reply

MichaelH
Ansys Staff
Forum|alt.badge.img+2
  • Ansys Staff
  • 368 replies
  • Answer
  • October 4, 2022

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


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings