Click or drag to resize

Mesh_PointLoad Constructor

create an new mesh-load generated point-load

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Mesh_PointLoad(
	int node_ind,
	Point3 node_pos,
	Vector3 stress,
	int loadCase,
	bool local
)

Parameters

node_ind
Type: SystemInt32
index of the node where the point-load acts
node_pos
Type: Karamba.GeometryPoint3
position of the node where the point-load acts
stress
Type: Karamba.GeometryVector3
stress vector (kN/m2)
loadCase
Type: SystemInt32
index of load-case to which the load belongs
local
Type: SystemBoolean
true if the load acts with respect to the local coordinate system
See Also