Interface INodalLoad

Represents a nodal load

Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting.dll
Syntax
public interface INodalLoad : ILoad, IEntity, IHaveId, IHaveIndex
Remarks

It is possible to cast ILoad as INodalLoad if Type is Nodal.

Properties

Name Description
ForceAsVector

Gets the force as a Vector3D (each coordinate is in [N])

MomentAsVector

Gets the moment as a Vector3D (each coordinate is in [Nmm])

PointIndex

Gets the index of IConstructionPoint where the nodal load is applied

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next