|
FaceupdateCharacteristicValue Method
|
updates the characteristic value of the face 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 updateCharacteristicValue(
double v
)
Public Sub updateCharacteristicValue (
v As Double
)
public:
void updateCharacteristicValue(
double v
)
member updateCharacteristicValue :
v : float -> unit
Parameters
- v
- Type: SystemDouble
new characteristic value
See Also