IMasonry Interface |
Represents masonry material
Namespace: TSD.API.Remoting.Materials
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The IMasonry type exposes the following members.
Properties
Name | Description | |
---|---|---|
Density | Gets the density of the material (in [kg/mm³]) | |
ElasticModulus | Gets the elastic modulus, E_{analysis} (in [N/mm²]) | |
HeadCode |
Gets the head code the material applies to
(Inherited from IMaterial) | |
Id |
Gets the ID
(Inherited from IHaveId) | |
Name |
Gets the name
(Inherited from IHaveName) | |
PoissonsRatio |
Gets the Poisson's ratio (unitless)
(Inherited from IMaterial) | |
ShearModulus |
Gets the shear modulus (in [N/mm²])
(Inherited from IMaterial) | |
TeddsData | Gets the additional Tedds data | |
ThermalExpansionCoefficient |
Gets the coefficient of thermal expansion (in [1/K])
(Inherited from IMaterial) | |
Type |
Gets the type of the material
(Inherited from IMaterial) |
See Also