[vtkusers] question of ImplicitPlaneWidget

Dean Inglis dean.inglis at on.aibn.com
Thu Dec 19 09:02:42 EST 2002


Chunyan,

you can change the key to turn on/off the widget with
,for example ,'x' key:

any_widget->SetKeyPressActivationValue("x");

or programatically with 

any_widget->On();
any_widget->Off();

regards,
Dean




More information about the vtkusers mailing list