PointLoad(Point3, Vector3, Vector3, String, Boolean) Constructor

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

Definition

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

Parameters

pos  Point3
position of the 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.
LcName  String
name of the load-case the load belongs to.
local  Boolean
if true the point-load co-rotates with the node.

See Also