Interface INodalLoad
Represents a nodal load
Inherited Members
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 |