MantisBT - VTK |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011867 | VTK | (No Category) | public | 2011-02-16 07:26 | 2016-08-12 09:55 |
|
Reporter | Maxim Churilin | |
Assigned To | Ben Boeckel (Kitware) | |
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | moved | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Project | TBD |
Type | incorrect functionality |
|
Summary | 0011867: Changing EdgesProperty in vtkImplicitPlaneRepresentation has no effect |
Description | Changing any value of EdgesProperty (for example color) in vtkImplicitPlaneRepresentation has no visual effect on corresponding widget. |
Steps To Reproduce | 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 ); |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | use-edges-property.patch (601) 2011-02-24 04:06 https://www.vtk.org/Bug/file/8726/use-edges-property.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2011-02-16 07:26 | Maxim Churilin | New Issue | |
2011-02-24 04:06 | thorbenk | File Added: use-edges-property.patch | |
2011-02-24 04:07 | thorbenk | Note Added: 0025570 | |
2013-06-05 16:33 | Jean-Christophe Fillion-Robin | Note Added: 0030923 | |
2013-06-16 07:28 | Maxim Churilin | Note Added: 0030993 | |
2013-07-22 18:56 | Dave DeMarle | Note Added: 0031202 | |
2013-07-22 20:13 | Dave DeMarle | Assigned To | => Dave DeMarle |
2013-07-22 20:13 | Dave DeMarle | Status | backlog => todo |
2013-07-22 20:13 | Dave DeMarle | Status | todo => active development |
2013-08-12 17:46 | Dave DeMarle | Status | active development => backlog |
2013-12-17 13:12 | Dave DeMarle | Note Added: 0031983 | |
2014-09-30 10:54 | Dave DeMarle | Project | => TBD |
2014-09-30 10:54 | Dave DeMarle | Type | => incorrect functionality |
2014-09-30 10:54 | Dave DeMarle | Assigned To | Dave DeMarle => |
2014-10-03 20:22 | Ben Boeckel (Kitware) | Assigned To | => Ben Boeckel (Kitware) |
2014-10-03 20:22 | Ben Boeckel (Kitware) | Note Added: 0033577 | |
2016-07-06 16:48 | Berk Geveci | Status | backlog => expired |
2016-07-06 16:48 | Berk Geveci | Note Added: 0036255 | |
2016-08-12 09:55 | Kitware Robot | Note Added: 0037220 | |
2016-08-12 09:55 | Kitware Robot | Status | expired => closed |
2016-08-12 09:55 | Kitware Robot | Resolution | open => 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
|
|
|
|
(0030993)
|
Maxim Churilin
|
2013-06-16 07:28
|
|
|
|
(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. |
|