myImplicitFunctionWidget->SetPlaceFactor(1.0);
myImplicitFunctionWidget->SetOutlineTranslation(false);
- //vtkProperty* aSelectedPlaneProperty = myImplicitFunctionWidget->GetSelectedPlaneProperty();
- //vtkProperty* aPlaneProperty = myImplicitFunctionWidget->GetPlaneProperty();
- //aPlaneProperty->SetOpacity(aSelectedPlaneProperty->GetOpacity()*1.5);
+ vtkProperty* aSelectedPlaneProperty = myImplicitFunctionWidget->GetSelectedPlaneProperty();
+ vtkProperty* aPlaneProperty = myImplicitFunctionWidget->GetPlaneProperty();
+ aPlaneProperty->SetOpacity(aSelectedPlaneProperty->GetOpacity()*1.5);
myImplicitFunctionWidget->Delete();
//