IReinforcementMeshSize Interface

Represents a single size of a reinforcement mesh

Namespace:  TSD.API.Remoting.Reinforcement
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IReinforcementMeshSize : IReinforcementSize

The IReinforcementMeshSize type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the reinforcement
(Inherited from IReinforcementSize.)
Public propertyGrade
Gets the grade of this reinforcement size
(Inherited from IReinforcementSize.)
Public propertyIsUserDefined
Gets a value specifying whether this object is user-defined
(Inherited from IReinforcementSize.)
Public propertyMassPerArea
Gets the mass per unit area of the mesh (in [kg/mm²])
Public propertyMaxPanelLength
Gets the maximum length of a mesh panel (in [mm])
Public propertyMaxPanelWidth
Gets the maximum width of a mesh panel (in [mm])
Public propertySize
Gets the size name according to the current unit system
(Inherited from IReinforcementSize.)
Top
Methods
  NameDescription
Public methodGetAreaPerLength
Returns the area per length of bars in the given direction (in [mm²])
Public methodGetDiameter
Returns the diameter of bars in the given direction (in [mm])
Public methodGetSpacing
Returns the spacing of bars in the given direction (in [mm])
Top
See Also