Interface IReinforcementMeshSize

Represents a single size of a reinforcement mesh

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])

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