UniformLineLoadParams Constructor (IConstructionPoint, Double, Point2D, Point2D, UniformLineLoadParamsLoadDirectionLocal)

The constructor for a load in a given local direction

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public UniformLineLoadParams(
	IConstructionPoint referencePoint,
	double load,
	Point2D startCoordinate,
	Point2D endCoordinate,
	UniformLineLoadParamsLoadDirectionLocal direction
)

Parameters

referencePoint
Type: TSD.API.Remoting.StructureIConstructionPoint
The reference IConstructionPoint
load
Type: SystemDouble
The load (in [N/mm])
startCoordinate
Type: TSD.API.Remoting.GeometryPoint2D
The starting Point2D of the line load
endCoordinate
Type: TSD.API.Remoting.GeometryPoint2D
The ending Point2D of the line load
direction
Type: TSD.API.Remoting.Loading.CreateUniformLineLoadParamsLoadDirectionLocal
The UniformLineLoadParamsLoadDirectionLocal of the load
Remarks
The reference point's PlaneInfo must be reference of valid IConstructionPlane
See Also