From: vsr Date: Tue, 25 Dec 2012 11:45:33 +0000 (+0000) Subject: Fix wrong Python dump for GetShapesOnSphereIDs() function X-Git-Tag: V6_main_FINAL~79 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b8190086a5a6eac687780d0f72125dabe4ee42e2;p=modules%2Fgeom.git Fix wrong Python dump for GetShapesOnSphereIDs() function --- diff --git a/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx b/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx index eb8ec50fc..b07cdf843 100644 --- a/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx @@ -3321,7 +3321,7 @@ Handle(TColStd_HSequenceOfInteger) GEOMImpl_IShapesOperations::GetShapesOnSphere // Make a Python command GEOM::TPythonDump(aFunction, /*append=*/true) - << "listShapesOnCylinder = geompy.GetShapesOnCylinderIDs" + << "listShapesOnCylinder = geompy.GetShapesOnSphereIDs" << "(" << theShape << ", " << aShapeType << ", " << theCenter << ", " << theRadius << ", " << theState << ")";