[vtkusers] Rotation around an axis in C#/WPF
    Max 
    smapersmaper at gmail.com
       
    Tue Dec  3 07:53:26 EST 2013
    
    
  
Hi,
Just take the same code and change from:
//Create a cone
  vtkSmartPointer<vtkConeSource> coneSource = 
    vtkSmartPointer<vtkConeSource>::New();
to:
vtkConeSource coneSource = vtkConeSource.New();
do it for all the code you wrote.
Max
--
View this message in context: http://vtk.1045678.n5.nabble.com/Rotation-around-an-axis-in-C-WPF-tp5723578p5724795.html
Sent from the VTK - Users mailing list archive at Nabble.com.
    
    
More information about the vtkusers
mailing list