Class NodalLoadParams
Represents parameters required to create a nodal load
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class NodalLoadParams : LoadParams
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 |
Methods
| Name | Description |
|---|---|
| Force(int, double, double, double) | Creates a new instance of NodalLoadParams class for force |
| Force(int, Vector3D) | Creates a new instance of NodalLoadParams class for force |
| ForceAndMoment(int, double, double, double, double, double, double) | Creates a new instance of NodalLoadParams class for force and moment |
| ForceAndMoment(int, Vector3D, Vector3D) | Creates a new instance of NodalLoadParams class for force and moment |