Interface IReinforcementMeshSize
Represents a single size of a reinforcement mesh
Inherited Members
Namespace: TSD.API.Remoting.Reinforcement
Assembly: TSD.API.Remoting.dll
Syntax
public interface IReinforcementMeshSize : IReinforcementSize
Properties
| Name | Description |
|---|---|
| MassPerArea | Gets the mass per unit area of the mesh (in [kg/mm²]) |
| MaxPanelLength | Gets the maximum length of a mesh panel (in [mm]) |
| MaxPanelWidth | Gets the maximum width of a mesh panel (in [mm]) |
Methods
| Name | Description |
|---|---|
| GetAreaPerLength(ReinforcementBarDirection) | Returns the area per length of bars in the given direction (in [mm²]) |
| GetDiameter(ReinforcementBarDirection) | Returns the diameter of bars in the given direction (in [mm]) |
| GetSpacing(ReinforcementBarDirection) | Returns the spacing of bars in the given direction (in [mm]) |