Mesh_PointLoad(Int32, Point3, Vector3, Boolean) Constructor

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

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public Mesh_PointLoad(
	int node_ind,
	Point3 node_pos,
	Vector3 stress,
	bool local
)

Parameters

node_ind  Int32
index of the node where the point-load acts.
node_pos  Point3
position of the node where the point-load acts.
stress  Vector3
stress vector (kN/m2).
local  Boolean
true if the load acts with respect to the local coordinate system.

See Also