Hi All,<br><br>I was wondering what blanking a structured grid with an image means?? Is it something like draping an image on a structured grid??<br><br>Also, I tried to intergrate the vtkBlankStructuredGridWithImage class into paraview but it is giving me the error below. The filter takes in two inputs - an unstructured grid and the image to use for blanking(vtkImageData). From the class reference I found that GetBlankingInput() is the method to get the blanking image. I have also copied my .pvsm and .xml files here.
<br><br>I think I am making a mistake in calling the multiple inputs. Can anyone help me identify the error? <br><br>Thanks<br><br>-bikash<br><br><br><br><br>ErrorMessage<br># Error or warning: There was a VTK Error in file: /root/Project/ParaView-
2.6-Source/Servers/Common/vtkProcessModule.cxx (966)<br>&nbsp;vtkProcessModule (0xddc4130): Object type: vtkBlankStructuredGridWithImage, could not find requested method: &quot;SetBlankingInput&quot;<br>or the method was called with incorrect arguments.
<br><br>while processing<br>Message 0 = Invoke<br>&nbsp; Argument 0 = id_value {605}<br>&nbsp; Argument 1 = string_value {SetBlankingInput}<br>&nbsp; Argument 2 = id_value {490}<br>ErrorMessage end<br>ErrorMessage<br># Error or warning: There was a VTK Error in file: /root/Project/ParaView-
2.6-Source/Servers/Common/vtkProcessModule.cxx (968)<br>&nbsp;vtkProcessModule (0xddc4130): Aborting execution for debugging purposes.<br>ErrorMessage end<br>Aborted<br><br><br><br><br>&lt;ServerManagerConfiguration&gt;<br>&nbsp;&lt;ProxyGroup name=&quot;filters&quot;&gt;
<br>&nbsp;&nbsp; &lt;SourceProxy name=&quot;BlankStructuredGridWithImage&quot; class=&quot;vtkBlankStructuredGridWithImage&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;InputProperty<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name=&quot;Input&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command=&quot;SetInputConnection&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ProxyGroupDomain name=&quot;groups&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Group name=&quot;sources&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Group name=&quot;filters&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/ProxyGroupDomain&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DataTypeDomain name=&quot;input_type&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DataType value=&quot;vtkStructuredGrid&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/DataTypeDomain&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/InputProperty&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;InputProperty name=&quot;BlankingInput&quot; command=&quot;SetBlankingInput&quot; clean_command=&quot;RemoveAllInputs&quot; multiple_input=&quot;1&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ProxyGroupDomain name=&quot;groups&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Group name=&quot;sources&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Group name=&quot;filters&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/ProxyGroupDomain&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DataTypeDomain name=&quot;input_type&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DataType value=&quot;vtkImageData&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/DataTypeDomain&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/InputProperty&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<br>&nbsp;&nbsp; &lt;/SourceProxy&gt;<br>&nbsp;&lt;/ProxyGroup&gt;<br>&lt;/ServerManagerConfiguration&gt;<br><br><br>&lt;ModuleInterface&gt;<br>&nbsp;&lt;ServerManagerFile name=&quot;BlankStructuredGridWithImage.pvsm&quot;/&gt;<br>&lt;Module name=&quot;BlankStructuredGridWithImage&quot;
<br>&nbsp;&nbsp;&nbsp; root_name=&quot;BlankStructuredGridWithImage&quot;<br>&nbsp;&nbsp;&nbsp; replace_input=&quot;0&quot;<br>&nbsp;&nbsp;&nbsp; menu_name=&quot;Blanking Image&quot;<br>&nbsp;&nbsp;&nbsp; module_type=&quot;Filter&quot;<br>&nbsp;&nbsp;&nbsp; long_help=&quot;BlankStructuredGridWithImage&quot;
<br>&nbsp;&nbsp;&nbsp; short_help=&quot;BlankStructuredGridWithImage&quot;&gt;<br>&nbsp;&nbsp; &lt;Filter class=&quot;vtkBlankStructuredGridWithImage&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;Input name=&quot;BlankingInput&quot; class=&quot;vtkImageData&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;Input name=&quot;Input&quot; class=&quot;vtkStructuredGrid&quot;/&gt;<br>&nbsp;&nbsp; &lt;/Filter&gt;<br>&nbsp;&nbsp; &lt;InputMenu trace_name=&quot;Input&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; property=&quot;Input&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=&quot;Input&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; help=&quot;Select the object to blanket&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; input_name=&quot;Input&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initialize_with_current=&quot;0&quot;/&gt; <br>&nbsp;&nbsp; &lt;InputMenu trace_name=&quot;Input&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; property=&quot;Input&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=&quot;Input&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; help=&quot;Set the input image for this filter.&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; input_name=&quot;BlankingInput&quot;/&gt;<br>&nbsp;&lt;/Module&gt;<br>&lt;/ModuleInterface&gt;<br>