|
SupportreactForce Method
|
return reaction force for given load-case.
Namespace:
Karamba.Supports
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected Vector3 reactForce(
Model model,
int lc_num,
int ind
)
Protected Function reactForce (
model As Model,
lc_num As Integer,
ind As Integer
) As Vector3
protected:
Vector3 reactForce(
Model^ model,
int lc_num,
int ind
)
member reactForce :
model : Model *
lc_num : int *
ind : int -> Vector3
Parameters
- model
- Type: Karamba.ModelsModel
statical model. - lc_num
- Type: SystemInt32
index of loadcase. - ind
- Type: SystemInt32
index of reaction force to be retrieved (Tx=0, Ty=1,..., Rz=5).
Return Value
Type:
Vector3scaled reaction force/moment.
See Also