Skip to main content

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. 

 

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