MantisBT - ParaView
View Issue Details
0013715ParaView(No Category)public2012-12-10 12:082016-08-12 09:59
David Thompson 
Utkarsh Ayachit 
normalminorhave not tried
closedmoved 
3.98.0 
 
TBD
incorrect functionality
0013715: "Show Frustum" in selection inspector fails
Creating a frustum selection (points or cells) and then clicking on the "Show frustum" checkbox in the selection inspector generates an error message and does not display a frustum.

    ERROR: In ...ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.cxx, line 389
    vtkPVSessionCore (0x7fe6bd2132e0): Object type: vtkPVRenderView, could not find requested method: "AddPropToRenderer"
    or the method was called with incorrect arguments.

    while processing
    Message 0 = Invoke
      Argument 0 = vtk_object_pointer {vtkPVRenderView (0x7fe6be13b640)}
      Argument 1 = string_value {AddPropToRenderer}
      Argument 2 = vtk_object_pointer {vtkPVFrustumActor (0x7fe6bb26f810)}



    ERROR: In /Users/dcthomp/Source/ParaView/scalar-annotation/ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.cxx, line 390
    vtkPVSessionCore (0x7fe6bd2132e0): Aborting execution for debugging purposes.


    ERROR: In /Users/dcthomp/Source/ParaView/scalar-annotation/ParaViewCore/ServerImplementation/Core/vtkSIProxy.cxx, line 131
    vtkSIProxy (0x7fe6be13b4a0): Error pushing property state: HiddenProps
No tags attached.
has duplicate 0013730closed Alan Scott Show frustrum doesn't work. 
Issue History
2012-12-10 12:08David ThompsonNew Issue
2012-12-10 12:08David ThompsonAssigned To => Kyle Lutz
2012-12-10 14:32Kyle LutzNote Added: 0029863
2012-12-12 17:08Kyle LutzRelationship addedhas duplicate 0013730
2013-06-20 09:53Utkarsh AyachitAssigned ToKyle Lutz => Utkarsh Ayachit
2016-08-12 09:59Kitware RobotNote Added: 0038292
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved

Notes
(0029863)
Kyle Lutz   
2012-12-10 14:32   
The problem is that the vtkPVRenderView::AddPropToRenderer() has been removed by the following commit:

commit ef2cf1aefd09cd534197dabd7332a6c2c6473e9b
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Sat May 19 22:57:12 2012 -0400

    Refactoring surface-selection mechanism.


It looks like actors are no longer supposed to be added directly to the view. We'll have to talk to Utkarsh when he gets back about the best place to add the frustum actor (perhaps in the selection representsion?).
(0038292)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.