Interface IEquipmentLoad
Represents an equipment load
Inherited Members
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting.dll
Syntax
public interface IEquipmentLoad : IPlanarLoad, ILoad, IEntity, IHaveId, IHaveIndex
Remarks
It is possible to cast ILoad as IEquipmentLoad if Type is Equipment.
Properties
| Name | Description |
|---|---|
| EquipmentIndex | Gets the index of the equipment instance |
| LoadApplyMode | Gets the equipment load apply mode |
| LoadAtCentreOfGravity | Gets the load value at the equipment's centre of gravity (in [N]) |
| LoadsAtSupports | Gets the list of load values at the equipment's supports (in [N]) |
| OffsetFromMidHeight | Gets the offset from equipment mid height (in [mm]) |