|
Mesh_UniformlyDistLoad Constructor (Int32, Vector3, LoadOrientation, String)
|
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Mesh_UniformlyDistLoad(
int elem_ind,
Vector3 q,
LoadOrientation q_orient,
string LcName
)
Public Sub New (
elem_ind As Integer,
q As Vector3,
q_orient As LoadOrientation,
LcName As String
)
public:
Mesh_UniformlyDistLoad(
int elem_ind,
Vector3 q,
LoadOrientation q_orient,
String^ LcName
)
new :
elem_ind : int *
q : Vector3 *
q_orient : LoadOrientation *
LcName : string -> Mesh_UniformlyDistLoad
Parameters
- elem_ind
- Type: SystemInt32
index of the element the load acts on. - q
- Type: Karamba.GeometryVector3
stress vector (kN/m2). - q_orient
- Type: Karamba.LoadsLoadOrientation
load orientation. - LcName
- Type: SystemString
name of load-case the load belongs to.
See Also