MantisBT - VTK
View Issue Details
0007761VTK(No Category)public2008-10-01 13:542016-08-12 09:55
Anka Kochanowska 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0007761: vtkProperty in 5.2 changed behavior
I tested the following code in vtk 5.0 and 5.2. In 5.0 only tip points of the axes are visible, in 5.2 the lines are visible.


vtkAxes * axesSource = vtkAxes::New();
  axesSource->SetScaleFactor( 150 );
  axesSource->SymmetricOn();
  axesSource->ComputeNormalsOff();
vtkPolyDataMapper *axesMapper = vtkPolyDataMapper::New();
  axesMapper->SetInput(axesSource->GetOutput());
  axesMapper->SetScalarVisibility( 1 );
vtkActor *axesActor = vtkActor::New();
  axesActor->SetMapper( axesMapper );
vtkProperty *property = vtkProperty::New();
  property->SetRepresentation( VTK_POINTS );
     axesActor->SetProperty( property );

No tags attached.
Issue History
2008-10-01 13:54Anka KochanowskaNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037025
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037025)
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.