Click or drag to resize

GravityLoad Constructor (Vector3)

Initializes a new instance of the GravityLoad class. create a new gravity load.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public GravityLoad(
	Vector3 f
)

Parameters

f
Type: Karamba.GeometryVector3
vector of acceleration of gravity. Unit-length corresponds to 10m/s2 (Earth).
See Also