Class UniformLineLoadParams
Represents parameters of a uniform line load
Inheritance
UniformLineLoadParams
Inherited Members
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class UniformLineLoadParams : PlanarLoadWithReferenceParams
Properties
| Name | Description |
|---|---|
| EndCoordinate | Gets the ending Point2D of the line load |
| Load | Gets the load (in [N/mm]) |
| StartCoordinate | Gets the starting Point2D of the line load |
Methods
| Name | Description |
|---|---|
| Global(IConstructionPoint?, double, Point2D, Point2D, LoadDirectionGlobal?, ApplicableMeasuring?) | Creates a new instance of UniformLineLoadParams class for a load in a given global direction |
| Local(IConstructionPoint?, double, Point2D, Point2D, LoadDirectionLocal) | Creates a new instance of UniformLineLoadParams class for a load in a given local direction |