Method AlongPlaneNormal

AlongPlaneNormal(IConstructionPlane?, double)

Creates a new instance of ConstructionPlaneLoadParams class for a load in a direction of plane's normal vector

Declaration
public static ConstructionPlaneLoadParams AlongPlaneNormal(IConstructionPlane? plane, double load)
Parameters
Type Name Description
IConstructionPlane plane

The loaded IConstructionPlane

double load

The load [N/mm²]

Returns
Type Description
ConstructionPlaneLoadParams

The newly created instance of ConstructionPlaneLoadParams 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