IUser |
Represents a user-defined cold formed material
Namespace: TSD.API.Remoting.Materials
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The IUserDefinedColdFormed type exposes the following members.
Properties
Name | Description | |
---|---|---|
Density | Gets the density of the material (in [kg/mm³]) | |
ElasticModulus | Gets the elastic modulus (in [N/mm²]) | |
HasYieldStrengthChangePoint | Gets a value indicating whether a change point for the yield strength is applicable to this object | |
HeadCode |
Gets the head code the material applies to
(Inherited from IUserDefinedMaterial) | |
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) | |
TensileStrength | Gets the tensile strength for the specified thickness (in [N/mm²]) | |
ThermalExpansionCoefficient |
Gets the coefficient of thermal expansion (in [1/K])
(Inherited from IUserDefinedMaterial) | |
Thickness | Gets the thickness change point for the strength value (in [mm]) | |
Type |
Gets the type of the material
(Inherited from IUserDefinedMaterial) | |
YieldStrengthAfterChangePoint | Gets the yield strength for a thickness greater than that stored in the Thickness property (in [N/mm²]) | |
YieldStrengthBeforeChangePoint | Gets the yield strength for a thickness value less than that stored in the Thickness property (in [N/mm²]) |
See Also