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.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.