vtkStandardNewMacro(VISU_CutLinesPL);
-VISU_CutLinesPL::VISU_CutLinesPL(){}
+VISU_CutLinesPL::VISU_CutLinesPL(){
+ myCondition = 1;
+ myPosition = 0;
+}
void VISU_CutLinesPL::ShallowCopy(VISU_PipeLine *thePipeLine){
if(VISU_CutLinesPL *aPipeLine = dynamic_cast<VISU_CutLinesPL*>(thePipeLine)){
VISU_CutPlanesPL::VISU_CutPlanesPL(){
myAppendPolyData = vtkAppendPolyData::New();
myIsShrinkable = false;
+
+ myNbParts = 10;
+
+ myBasePlane[0] = YZ;
+ myBasePlane[0] = XY;
+
+ myDisplacement[0] = myDisplacement[1] = 0.5;
+
+ myAng[0][0] = myAng[0][1] = myAng[0][2] = 0.0;
+ myAng[1][0] = myAng[1][1] = myAng[1][2] = 0.0;
}
VISU_CutPlanesPL::~VISU_CutPlanesPL(){