Click or drag to resize

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

create point-load for given load-case

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PointLoad(
	Point3 pos,
	Vector3 f,
	Vector3 m,
	int loadCase,
	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
loadCase
Type: SystemInt32
index of the load-case the load belongs to
local
Type: SystemBoolean
if true the pointload corotates with the node
See Also