mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +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 ) {
|
if ( !myPreviewMode ) {
|
||||||
TPythonDump() << "nodeID = " << this
|
TPythonDump() << "nodeID = " << this
|
||||||
<< ".MoveClosestNodeToPoint( "<< x << ", " << y << ", " << z << " )";
|
<< ".MoveClosestNodeToPoint( "<< x << ", " << y << ", " << z
|
||||||
|
<< ", " << nodeID << " )";
|
||||||
}
|
}
|
||||||
|
|
||||||
return nodeID;
|
return nodeID;
|
||||||
|
Loading…
Reference in New Issue
Block a user