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

The IHorizontalConstructionPlane

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

The ISlopedConstructionPlane

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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next