Hello<div><br></div><div>I have created a vtk filter that has an implicit widget attached, the widget shows up in the 3d view but </div><div>it never updates the filter (the RequestData method is never executed in the filter after interacting with the widget). If the current</div>
<div>frame is changed the RequestData method does execute with the updated values from the widget though. Is there</div><div>something special that needs to be done with the widget so that this happens?</div><div><br></div>
<div>Here is the xml:</div><div><br></div><div><div><div> <SourceProxy name="FourFlowVolumeTraceNormal" class="vtkFourFlowVolumeTrace" label="VolumeTrace"></div><div> </div><div> <InputProperty name="Input" command="SetInputConnection"></div>
<div> <ProxyGroupDomain name="groups"></div><div> <Group name="sources"/></div><div> <Group name="filters"/></div><div> </ProxyGroupDomain></div>
<div> <DataTypeDomain name="input_type"></div><div> <DataType value="vtkDataSet"/></div><div> </DataTypeDomain></div><div> </InputProperty></div>
<div><br></div><div> <ProxyProperty name="ClipFunction" command="SetClipFunction" label="Clip Type"></div><div> <ProxyGroupDomain name="groups"></div><div>
<Group name="implicit_functions"/></div><div> </ProxyGroupDomain></div><div> <ProxyListDomain name="proxy_list"></div><div> <Proxy group="implicit_functions" name="Plane" /></div>
<div> <Proxy group="implicit_functions" name="Box" /></div><div> <Proxy group="implicit_functions" name="Sphere" /></div><div> </ProxyListDomain></div>
<div> </ProxyProperty></div><div><span class="Apple-tab-span" style="white-space:pre">        </span> </div><div> <DoubleVectorProperty</div><div> name="ISOValue"</div><div> command="SetISOValue"</div>
<div> number_of_elements="1"</div><div> animateable="0"</div><div> default_values="0.02"</div><div> information_property="ISOValueInfo">></div>
<div> </DoubleVectorProperty></div><div><br></div><div> <DoubleVectorProperty</div><div> name="ISOValueInfo"</div><div> command="GetISOValue"</div><div> information_only="1"></div>
<div> <SimpleDoubleInformationHelper/></div><div> </DoubleVectorProperty></div><div><span class="Apple-tab-span" style="white-space:pre">        </span> </div><div> </SourceProxy></div></div></div>
<div><br></div><div>Thanks</div><div>BR/ Christoffer</div>