Fix regression, entered by previous integration.

This commit is contained in:
jfa 2007-06-08 08:17:56 +00:00
parent eb3ecf9eba
commit c6adc662f9

View File

@ -864,7 +864,7 @@ Handle(GEOM_Object) GEOMImpl_I3DPrimOperations::MakeRevolutionAxisAngle (Handle(
} }
//Make a Python command //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)"; << theBase << ", " << theAxis << ", " << theAngle * 180.0 / PI << "*math.pi/180.0)";
SetErrorCode(OK); SetErrorCode(OK);