Class IfcLightSource
Inheritance
System.Object
IfcLightSource
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcLightSource", 755)]
public abstract class IfcLightSource : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IIfcLightSource, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLightSource, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcLightSource>
Properties
|
Improve this Doc
View Source
AmbientIntensity
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcNormalisedRatioMeasure? AmbientIntensity { get; set; }
Property Value
|
Improve this Doc
View Source
Intensity
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcNormalisedRatioMeasure? Intensity { get; set; }
Property Value
|
Improve this Doc
View Source
LightColour
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcColourRgb LightColour { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcLightSource)
Declaration
public bool Equals(IfcLightSource other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcLightSource.AmbientIntensity
Declaration
IfcNormalisedRatioMeasure? IIfcLightSource.AmbientIntensity { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSource.Intensity
Declaration
IfcNormalisedRatioMeasure? IIfcLightSource.Intensity { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSource.LightColour
Declaration
IIfcColourRgb IIfcLightSource.LightColour { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSource.Name
Declaration
IfcLabel? IIfcLightSource.Name { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcLightSource.AmbientIntensity
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSource), 3)]
IfcNormalisedRatioMeasure? IIfcLightSource.AmbientIntensity { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSource.Intensity
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSource), 4)]
IfcNormalisedRatioMeasure? IIfcLightSource.Intensity { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSource.LightColour
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSource), 2)]
IIfcColourRgb IIfcLightSource.LightColour { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSource.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSource), 1)]
IfcLabel? IIfcLightSource.Name { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>