Class UniformRectangularLoadParams
Represents parameters of a uniform rectangular load
Inheritance
UniformRectangularLoadParams
Inherited Members
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class UniformRectangularLoadParams : PlanarLoadWithReferenceParams
Properties
Name | Description |
---|---|
Load | Gets the load (in [N/mm²]) |
OriginPoint | Gets the corner Point2D of the rectangle in the plane of the load |
Rotation | Gets the rotation of the rectangle (in [rad]) |
Size | Gets the Vector2D representing diagonal of the rectangle going from the OriginPoint |
Methods
Name | Description |
---|---|
Global(IConstructionPoint?, double, Point2D, double, double, double, LoadDirectionGlobal?, ApplicableMeasuring?) | Creates a new instance of UniformRectangularLoadParams class for a load in a given direction |
Local(IConstructionPoint?, double, Point2D, double, double, double) | Creates a new instance of UniformRectangularLoadParams class for a load in a direction of plane's normal vector |