ISteelStrengthProperty Interface

Encapsulates the yield strength, tensile strength and thickness change point values

Namespace:  TSD.API.Remoting.Materials
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISteelStrengthProperty

The ISteelStrengthProperty type exposes the following members.

Properties
  NameDescription
Public propertyTensileStrength
Gets the tensile strength value (in [N/mm²])
Public propertyThickness
Gets the thickness value (in [mm])
Public propertyYieldStrength
Gets the yield strength value (in [N/mm²])
Top
See Also