Method Create
Create(IHorizontalConstructionPlane?, double, double, double, double, double)
Creates a new instance of DiaphragmLoadParams class
Declaration
public static DiaphragmLoadParams Create(IHorizontalConstructionPlane? plane, double offsetX, double offsetY, double fx, double fy, double torsion)
Parameters
Type | Name | Description |
---|---|---|
IHorizontalConstructionPlane | plane | The IHorizontalConstructionPlane of the diaphragm |
double | offsetX | The x offset component of the load from plane's origin (in [mm]) |
double | offsetY | The y offset component of the load from plane's origin (in [mm]) |
double | fx | The x force component (in [N]) |
double | fy | The y force component (in [N]) |
double | torsion | The torsion moment (in [Nmm]) |
Returns
Type | Description |
---|---|
DiaphragmLoadParams | The newly created instance of DiaphragmLoadParams class |