|
FemMaterialflowHypo Property
|
Gets or sets the material's flow hypothesis which is Van Mises by default.
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic FemMaterialFlowHypothesis flowHypo { get; set; }
Public Property flowHypo As FemMaterialFlowHypothesis
Get
Set
public:
property FemMaterialFlowHypothesis flowHypo {
FemMaterialFlowHypothesis get ();
void set (FemMaterialFlowHypothesis value);
}
member flowHypo : FemMaterialFlowHypothesis with get, set
Property Value
Type:
FemMaterialFlowHypothesis
See Also