From b8190086a5a6eac687780d0f72125dabe4ee42e2 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 25 Dec 2012 11:45:33 +0000 Subject: [PATCH] Fix wrong Python dump for GetShapesOnSphereIDs() function --- src/GEOMImpl/GEOMImpl_IShapesOperations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << ")"; -- 2.39.2