View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013715ParaView(No Category)public2012-12-10 12:082016-08-12 09:59
ReporterDavid Thompson 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version3.98.0 
Target VersionFixed in Version 
Summary0013715: "Show Frustum" in selection inspector fails
DescriptionCreating 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
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships
has duplicate 0013730closedAlan Scott Show frustrum doesn't work. 

  Notes
(0029863)
Kyle Lutz (viewer)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2012-12-10 12:08 David Thompson New Issue
2012-12-10 12:08 David Thompson Assigned To => Kyle Lutz
2012-12-10 14:32 Kyle Lutz Note Added: 0029863
2012-12-12 17:08 Kyle Lutz Relationship added has duplicate 0013730
2013-06-20 09:53 Utkarsh Ayachit Assigned To Kyle Lutz => Utkarsh Ayachit
2016-08-12 09:59 Kitware Robot Note Added: 0038292
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team