PointLoad(Int32, Vector3, Vector3, Boolean) Constructor
Initializes a new instance of the
PointLoad class.
create point-load for default load-case.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public PointLoad(
int ID,
Vector3 f,
Vector3 m,
bool local
)
Public Sub New (
ID As Integer,
f As Vector3,
m As Vector3,
local As Boolean
)
public:
PointLoad(
int ID,
Vector3 f,
Vector3 m,
bool local
)
new :
ID : int *
f : Vector3 *
m : Vector3 *
local : bool -> PointLoad
Parameters
- ID Int32
- index of node where to attach the point-load.
- f Vector3
- force vector in kN referred to the global coordinate system.
- m Vector3
- moment vector in kNm referred to the global coordinate system.
- local Boolean
- if true the pointload corotates with the node.