StateElement2DResultants Constructor

Initializes a new instance of the StateElement2DResultants struct.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public StateElement2DResultants(
	Vector3 _N,
	Vector3 _M,
	Vector3 _V
)

Parameters

_N  Vector3
in-plane forces.
_M  Vector3
bending moments.
_V  Vector3
transverse shear forces.

See Also