<div dir="ltr">Hello everyone,<div><br></div><div>I'm trying to inspect values of "UseBelowRangeColor" and "UseAboveRangeColor" flags from my ParaView exporter plugin by:</div><div><br></div><div>1. Retrieving vtkCompositePolyDataMapper2 from currently active view and rendering window, then,</div><div>2. Getting it's vtkLookupTable and then calling GetUseAboveRangeColor() and GetUseBelowRangeColor(),</div><div><br></div><div>However, first call (for checking using above range color) always passes and returns some big number and second one (for checking using below range color) always crashes, regardless whether flags are turned ON / OFF in ParaView UI.</div><div><br></div><div>Any suggestions about this or ideas how I could pick up these values in different way?</div><div><br></div><div>Thanks in advance!</div><div>Nenad.</div></div>