|
PointLoad Constructor (Int32, Vector3, Vector3, Boolean)
|
Initializes a new instance of the
PointLoad class.
create point-load for default load-case.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic 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
- Type: SystemInt32
index of node where to attach the point-load. - f
- Type: Karamba.GeometryVector3
force vector in kN referred to the global coordinate system. - m
- Type: Karamba.GeometryVector3
moment vector in kNm referred to the global coordinate system. - local
- Type: SystemBoolean
if true the pointload corotates with the node.
See Also