Search Results for

    Show / Hide Table of Contents

    Class IfcLightSource

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcLightSource
    IfcLightSourceAmbient
    IfcLightSourceDirectional
    IfcLightSourceGoniometric
    IfcLightSourcePositional
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    IIfcLightSource
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLightSource
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcLightSource>
    Inherited Members
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc2x3.PresentationOrganizationResource
    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
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | 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
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | 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
    Type Description
    IfcColourRgb
    | 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
    Type Name Description
    IfcLightSource other
    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
    IfcGeometricRepresentationItem.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcLightSource.AmbientIntensity

    Declaration
    IfcNormalisedRatioMeasure? IIfcLightSource.AmbientIntensity { get; set; }
    Returns
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | Improve this Doc View Source

    IIfcLightSource.Intensity

    Declaration
    IfcNormalisedRatioMeasure? IIfcLightSource.Intensity { get; set; }
    Returns
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | Improve this Doc View Source

    IIfcLightSource.LightColour

    Declaration
    IIfcColourRgb IIfcLightSource.LightColour { get; set; }
    Returns
    Type Description
    IIfcColourRgb
    | 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
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | Improve this Doc View Source

    IIfcLightSource.Intensity

    Declaration
    [CrossSchemaAttribute(typeof(IIfcLightSource), 4)]
    IfcNormalisedRatioMeasure? IIfcLightSource.Intensity { get; set; }
    Returns
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | Improve this Doc View Source

    IIfcLightSource.LightColour

    Declaration
    [CrossSchemaAttribute(typeof(IIfcLightSource), 2)]
    IIfcColourRgb IIfcLightSource.LightColour { get; set; }
    Returns
    Type Description
    IIfcColourRgb
    | 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>
    IIfcLightSource
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLightSource
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim