Class IfcLightSource
Inheritance
System.Object
IfcLightSource
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcLightSource>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PresentationOrganizationResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcLightSource", 755)]
public abstract class IfcLightSource : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IIfcLightSource, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcLightSource>
Properties
| Improve this Doc View SourceAmbientIntensity
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcNormalisedRatioMeasure? AmbientIntensity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcNormalisedRatioMeasure> |
Intensity
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcNormalisedRatioMeasure? Intensity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcNormalisedRatioMeasure> |
LightColour
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcColourRgb LightColour { get; set; }
Property Value
Type | Description |
---|---|
IfcColourRgb |
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 SourceEquals(IfcLightSource)
Declaration
public bool Equals(IfcLightSource other)
Parameters
Type | Name | Description |
---|---|---|
IfcLightSource | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceIIfcLightSource.AmbientIntensity
Declaration
IfcNormalisedRatioMeasure? IIfcLightSource.AmbientIntensity { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcNormalisedRatioMeasure> |
IIfcLightSource.Intensity
Declaration
IfcNormalisedRatioMeasure? IIfcLightSource.Intensity { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcNormalisedRatioMeasure> |
IIfcLightSource.LightColour
Declaration
IIfcColourRgb IIfcLightSource.LightColour { get; set; }
Returns
Type | Description |
---|---|
IIfcColourRgb |
IIfcLightSource.Name
Declaration
IfcLabel? IIfcLightSource.Name { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>