Skip to main content
Solved

ZOS-API surface sag text info

  • October 3, 2022
  • 1 reply
  • 68 views

redbottle

Hi,

Does anyone know how to pull the point space information under surface sag → text (using Matlab)? I can successfully pull 

SagResults.GetTextFile but couldn’t find the point space info under that, 

I appreciate the help in advance. 

 

Best answer by redbottle

I think I found it. I put it here in case somebody else also needs it: 

SagResults = Sag.GetResults();

SagResults.DataGrids(1).Dx 

SagResults.DataGrids(1).Dy

if your system is symmetric, Dx = Dy

 

 

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

1 reply

redbottle
  • Author
  • Monochrome
  • 4 replies
  • Answer
  • October 3, 2022

I think I found it. I put it here in case somebody else also needs it: 

SagResults = Sag.GetResults();

SagResults.DataGrids(1).Dx 

SagResults.DataGrids(1).Dy

if your system is symmetric, Dx = Dy

 

 


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