<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div><br></div><div>...</div><blockquote type="cite"><div class="WordSection1">
<p class="MsoNormal">I’m trying to debug a problem on a dataset that I can’t pass out of Sandia.  The issue is that with multiple files, when all blocks and sets are turned off, the blocks still appear.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Where is the point that the gui tells the reader whether to read sets and blocks?  I assume this is in vtkExodusIIReader.cxx?  </p></div></blockquote><div><br></div>Yes.<div><br><blockquote type="cite"><div class="WordSection1"><p class="MsoNormal">Where should I place a breakpoint to see what is being returned from the gui?</p></div></blockquote><br><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><div>You can break in the <font color="#000000" style="font-weight: bold; text-decoration: none; caret-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0);"><a class="el" href="https://www.vtk.org/doc/nightly/html/classvtkExodusIIReader.html#aa29aa0ef3f0ab25c83738e17aef98613" style="font-weight: bold; text-decoration: none; caret-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0);">SetObjectStatus</a> </font>method[1]. That should be what's called regardless of whether it is a block or set (the first argument is the object type).</div><div><br></div><div>    David</div><div><br></div><div>[1]: <a href="https://www.vtk.org/doc/nightly/html/classvtkExodusIIReader.html#aa29aa0ef3f0ab25c83738e17aef98613">https://www.vtk.org/doc/nightly/html/classvtkExodusIIReader.html#aa29aa0ef3f0ab25c83738e17aef98613</a></div></div></body></html>