Interface IUniformRectangularLoad
Represents a uniform rectangular load
Inherited Members
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting.dll
Syntax
public interface IUniformRectangularLoad : IPolygonalLoad, IPlanarLoadWithReference, IPlanarLoad, ILoad, IEntity, IHaveId, IHaveIndex
Remarks
It is possible to cast ILoad as IUniformRectangularLoad if Type is UniformRectangular.
Properties
| Name | Description |
|---|---|
| Load | Gets the load (in [N/mm²]) |
| OriginPoint | Gets the corner of the rectangle |
| Rotation | Gets the rotation of the rectangle (in [rad]) |
| Size | Gets the vector representing diagonal of the rectangle going from the OriginPoint |