![]() | NodalLoadParams Constructor (Int32, Double, Double, Double, Double, Double, Double) |
The constructor for individual force and moment components
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

public NodalLoadParams( int pointIndex, double fx, double fy, double fz, double mx, double my, double mz )
Parameters
- pointIndex
- Type: SystemInt32
The index of IConstructionPoint - fx
- Type: SystemDouble
The force X component (in [N]) - fy
- Type: SystemDouble
The force Y component (in [N]) - fz
- Type: SystemDouble
The force Z component (in [N]) - mx
- Type: SystemDouble
The moment X component (in [Nmm]) - my
- Type: SystemDouble
The moment Y component (in [Nmm]) - mz
- Type: SystemDouble
The moment Z component (in [Nmm])
