Interface IIfcSurfaceStyleRefraction
Readonly interface for IfcSurfaceStyleRefraction
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcSurfaceStyleRefraction : IIfcPresentationItem, IfcSurfaceStyleElementSelect, IIfcSurfaceStyleElementSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DispersionFactor
Declaration
IfcReal? DispersionFactor { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
RefractionIndex
Declaration
IfcReal? RefractionIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|