Interface IIfcOpticalMaterialProperties
Readonly interface for IfcOpticalMaterialProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcOpticalMaterialProperties : IIfcMaterialProperties, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
SolarReflectanceBack
Declaration
IfcPositiveRatioMeasure? SolarReflectanceBack { get; set; }
Property Value
|
Improve this Doc
View Source
SolarReflectanceFront
Declaration
IfcPositiveRatioMeasure? SolarReflectanceFront { get; set; }
Property Value
|
Improve this Doc
View Source
SolarTransmittance
Declaration
IfcPositiveRatioMeasure? SolarTransmittance { get; set; }
Property Value
|
Improve this Doc
View Source
ThermalIrEmissivityBack
Declaration
IfcPositiveRatioMeasure? ThermalIrEmissivityBack { get; set; }
Property Value
|
Improve this Doc
View Source
ThermalIrEmissivityFront
Declaration
IfcPositiveRatioMeasure? ThermalIrEmissivityFront { get; set; }
Property Value
|
Improve this Doc
View Source
ThermalIrTransmittance
Declaration
IfcPositiveRatioMeasure? ThermalIrTransmittance { get; set; }
Property Value
|
Improve this Doc
View Source
VisibleReflectanceBack
Declaration
IfcPositiveRatioMeasure? VisibleReflectanceBack { get; set; }
Property Value
|
Improve this Doc
View Source
VisibleReflectanceFront
Declaration
IfcPositiveRatioMeasure? VisibleReflectanceFront { get; set; }
Property Value
|
Improve this Doc
View Source
VisibleTransmittance
Declaration
IfcPositiveRatioMeasure? VisibleTransmittance { get; set; }
Property Value