ConstructionPlaneLoadParams Constructor (IConstructionPlane, Double, PlanarLoadParamsLoadDirectionGlobal, PlanarLoadParamsApplicableMeasuring)

The constructor for a load in a given direction

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,
	PlanarLoadParamsLoadDirectionGlobal direction,
	PlanarLoadParamsApplicableMeasuring measuring
)

Parameters

plane
Type: TSD.API.Remoting.StructureIConstructionPlane
The loaded IConstructionPlane
load
Type: SystemDouble
The load (in [N/mm²])
direction
Type: TSD.API.Remoting.Loading.CreatePlanarLoadParamsLoadDirectionGlobal
The PlanarLoadParamsLoadDirectionGlobal of the load
measuring
Type: TSD.API.Remoting.Loading.CreatePlanarLoadParamsApplicableMeasuring
The PlanarLoadParamsApplicableMeasuring of the load
See Also