]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
*** empty log message ***
authorvsr <vsr@opencascade.com>
Wed, 2 Dec 2009 11:04:41 +0000 (11:04 +0000)
committervsr <vsr@opencascade.com>
Wed, 2 Dec 2009 11:04:41 +0000 (11:04 +0000)
src/GEOM_SWIG/geompyDC.py

index 148342260cafc9d794be0a4421cd767155e1f9ef..2dd970d605f93cd9612e1f52e4a1765c95c9e768 100644 (file)
@@ -976,9 +976,6 @@ class geompyDC(GEOM._objref_GEOM_Gen):
         def MakeBoxDXDYDZ(self, theDX, theDY, theDZ):
             # Example: see GEOM_TestAll.py
             theDX,theDY,theDZ,Parameters = ParseParameters(theDX, theDY, theDZ)
-            print theDX
-            print theDY
-            print theDZ
             anObj = self.PrimOp.MakeBoxDXDYDZ(theDX, theDY, theDZ)
             RaiseIfFailed("MakeBoxDXDYDZ", self.PrimOp)
             SetParameters( anObj, Parameters )