Class IfcLightSourceGoniometric
Inheritance
System.Object
IfcLightSourceGoniometric
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("IfcLightSourceGoniometric", 758)]
public class IfcLightSourceGoniometric : IfcLightSource, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcLightSource>, IIfcLightSourceGoniometric, IIfcLightSource, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IInstantiableEntity, IIfcLightSourceGoniometric, IIfcLightSource, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcLightSourceGoniometric>
Properties
|
Improve this Doc
View Source
ColourAppearance
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 8)]
public IfcColourRgb ColourAppearance { get; set; }
Property Value
|
Improve this Doc
View Source
ColourTemperature
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcThermodynamicTemperatureMeasure ColourTemperature { get; set; }
Property Value
|
Improve this Doc
View Source
LightDistributionDataSource
Declaration
[EntityAttribute(10, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 12)]
public IfcLightDistributionDataSourceSelect LightDistributionDataSource { get; set; }
Property Value
|
Improve this Doc
View Source
LightEmissionSource
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 11)]
public IfcLightEmissionSourceEnum LightEmissionSource { get; set; }
Property Value
|
Improve this Doc
View Source
LuminousFlux
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcLuminousFluxMeasure LuminousFlux { get; set; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcAxis2Placement3D Position { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcLightSourceGoniometric)
Declaration
public bool Equals(IfcLightSourceGoniometric 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
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.ColourAppearance
Declaration
IIfcColourRgb IIfcLightSourceGoniometric.ColourAppearance { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.ColourTemperature
Declaration
IfcThermodynamicTemperatureMeasure IIfcLightSourceGoniometric.ColourTemperature { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.LightDistributionDataSource
Declaration
IIfcLightDistributionDataSourceSelect IIfcLightSourceGoniometric.LightDistributionDataSource { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.LightEmissionSource
Declaration
IfcLightEmissionSourceEnum IIfcLightSourceGoniometric.LightEmissionSource { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.LuminousFlux
Declaration
IfcLuminousFluxMeasure IIfcLightSourceGoniometric.LuminousFlux { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.Position
Declaration
IIfcAxis2Placement3D IIfcLightSourceGoniometric.Position { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.ColourAppearance
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSourceGoniometric), 6)]
IIfcColourRgb IIfcLightSourceGoniometric.ColourAppearance { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.ColourTemperature
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSourceGoniometric), 7)]
IfcThermodynamicTemperatureMeasure IIfcLightSourceGoniometric.ColourTemperature { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.LightDistributionDataSource
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSourceGoniometric), 10)]
IIfcLightDistributionDataSourceSelect IIfcLightSourceGoniometric.LightDistributionDataSource { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.LightEmissionSource
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSourceGoniometric), 9)]
IfcLightEmissionSourceEnum IIfcLightSourceGoniometric.LightEmissionSource { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.LuminousFlux
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSourceGoniometric), 8)]
IfcLuminousFluxMeasure IIfcLightSourceGoniometric.LuminousFlux { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightSourceGoniometric.Position
Declaration
[CrossSchemaAttribute(typeof(IIfcLightSourceGoniometric), 5)]
IIfcAxis2Placement3D IIfcLightSourceGoniometric.Position { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>