From: jfa Date: Fri, 8 Jun 2007 08:17:56 +0000 (+0000) Subject: Fix regression, entered by previous integration. X-Git-Tag: V3_2_7~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c6adc662f9e72d08ad3fadd86e04375887d03813;p=modules%2Fgeom.git Fix regression, entered by previous integration. --- diff --git a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx index 8d39e8826..de70f1259 100644 --- a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx @@ -864,7 +864,7 @@ Handle(GEOM_Object) GEOMImpl_I3DPrimOperations::MakeRevolutionAxisAngle (Handle( } //Make a Python command - GEOM::TPythonDump(aFunction) << aRevolution << " = geompy.MakeRevolutionAxisAngle(" + GEOM::TPythonDump(aFunction) << aRevolution << " = geompy.MakeRevolution(" << theBase << ", " << theAxis << ", " << theAngle * 180.0 / PI << "*math.pi/180.0)"; SetErrorCode(OK);