UniformAreaElementLoadParams Constructor (IAreaElement, 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 UniformAreaElementLoadParams(
	IAreaElement areaElement,
	double load
)

Parameters

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