IForce3DGlobal Interface

Represents forces in global coordinate system

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

The IForce3DGlobal type exposes the following members.

Properties
 NameDescription
Public propertyForces Gets the force vector
Public propertyFx Gets the force in X axis (in [N])
Public propertyFy Gets the force in Y axis (in [N])
Public propertyFz Gets the force in Z axis (in [N])
Public propertyMoments Gets the moment vector
Public propertyMx Gets the moment around X axis (in [Nmm])
Public propertyMy Gets the moment around Y axis (in [Nmm])
Public propertyMz Gets the moment around Z axis (in [Nmm])
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next