Class IfcLightSourceSpot
Inheritance
System.Object
IfcLightSourceSpot
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcLightSource>
System.IEquatable<IfcLightSourcePositional>
System.IEquatable<IfcLightSourceSpot>
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("IfcLightSourceSpot", 760)]
public class IfcLightSourceSpot : IfcLightSourcePositional, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcLightSource>, IEquatable<IfcLightSourcePositional>, IInstantiableEntity, IIfcLightSourceSpot, IIfcLightSourcePositional, IIfcLightSource, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcLightSourceSpot>
Properties
| Improve this Doc View SourceBeamWidthAngle
Declaration
[EntityAttribute(13, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcPositivePlaneAngleMeasure BeamWidthAngle { get; set; }
Property Value
Type | Description |
---|---|
IfcPositivePlaneAngleMeasure |
ConcentrationExponent
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcReal? ConcentrationExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcReal> |
Orientation
Declaration
[EntityAttribute(10, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 12)]
public IfcDirection Orientation { get; set; }
Property Value
Type | Description |
---|---|
IfcDirection |
SpreadAngle
Declaration
[EntityAttribute(12, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 14)]
public IfcPositivePlaneAngleMeasure SpreadAngle { get; set; }
Property Value
Type | Description |
---|---|
IfcPositivePlaneAngleMeasure |
Methods
| Improve this Doc View SourceEquals(IfcLightSourceSpot)
Declaration
public bool Equals(IfcLightSourceSpot other)
Parameters
Type | Name | Description |
---|---|---|
IfcLightSourceSpot | 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> |
IIfcLightSourceSpot.BeamWidthAngle
Declaration
IfcPositivePlaneAngleMeasure IIfcLightSourceSpot.BeamWidthAngle { get; set; }
Returns
Type | Description |
---|---|
IfcPositivePlaneAngleMeasure |
IIfcLightSourceSpot.ConcentrationExponent
Declaration
IfcReal? IIfcLightSourceSpot.ConcentrationExponent { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcReal> |
IIfcLightSourceSpot.Orientation
Declaration
IIfcDirection IIfcLightSourceSpot.Orientation { get; set; }
Returns
Type | Description |
---|---|
IIfcDirection |
IIfcLightSourceSpot.SpreadAngle
Declaration
IfcPositivePlaneAngleMeasure IIfcLightSourceSpot.SpreadAngle { get; set; }
Returns
Type | Description |
---|---|
IfcPositivePlaneAngleMeasure |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>