|
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)
Syntaxpublic GravityLoad(
Vector3 f
)
Public Sub New (
f As Vector3
)
public:
GravityLoad(
Vector3 f
)
new :
f : Vector3 -> GravityLoad
Parameters
- f
- Type: Karamba.GeometryVector3
vector of acceleration of gravity. Unit-length corresponds to 10m/s2 (Earth).
See Also