mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 12:10:34 +05:00
Fix wrong Python dump for GetShapesOnSphereIDs() function
This commit is contained in:
parent
dc20ccab57
commit
b8190086a5
@ -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 << ")";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user