IForce3DLocal Interface

Represents forces at element point with respect to element local coordinate system

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IForce3DLocal

The IForce3DLocal type exposes the following members.

Properties
  NameDescription
Public propertyForces
Gets the force vector
Public propertyFx
Gets the axial force (in [N])
Public propertyFy
Gets the minor shear force (in [N])
Public propertyFz
Gets the major shear force (in [N])
Public propertyMoments
Gets the moment vector
Public propertyMx
Gets the torsion moment (in [Nmm])
Public propertyMy
Gets the major moment (in [Nmm])
Public propertyMz
Gets the minor moment (in [Nmm])
Top
See Also