ISteel Interface

Represents a steel material

Namespace:  TSD.API.Remoting.Materials
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISteel : IMaterial, IHaveId, 
	IHaveName

The ISteel type exposes the following members.

Properties
  NameDescription
Public propertyBearingStrengthOfConnectedParts
Gets the bearing strength of connected parts, pbs
Public propertyDensity
Gets the density of the steel (in [kg/mm³])
Public propertyEffectiveNetAreaCoefficient
Gets the effective nett area coefficient, Ke
Public propertyElasticModulus
Gets the elastic modulus, E (in [N/mm²])
Public propertyExpectedToMinimumTensileStrength
Gets the ratio of the expected tensile strength to the specified minimum tensile strength, Rt
Public propertyExpectedToMinimumYieldStrength
Gets the ratio of the expected yield strength to the specified minimum yield strength, Ry
Public propertyHeadCode
Gets the head code the material applies to
(Inherited from IMaterial.)
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyMinimumTensileStrength
Gets the minimum tensile strength, Us (in [N/mm²])
Public propertyMinimumYieldStrength
Gets the minimum yield strength, Ys (in [N/mm²])
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertyPoissonsRatio
Gets the Poisson's ratio (unitless)
(Inherited from IMaterial.)
Public propertyShearModulus
Gets the shear modulus (in [N/mm²])
(Inherited from IMaterial.)
Public propertyStrengthProperties
Gets a collection of ISteelStrengthProperty instances representing the design strengths
Public propertyThermalExpansionCoefficient
Gets the coefficient of thermal expansion (in [1/K])
(Inherited from IMaterial.)
Public propertyType
Gets the type of the material
(Inherited from IMaterial.)
Top
See Also