Nodal |
Represents parameters required to create a nodal load
SystemObject
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreateNodalLoadParams
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreateNodalLoadParams
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
The NodalLoadParams type exposes the following members.
| Name | Description | |
|---|---|---|
| EntityType |
The EntityType (Inherited from EntityParams) | |
| 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 | |
| Type |
Gets the type of the load
(Inherited from LoadParams) |
| Name | Description | |
|---|---|---|
| Force(Int32, Vector3D) | Creates a new instance of NodalLoadParams class for force | |
| Force(Int32, Double, Double, Double) | Creates a new instance of NodalLoadParams class for force | |
| ForceAndMoment(Int32, Vector3D, Vector3D) | Creates a new instance of NodalLoadParams class for force and moment | |
| ForceAndMoment(Int32, Double, Double, Double, Double, Double, Double) | Creates a new instance of NodalLoadParams class for force and moment |