|
FaceupdateSensititivy Method
|
update the face's sensitivity number in the context of the BESO-procedure
Namespace:
Karamba.Utilities.KMesh
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void updateSensititivy(
double s
)
Public Sub updateSensititivy (
s As Double
)
public:
void updateSensititivy(
double s
)
member updateSensititivy :
s : float -> unit
Parameters
- s
- Type: SystemDouble
values to be added to the face's sensitivity
See Also