Interface IIfcMechanicalMaterialProperties
Readonly interface for IfcMechanicalMaterialProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcMechanicalMaterialProperties : IIfcMaterialProperties, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DynamicViscosity
Declaration
IfcDynamicViscosityMeasure? DynamicViscosity { get; set; }
Property Value
|
Improve this Doc
View Source
PoissonRatio
Declaration
IfcPositiveRatioMeasure? PoissonRatio { get; set; }
Property Value
|
Improve this Doc
View Source
ShearModulus
Declaration
IfcModulusOfElasticityMeasure? ShearModulus { get; set; }
Property Value
|
Improve this Doc
View Source
ThermalExpansionCoefficient
Declaration
IfcThermalExpansionCoefficientMeasure? ThermalExpansionCoefficient { get; set; }
Property Value
|
Improve this Doc
View Source
YoungModulus
Declaration
IfcModulusOfElasticityMeasure? YoungModulus { get; set; }
Property Value