Interface IIfcLightDistributionData
Readonly interface for IfcLightDistributionData
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcLightDistributionData : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LuminousIntensity
Declaration
IItemSet<IfcLuminousIntensityDistributionMeasure> LuminousIntensity { get; }
Property Value
|
Improve this Doc
View Source
MainPlaneAngle
Declaration
IfcPlaneAngleMeasure MainPlaneAngle { get; set; }
Property Value
|
Improve this Doc
View Source
SecondaryPlaneAngle
Declaration
IItemSet<IfcPlaneAngleMeasure> SecondaryPlaneAngle { get; }
Property Value