Click or drag to resize

Mesh_PointLoad Constructor (Int32, Point3, Vector3, String, Boolean)

Initializes a new instance of the Mesh_PointLoad class. create an new mesh-load generated point-load.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Mesh_PointLoad(
	int node_ind,
	Point3 node_pos,
	Vector3 stress,
	string LcName,
	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).
LcName
Type: SystemString
name 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