IUserDefinedSteel Interface

Represents a user-defined steel material

Namespace: TSD.API.Remoting.Materials
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public interface IUserDefinedSteel : IUserDefinedMaterial

The IUserDefinedSteel 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 IUserDefinedMaterial)
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 of the material
(Inherited from IUserDefinedMaterial)
Public propertyPoissonsRatio Gets the Poisson's ratio (unitless)
(Inherited from IUserDefinedMaterial)
Public propertyShearModulus Gets the shear modulus (in [N/mm²])
(Inherited from IUserDefinedMaterial)
Public propertyStrengthProperties Gets a collection of IUserDefinedSteelStrengthProperty instances representing the design strengths
Public propertyThermalExpansionCoefficient Gets the coefficient of thermal expansion (in [1/K])
(Inherited from IUserDefinedMaterial)
Public propertyType Gets the type of the material
(Inherited from IUserDefinedMaterial)
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next