Method AlongGlobalZ

AlongGlobalZ(IHorizontalConstructionPlane?, double, bool, ApplicableMeasuring?)

Creates a new instance of PerimeterLoadParams class for a load on an IHorizontalConstructionPlane in global Z direction

Declaration
public static PerimeterLoadParams AlongGlobalZ(IHorizontalConstructionPlane? plane, double load, bool ignoreOpenings, PlanarLoadParams.ApplicableMeasuring? measuring)
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

PlanarLoadParams.ApplicableMeasuring measuring

The PlanarLoadParams.ApplicableMeasuring

Returns
Type Description
PerimeterLoadParams

The newly created instance of PerimeterLoadParams class

AlongGlobalZ(ISlopedConstructionPlane?, double, bool, ApplicableMeasuring?)

Creates a new instance of PerimeterLoadParams class for a load on an ISlopedConstructionPlane in global Z direction

Declaration
public static PerimeterLoadParams AlongGlobalZ(ISlopedConstructionPlane? plane, double load, bool ignoreOpenings, PlanarLoadParams.ApplicableMeasuring? measuring)
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

PlanarLoadParams.ApplicableMeasuring measuring

The PlanarLoadParams.ApplicableMeasuring

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