Salome HOME
Issue #1942: group - names are empty strings
[modules/shaper.git] / src / GeomAlgoAPI / Test / TestAPI_Scale.py
index a6013480732a4a4b23b38ac99db412a7a413bf3e..791a9c047d978c0c1c52ade5c3beea6ec7278925 100644 (file)
@@ -11,7 +11,6 @@ from GeomAPI import GeomAPI_Pnt as pnt
 # Create a box
 try :
   box1 = shaperpy.makeBox(10.,10.,10.)
-  box2 = shaperpy.makeBox(10.,10.,10.)
   centerPoint = pnt(20.,20.,0.)
  
 except myExcept, ec:
@@ -23,10 +22,3 @@ try :
  
 except myExcept, ec:
   print ec.what()
-
-# Perfom a scale by dimensions.
-try :
-  scale2 = shaperpy.makeScale(box2,centerPoint, 2, -0.5, 1.3)
-except myExcept, ec:
-  print ec.what()