// //return myPlot3DPL->GetRotateY();
// return 0.0;
//}
-//
-//void VISU::Plot3D_i::SetDisplacement (CORBA::Double theDisp)
-//{
-// //myPlot3DPL->SetDisplacement(theDisp);
-//}
-//
-//CORBA::Double VISU::Plot3D_i::GetDisplacement()
-//{
-// //return myPlot3DPL->GetDisplacement();
-// return 0.0;
-//}
void VISU::Plot3D_i::SetPlanePosition (CORBA::Double thePlanePosition,
CORBA::Boolean theIsRelative)
return myPlot3DPL->GetScaleFactor();
}
-//void VISU::Plot3D_i::SetDefault (CORBA::Long thePlaneNumber)
-//{
-// //myPlot3DPL->SetPartDefault(thePlaneNumber);
-//}
-//
-//CORBA::Boolean VISU::Plot3D_i::IsDefault (CORBA::Long thePlaneNumber)
-//{
-// //return myPlot3DPL->IsPartDefault(thePlaneNumber);
-// return false;
-//}
-
void VISU::Plot3D_i::SetNbOfContours (CORBA::Long theNb)
{
myPlot3DPL->SetNumberOfContours(theNb);