Fix wrong Python dump for GetShapesOnSphereIDs() function

This commit is contained in:
vsr 2012-12-25 11:45:33 +00:00
parent dc20ccab57
commit b8190086a5

View File

@ -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 << ")";