|
PointLoad Constructor (Point3, Vector3, Vector3, String, Boolean)
|
Initializes a new instance of the
PointLoad class.
create point-load for given load-case.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic PointLoad(
Point3 pos,
Vector3 f,
Vector3 m,
string LcName,
bool local
)
Public Sub New (
pos As Point3,
f As Vector3,
m As Vector3,
LcName As String,
local As Boolean
)
public:
PointLoad(
Point3 pos,
Vector3 f,
Vector3 m,
String^ LcName,
bool local
)
new :
pos : Point3 *
f : Vector3 *
m : Vector3 *
LcName : string *
local : bool -> PointLoad
Parameters
- pos
- Type: Karamba.GeometryPoint3
position of the 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. - LcName
- Type: SystemString
name of the load-case the load belongs to. - local
- Type: SystemBoolean
if true the point-load co-rotates with the node.
See Also