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