IElementEndForces Interface

Represents forces acting on an element

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

The IElementEndForces type exposes the following members.

Properties
  NameDescription
Public propertyElementIndex
Gets the element index
Public propertyEndForce
Gets the IForce3DLocal at element end
Public propertyStartForce
Gets the IForce3DLocal at element start
Top
See Also