VariableAreaElementLoadParams Constructor (IAreaElement, Double, Double)

The constructor for a load in a direction of area element's normal vector

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public VariableAreaElementLoadParams(
	IAreaElement areaElement,
	double bottomLoad,
	double topLoad
)

Parameters

areaElement
Type: TSD.API.Remoting.StructureIAreaElement
The loaded IAreaElement
bottomLoad
Type: SystemDouble
The bottom load (in [N/mm²])
topLoad
Type: SystemDouble
The top load (in [N/mm²])
See Also