Interface IUniformRectangularLoad

Represents a uniform rectangular load

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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next