UniformLineLoadParamsLocal Method

Creates a new instance of UniformLineLoadParams class for a load in a given local direction

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

Parameters

referencePoint  IConstructionPoint
The reference IConstructionPoint
load  Double
The load (in [N/mm])
startCoordinate  Point2D
The starting Point2D of the line load
endCoordinate  Point2D
The ending Point2D of the line load
direction  UniformLineLoadParamsLoadDirectionLocal
The UniformLineLoadParamsLoadDirectionLocal of the load

Return Value

UniformLineLoadParams
The newly created instance of UniformLineLoadParams class
Remarks
The reference point's PlaneInfo must be reference of valid IConstructionPlane
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next