Click or drag to resize

FemMaterialFlowHypothesisFromString Method

Converts the name of a flow-hypothesis to the corresponding enum.

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static FemMaterialFlowHypothesis FlowHypothesisFromString(
	string v
)

Parameters

v
Type: SystemString
Name of the flow hypothesis.

Return Value

Type: FemMaterialFlowHypothesis
Enum representing the flow-hypothesis.
See Also