Skip to main content

I am trying to set some coordinate breaks X-Y tilts as variable using ZOS-API in Matlab.

for thickness I know that the code is:

Surface1.ThicknessCell.MakeSolveVariable();

I tried different approaches, but nothing worked so far.

I solved it;

the text should be

Surface1.SurfaceData.Par3.MakeSolveVariable();


Reply