/*!
* Activate/deactivate surface proximity computation
*/
- void SetUseSurfaceProximity( in boolean toUse );
- boolean GetUseSurfaceProximity();
+ void SetSurfaceProximity( in boolean toUse );
+ boolean GetSurfaceProximity();
/*!
* Set number of surface element layers to be generated due to surface proximity
/*!
* Activate/deactivate volume proximity computation
*/
- void SetUseVolumeProximity( in boolean toUse );
- boolean GetUseVolumeProximity();
+ void SetVolumeProximity( in boolean toUse );
+ boolean GetVolumeProximity();
/*!
* Set number of surface element layers to be generated due to volume proximity
# @param toUse boolean flag
#
def SetSurfaceProximity(self, toUse ):
- self.Parameters().SetUseSurfaceProximity(toUse)
+ self.Parameters().SetSurfaceProximity(toUse)
return
## Set number of surface element layers to be generated due to surface proximity
# @param toUse boolean flag
#
def SetVolumeProximity(self, toUse ):
- self.Parameters().SetUseVolumeProximity(toUse)
+ self.Parameters().SetVolumeProximity(toUse)
return
## Set number of surface element layers to be generated due to volume proximity
/*!
* Activate/deactivate surface proximity computation
*/
-void BLSURFPlugin_Hypothesis_i::SetUseSurfaceProximity( CORBA::Boolean toUse )
+void BLSURFPlugin_Hypothesis_i::SetSurfaceProximity( CORBA::Boolean toUse )
{
- if ( GetUseSurfaceProximity() != toUse )
+ if ( GetSurfaceProximity() != toUse )
{
this->GetImpl()->SetUseSurfaceProximity( toUse );
- SMESH::TPythonDump() << _this() << ".SetUseSurfaceProximity( " << toUse << " )";
+ SMESH::TPythonDump() << _this() << ".SetSurfaceProximity( " << toUse << " )";
}
}
-CORBA::Boolean BLSURFPlugin_Hypothesis_i::GetUseSurfaceProximity()
+CORBA::Boolean BLSURFPlugin_Hypothesis_i::GetSurfaceProximity()
{
return this->GetImpl()->GetUseSurfaceProximity();
}
/*!
* Activate/deactivate volume proximity computation
*/
-void BLSURFPlugin_Hypothesis_i::SetUseVolumeProximity( CORBA::Boolean toUse )
+void BLSURFPlugin_Hypothesis_i::SetVolumeProximity( CORBA::Boolean toUse )
{
- if ( GetUseVolumeProximity() != toUse )
+ if ( GetVolumeProximity() != toUse )
{
this->GetImpl()->SetUseVolumeProximity( toUse );
- SMESH::TPythonDump() << _this() << ".SetUseVolumeProximity( " << toUse << " )";
+ SMESH::TPythonDump() << _this() << ".SetVolumeProximity( " << toUse << " )";
}
}
-CORBA::Boolean BLSURFPlugin_Hypothesis_i::GetUseVolumeProximity()
+CORBA::Boolean BLSURFPlugin_Hypothesis_i::GetVolumeProximity()
{
return this->GetImpl()->GetUseVolumeProximity();
}
/*!
* Activate/deactivate surface proximity computation
*/
- void SetUseSurfaceProximity( CORBA::Boolean toUse );
- CORBA::Boolean GetUseSurfaceProximity();
+ void SetSurfaceProximity( CORBA::Boolean toUse );
+ CORBA::Boolean GetSurfaceProximity();
/*!
* Set number of surface element layers to be generated due to surface proximity
/*!
* Activate/deactivate volume proximity computation
*/
- void SetUseVolumeProximity( CORBA::Boolean toUse );
- CORBA::Boolean GetUseVolumeProximity();
+ void SetVolumeProximity( CORBA::Boolean toUse );
+ CORBA::Boolean GetVolumeProximity();
/*!
* Set number of surface element layers to be generated due to volume proximity