this->OutlineMapper->SetInput(this->Outline->GetOutput());
this->OutlineActor = vtkActor::New();
this->OutlineActor->SetMapper(this->OutlineMapper);
- this->OutlineTranslation = 1;
+ this->OutlineActor->PickableOff();
+ this->OutlineTranslation = 0;
this->Cutter = vtkCutter::New();
this->Cutter->SetInput(this->Box);
(bounds[3]+bounds[2])/2.0,
(bounds[5]+bounds[4])/2.0);
- static float DIST_COEFF = 0.025;
+ static float DIST_COEFF = 0.33;
SetDistance(this->InitialLength*DIST_COEFF);
this->UpdateRepresentation();