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 |