Interface ISteel
Represents a steel material
Inherited Members
Namespace: TSD.API.Remoting.Materials
Assembly: TSD.API.Remoting.dll
Syntax
public interface ISteel : IMaterial, IHaveId, IHaveName
Properties
| Name | Description |
|---|---|
| BearingStrengthOfConnectedParts | Gets the bearing strength of connected parts, pbs |
| Density | Gets the density of the steel (in [kg/mm³]) |
| EffectiveNetAreaCoefficient | Gets the effective nett area coefficient, Ke |
| ElasticModulus | Gets the elastic modulus, E (in [N/mm²]) |
| ExpectedToMinimumTensileStrength | Gets the ratio of the expected tensile strength to the specified minimum tensile strength, Rt |
| ExpectedToMinimumYieldStrength | Gets the ratio of the expected yield strength to the specified minimum yield strength, Ry |
| MinimumTensileStrength | Gets the minimum tensile strength, Us (in [N/mm²]) |
| MinimumYieldStrength | Gets the minimum yield strength, Ys (in [N/mm²]) |
| StrengthProperties | Gets a collection of ISteelStrengthProperty instances representing the design strengths |