PointLoadParams Constructor (IConstructionPoint, Double, Point2D, PlanarLoadParamsLoadDirectionGlobal)

The constructor for a load in a given global direction

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public PointLoadParams(
	IConstructionPoint referencePoint,
	double load,
	Point2D coordinate,
	PlanarLoadParamsLoadDirectionGlobal direction
)

Parameters

referencePoint
Type: TSD.API.Remoting.StructureIConstructionPoint
The reference IConstructionPoint
load
Type: SystemDouble
The load (in [N/mm²])
coordinate
Type: TSD.API.Remoting.GeometryPoint2D
The coordinate Point2D of the load
direction
Type: TSD.API.Remoting.Loading.CreatePlanarLoadParamsLoadDirectionGlobal
The PlanarLoadParamsLoadDirectionGlobal of the load
Remarks
The reference point's PlaneInfo must be reference of valid IConstructionPlane
See Also