![]() | UniformLineLoadParams Constructor (ConstructionPoint, Double, Point2D, Point2D, PlanarLoadParamsLoadDirectionGlobal, PlanarLoadParamsApplicableMeasuring) |
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.21.5.0

public UniformLineLoadParams( ConstructionPoint referencePoint, double load, Point2D startCoordinate, Point2D endCoordinate, PlanarLoadParamsLoadDirectionGlobal direction, PlanarLoadParamsApplicableMeasuring measuring )
Parameters
- referencePoint
- Type: TSD.API.Remoting.StructureConstructionPoint
The reference ConstructionPoint - 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.CreatePlanarLoadParamsLoadDirectionGlobal
The PlanarLoadParamsLoadDirectionGlobal of the load - measuring
- Type: TSD.API.Remoting.Loading.CreatePlanarLoadParamsApplicableMeasuring
The PlanarLoadParamsApplicableMeasuring of the load

The reference point's PlaneInfo must be reference of valid ConstructionPlane
