MantisBT - VTK
View Issue Details
0011867VTK(No Category)public2011-02-16 07:262016-08-12 09:55
Maxim Churilin 
Ben Boeckel (Kitware) 
normaltrivialalways
closedmoved 
 
 
TBD
incorrect functionality
0011867: Changing EdgesProperty in vtkImplicitPlaneRepresentation has no effect
Changing any value of EdgesProperty (for example color) in vtkImplicitPlaneRepresentation has no visual effect on corresponding widget.
In TestImplicitPlaneWidget2.cxx after

vtkImplicitPlaneRepresentation *rep = vtkImplicitPlaneRepresentation::New();
rep->SetPlaceFactor(1.25);
rep->PlaceWidget(glyph->GetOutput()->GetBounds());

add a string like

rep->GetEdgesProperty()->SetColor( 0.0, 0.0, 1.0 );
No tags attached.
patch use-edges-property.patch (601) 2011-02-24 04:06
https://www.vtk.org/Bug/file/8726/use-edges-property.patch
Issue History
2011-02-16 07:26Maxim ChurilinNew Issue
2011-02-24 04:06thorbenkFile Added: use-edges-property.patch
2011-02-24 04:07thorbenkNote Added: 0025570
2013-06-05 16:33Jean-Christophe Fillion-RobinNote Added: 0030923
2013-06-16 07:28Maxim ChurilinNote Added: 0030993
2013-07-22 18:56Dave DeMarleNote Added: 0031202
2013-07-22 20:13Dave DeMarleAssigned To => Dave DeMarle
2013-07-22 20:13Dave DeMarleStatusbacklog => todo
2013-07-22 20:13Dave DeMarleStatustodo => active development
2013-08-12 17:46Dave DeMarleStatusactive development => backlog
2013-12-17 13:12Dave DeMarleNote Added: 0031983
2014-09-30 10:54Dave DeMarleProject => TBD
2014-09-30 10:54Dave DeMarleType => incorrect functionality
2014-09-30 10:54Dave DeMarleAssigned ToDave DeMarle =>
2014-10-03 20:22Ben Boeckel (Kitware)Assigned To => Ben Boeckel (Kitware)
2014-10-03 20:22Ben Boeckel (Kitware)Note Added: 0033577
2016-07-06 16:48Berk GeveciStatusbacklog => expired
2016-07-06 16:48Berk GeveciNote Added: 0036255
2016-08-12 09:55Kitware RobotNote Added: 0037220
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved

Notes
(0025570)
thorbenk   
2011-02-24 04:07   
The attached patch (one line) sets the property on the EdgesActor, thus making setting the color work. Strangely, this only applies when Tubing is On, why?
(0030923)
Jean-Christophe Fillion-Robin   
2013-06-05 16:33   
Hi Maxim,

Would be great if you could submit a patch using Gerrit. This would make the review and integration easier. For more details see http://www.vtk.org/Wiki/VTK/Git/Develop [^]

Thanks
Jc
(0030993)
Maxim Churilin   
2013-06-16 07:28   
Hi Jc,

As you had requested I submit a patch using Gerrit: http://review.source.kitware.com/#/t/2859/ [^]

I don't know whom to choose for review, so I added one of the authors of original file.

Maxim
(0031202)
Dave DeMarle   
2013-07-22 18:56   
I've added myself as a reviewer too and I will see that it gets reviewed by the relevant developers. Thank you Maxim!
(0031983)
Dave DeMarle   
2013-12-17 13:12   
proposed patch had problems in gerrit/dashboard review
(0033577)
Ben Boeckel (Kitware)   
2014-10-03 20:22   
I'll try and take a look at this.
(0036255)
Berk Geveci   
2016-07-06 16:48   
Setting to status of bugs that have not been updated in the last year to expired. Please re-open if still important.
(0037220)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

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