[vtkusers] How to get angle value in vtkAngleWidget class ?

M.Erol erol.cakir at akromuhendislik.com
Thu Apr 21 04:51:09 EDT 2016


Hi everyone, 

I am using Visual Studio C# and i want to get angle with using
vtkAngleWidget. 

<http://vtk.1045678.n5.nabble.com/file/n5737817/vtkAngle.png> 

public void addAngleWidget() { 
            angleWidget = new vtkAngleWidget(); 
            angleWidget.SetInteractor(this.iren); 
            angleWidget.CreateDefaultRepresentation(); 
            angleWidget.On(); 
        } 

With this code, vtkAngleWidget is working perfectly. But i want to write to
angle, inside a textbox. Like this; 

<http://vtk.1045678.n5.nabble.com/file/n5737817/angleValue.png> 

How do i ? Thx for advices..



--
View this message in context: http://vtk.1045678.n5.nabble.com/How-to-get-angle-value-in-vtkAngleWidget-class-tp5737817.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list