ConstructionPlaneLoadParams Constructor (IConstructionPlane, Double)

The constructor for a load in a direction of plane'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 ConstructionPlaneLoadParams(
	IConstructionPlane plane,
	double load
)

Parameters

plane
Type: TSD.API.Remoting.StructureIConstructionPlane
The loaded IConstructionPlane
load
Type: SystemDouble
The load [N/mm²]
See Also