IMeshForces Interface

Represents mesh forces

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

The IMeshForces type exposes the following members.

Properties
  NameDescription
Public propertyFx
Get the Fx value (in [N])
Public propertyFxy
Gets the Fxy value (in [N])
Public propertyFxz
Gets the Fxz value (in [N])
Public propertyFy
Gets the Fy value (in [N])
Public propertyFyz
Gets the Fyz value (in [N])
Public propertyMdxBottom
Gets the Mdx bottom value (in [Nmm])
Public propertyMdxTop
Gets the Mdx top value (in [Nmm])
Public propertyMdyBottom
Gets the Mdy bottom value (in [Nmm])
Public propertyMdyTop
Gets the Mdy top value (in [Nmm])
Public propertyMx
Gets the Mx value (in [Nmm])
Public propertyMxy
Gets the Mxy value (in [Nmm])
Public propertyMy
Gets the My value (in [Nmm])
Top
See Also