I have posted a similar message in the past, and have tried workarounds but still no solution, i have 2 concerns...<br><br>1. I have a vtk filter (vtkMassProperties) that calculates scalar values for surfaceArea and Volume. 
<br>I would like to display these values on Paraview's parameters widget after running the filter on a data set.<br><br>the output is
automatically written i believe, when the PrintSelf method is called within the
vtk class.<br>the
filter is available in the menu, and appears to process the data set
(as it requires time to execute) although no scalar output is displayed
<br>i have included my server manager and xml files for reference<br><br>2. I am looking to map an image onto a 3D DEM surface using vtkTextureMapToPlane. My question is, since this filter takes input image and maps to a plane, should i have to specify my DEM as a new secondary source input, or could i simply treat it as my projection plane (by specifying normal and S,T ranges). Currently my filter is not regestering in the menu. Alternatively, is there a more appropriate vtk class for this job? I have seen previous posts for this problem without a visible solution
<br><br><br>any sugggestions are appreciated<br>shawn<br><br><br><ModuleInterfaces><br> <ServerManagerFile name="MassProperties.pvsm"/><br> <Module name="MassProperties"<br>         root_name="MassProp"
<br>         menu_name="Mass Properties"<br>         module_type="Filter"<br>         long_help="MassProperties"<br>         short_help="MassProperties"><br>   <Filter class="vtkMassProperties">
<br>     <Input name="Input"<br>            class="vtkDataSet"><br>     </Input><br>   </Filter><br>   <InputMenu trace_name="Input" property="Input"<br>              id="im"
<br>              label="Input"<br>              help="Set the triangulated input to analyzie."<br>              input_name="Input"/><br>   <Documentation><br>               SurfaceReconstruction
<br>   </Documentation><br> </Module><br></ModuleInterfaces><br><br><br><ServerManagerConfiguration><br>       <ProxyGroup name="filters"><br>               <SourceProxy name="MassProperties"
<br>                   class="vtkMassProperties"><br>                       <InputProperty name="Input" command="SetInput"><br>                               <ProxyGroupDomain name="groups">
<br>                                       <Group name="sources"/><br>                                       <Group name="filters"/><br>                               </ProxyGroupDomain>
<br>                               <DataTypeDomain name="input_type"><br>                                       <DataType value="vtkDataSet"/><br>                               </DataTypeDomain>
<br>                       </InputProperty><br>               </SourceProxy><br>       </ProxyGroup><br></ServerManagerConfiguration><br>