IUser |
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
The IUserDefinedSteel type exposes the following members.
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 | |
HeadCode |
Gets the head code the material applies to
(Inherited from IUserDefinedMaterial) | |
MinimumTensileStrength | Gets the minimum tensile strength, Us (in [N/mm²]) | |
MinimumYieldStrength | Gets the minimum yield strength, Ys (in [N/mm²]) | |
Name |
Gets the name of the material
(Inherited from IUserDefinedMaterial) | |
PoissonsRatio |
Gets the Poisson's ratio (unitless)
(Inherited from IUserDefinedMaterial) | |
ShearModulus |
Gets the shear modulus (in [N/mm²])
(Inherited from IUserDefinedMaterial) | |
StrengthProperties | Gets a collection of IUserDefinedSteelStrengthProperty instances representing the design strengths | |
ThermalExpansionCoefficient |
Gets the coefficient of thermal expansion (in [1/K])
(Inherited from IUserDefinedMaterial) | |
Type |
Gets the type of the material
(Inherited from IUserDefinedMaterial) |
See Also