0022357: EDF NETGENPLUGIN: NETGEN options
Fix dump of SetUseSurfaceCurvature()
This commit is contained in:
parent
d1ebdd0a87
commit
3c2b3e2b31
@ -391,7 +391,7 @@ void NETGENPlugin_Hypothesis_i::SetUseSurfaceCurvature (CORBA::Boolean theValue)
|
||||
METH_SetSurfaceCurvature ))
|
||||
{
|
||||
this->GetImpl()->SetSurfaceCurvature(theValue);
|
||||
SMESH::TPythonDump() << _this() << ".SetSurfaceCurvature( " << theValue << " )";
|
||||
SMESH::TPythonDump() << _this() << ".SetUseSurfaceCurvature( " << theValue << " )";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user