Click or drag to resize

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)
Syntax
protected Vector3 reactForce(
	Model model,
	int lc_num,
	int ind
)

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: Vector3
scaled reaction force/moment.
See Also