Skip to main content
Solved

how to Ignore Surface in API

  • February 3, 2022
  • 4 replies
  • 388 views

John.Hygelund
Fully Spectral
Forum|alt.badge.img+1

I’m still new to the API and having trouble getting and setting the “Ignore this surface” via the API.

I’m working in Matlab and trying:

TheLDE.GetSurfaceAt(4).GetSurfaceTypeSettings(ZOSAPI.Editors.LDE.ILDETypeData.IgnoreSurface)

but get the error:

The property 'IgnoreSurface' in class 'ZOSAPI.Editors.LDE.ILDETypeData' must be accessed from a class instance because it is not a Constant property. 

Can someone point me in the right direction?

Thank you,

John

Best answer by Jeff.Wilde

Try this to flip the IgnoreSurface switch from Off (0) to On (1) :

surf4 = TheSystem.LDE.GetSurfaceAt(4);
surf4.TypeData.IgnoreSurface = 1;

Then you can see the results:

 

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

4 replies

Jeff.Wilde
Luminary
Forum|alt.badge.img+3
  • Luminary
  • 491 replies
  • Answer
  • February 4, 2022

Try this to flip the IgnoreSurface switch from Off (0) to On (1) :

surf4 = TheSystem.LDE.GetSurfaceAt(4);
surf4.TypeData.IgnoreSurface = 1;

Then you can see the results:

 


John.Hygelund
Fully Spectral
Forum|alt.badge.img+1
  • Author
  • Fully Spectral
  • 71 replies
  • February 7, 2022

Excellent, this works. Thank you Jeff.


clo
  • Monochrome
  • 6 replies
  • January 9, 2023

Hi, I would like to do the same but in non sequential mode. 

I tried this lines but it’s not working : 

        surf4 = TheSystem.NCE.GetObjectAt(4)

        surf4.TypeData.IgnoreObjects = 1

Do you know why and what I can do ? 

Thank you very much. 


Jeff.Wilde
Luminary
Forum|alt.badge.img+3
  • Luminary
  • 491 replies
  • January 9, 2023

See response here:

 


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