|
Mesh_PointLoad Constructor (Int32, Point3, Vector3, String, Boolean)
|
Initializes a new instance of the
Mesh_PointLoad class.
create an new mesh-load generated point-load.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Mesh_PointLoad(
int node_ind,
Point3 node_pos,
Vector3 stress,
string LcName,
bool local
)
Public Sub New (
node_ind As Integer,
node_pos As Point3,
stress As Vector3,
LcName As String,
local As Boolean
)
public:
Mesh_PointLoad(
int node_ind,
Point3 node_pos,
Vector3 stress,
String^ LcName,
bool local
)
new :
node_ind : int *
node_pos : Point3 *
stress : Vector3 *
LcName : string *
local : bool -> Mesh_PointLoad
Parameters
- node_ind
- Type: SystemInt32
index of the node where the point-load acts. - node_pos
- Type: Karamba.GeometryPoint3
position of the node where the point-load acts. - stress
- Type: Karamba.GeometryVector3
stress vector (kN/m2). - LcName
- Type: SystemString
name of load-case to which the load belongs. - local
- Type: SystemBoolean
true if the load acts with respect to the local coordinate system.
See Also