Mesh_DistributedForce(Int32, Vector3, LoadOrientation) Constructor
Initializes a new instance of the
Mesh_DistributedForce class.
create a new mesh-load generated line-load.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public Mesh_DistributedForce(
int elemInd,
Vector3 q,
LoadOrientation qOrient
)
Public Sub New (
elemInd As Integer,
q As Vector3,
qOrient As LoadOrientation
)
public:
Mesh_DistributedForce(
int elemInd,
Vector3 q,
LoadOrientation qOrient
)
new :
elemInd : int *
q : Vector3 *
qOrient : LoadOrientation -> Mesh_DistributedForce
Parameters
- elemInd Int32
- index of the element the load acts on.
- q Vector3
- stress vector (kN/m2).
- qOrient LoadOrientation
- load orientation.