Method AlongPlaneNormal
AlongPlaneNormal(IHorizontalConstructionPlane?, double, bool)
Creates a new instance of PerimeterLoadParams class for a load on an IHorizontalConstructionPlane in direction of plane's normal
Declaration
public static PerimeterLoadParams AlongPlaneNormal(IHorizontalConstructionPlane? plane, double load, bool ignoreOpenings)
Parameters
| Type | Name | Description |
|---|---|---|
| IHorizontalConstructionPlane | plane | |
| double | load | The load (in [N/mm]) |
| bool | ignoreOpenings | The flag indicating whether slab openings should be ignored |
Returns
| Type | Description |
|---|---|
| PerimeterLoadParams | The newly created instance of PerimeterLoadParams class |
AlongPlaneNormal(ISlopedConstructionPlane?, double, bool)
Creates a new instance of PerimeterLoadParams class for a load on an ISlopedConstructionPlane in direction of plane's normal
Declaration
public static PerimeterLoadParams AlongPlaneNormal(ISlopedConstructionPlane? plane, double load, bool ignoreOpenings)
Parameters
| Type | Name | Description |
|---|---|---|
| ISlopedConstructionPlane | plane | |
| double | load | The load (in [N/mm]) |
| bool | ignoreOpenings | The flag indicating whether slab openings should be ignored |
Returns
| Type | Description |
|---|---|
| PerimeterLoadParams | The newly created instance of PerimeterLoadParams class |