Mesh_PointLoad(Int32, Point3, Vector3, Boolean) Constructor
Initializes a new instance of the
Mesh_PointLoad class.
create an new mesh-load generated point-load.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public Mesh_PointLoad(
int node_ind,
Point3 node_pos,
Vector3 stress,
bool local
)
Public Sub New (
node_ind As Integer,
node_pos As Point3,
stress As Vector3,
local As Boolean
)
public:
Mesh_PointLoad(
int node_ind,
Point3 node_pos,
Vector3 stress,
bool local
)
new :
node_ind : int *
node_pos : Point3 *
stress : Vector3 *
local : bool -> Mesh_PointLoad
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.