mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
fix python dump of MoveClosestNodeToPoint()
This commit is contained in:
parent
1634a3e4d9
commit
30c4d1f606
@ -2975,7 +2975,8 @@ CORBA::Long SMESH_MeshEditor_i::MoveClosestNodeToPoint(CORBA::Double x,
|
||||
|
||||
if ( !myPreviewMode ) {
|
||||
TPythonDump() << "nodeID = " << this
|
||||
<< ".MoveClosestNodeToPoint( "<< x << ", " << y << ", " << z << " )";
|
||||
<< ".MoveClosestNodeToPoint( "<< x << ", " << y << ", " << z
|
||||
<< ", " << nodeID << " )";
|
||||
}
|
||||
|
||||
return nodeID;
|
||||
|
Loading…
Reference in New Issue
Block a user