Click or drag to resize

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

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

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public PointLoad(
	Point3 pos,
	Vector3 f,
	Vector3 m,
	string LcName,
	bool local
)

Parameters

pos
Type: Karamba.GeometryPoint3
position of the node where to attach the point-load.
f
Type: Karamba.GeometryVector3
force vector in kN referred to the global coordinate system.
m
Type: Karamba.GeometryVector3
moment vector in kNm referred to the global coordinate system.
LcName
Type: SystemString
name of the load-case the load belongs to.
local
Type: SystemBoolean
if true the point-load co-rotates with the node.
See Also