[vtk-developers] [VTK 0011867]: Changing EdgesProperty in vtkImplicitPlaneRepresentation has no effect

Mantis Bug Tracker mantis at public.kitware.com
Wed Feb 16 07:26:07 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://www.vtk.org/Bug/view.php?id=11867 
====================================================================== 
Reported By:                Maxim Churilin
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   11867
Category:                   (No Category)
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-02-16 15:26 MSK
Last Modified:              2011-02-16 15:26 MSK
====================================================================== 
Summary:                    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 );
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-16 15:26 Maxim Churilin New Issue                                    
======================================================================




More information about the vtk-developers mailing list