Click or drag to resize

GravityLoad Constructor (Vector3, Int32)

create a new gravity load

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GravityLoad(
	Vector3 f,
	int loadCase
)

Parameters

f
Type: Karamba.GeometryVector3
vector of acceleration of gravity. Unit-length corresponds to 10m/s2 (Earth).
loadCase
Type: SystemInt32
index of load-case where gravity should be active
See Also