PointLoad(Int32, Vector3, Vector3, Boolean) Constructor

Initializes a new instance of the PointLoad class. create point-load for default load-case.

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public PointLoad(
	int ID,
	Vector3 f,
	Vector3 m,
	bool local
)

Parameters

ID  Int32
index of node where to attach the point-load.
f  Vector3
force vector in kN referred to the global coordinate system.
m  Vector3
moment vector in kNm referred to the global coordinate system.
local  Boolean
if true the pointload corotates with the node.

See Also