Interface IUserDefinedColdFormed
Represents a user-defined cold formed material
Inherited Members
Namespace: TSD.API.Remoting.Materials
Assembly: TSD.API.Remoting.dll
Syntax
public interface IUserDefinedColdFormed : IUserDefinedMaterial
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 |
| TensileStrength | Gets the tensile strength for the specified thickness (in [N/mm²]) |
| Thickness | Gets the thickness change point for the strength value (in [mm]) |
| 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²]) |