IReinforcementGrade Interface

Represents a reinforcement grade

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

The IReinforcementGrade type exposes the following members.

Properties
  NameDescription
Public propertyDetailingPrefix
Gets the detailing prefix
Public propertyElasticModulus
Gets the elastic modulus, E_{s} (in [N/mm²])
Public propertyGeometry
Gets the geometry of the grade
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIsUserDefined
Gets a value indicating whether the grade is a user-defined one
Public propertyName
Gets the name
Public propertyPartialSafetyFactor
Gets the partial safety factor, gamma_{s} (unitless)
Public propertyRibType
Gets the surface/rib type
Public propertyStrength
Gets the reinforcement strength, F_{yk} (in [N/mm²])
Top
See Also