![]() | DiaphragmLoadParams Constructor |
The default constructor
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

public DiaphragmLoadParams( IHorizontalConstructionPlane plane, double offsetX, double offsetY, double fx, double fy, double torsion )
Parameters
- plane
- Type: TSD.API.Remoting.StructureIHorizontalConstructionPlane
The IHorizontalConstructionPlane of the diaphragm - offsetX
- Type: SystemDouble
The x offset component of the load from plane's origin (in [mm]) - offsetY
- Type: SystemDouble
The y offset component of the load from plane's origin (in [mm]) - fx
- Type: SystemDouble
The x force component (in [N]) - fy
- Type: SystemDouble
The y force component (in [N]) - torsion
- Type: SystemDouble
The torsion moment (in [Nmm])
