Search Results for

    Show / Hide Table of Contents

    Class IfcLightSourcePositional

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcLightSource
    IfcLightSourcePositional
    IfcLightSourceSpot
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcLightSource>
    IIfcLightSourcePositional
    IIfcLightSource
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IInstantiableEntity
    IIfcLightSourcePositional
    IIfcLightSource
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcLightSourcePositional>
    Inherited Members
    IfcLightSource.IIfcLightSource.Name
    IfcLightSource.IIfcLightSource.LightColour
    IfcLightSource.IIfcLightSource.AmbientIntensity
    IfcLightSource.IIfcLightSource.Intensity
    IfcLightSource.IIfcLightSource.Name
    IfcLightSource.IIfcLightSource.LightColour
    IfcLightSource.IIfcLightSource.AmbientIntensity
    IfcLightSource.IIfcLightSource.Intensity
    IfcLightSource.Name
    IfcLightSource.LightColour
    IfcLightSource.AmbientIntensity
    IfcLightSource.Intensity
    IfcLightSource.Equals(IfcLightSource)
    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("IfcLightSourcePositional", 759)]
    public class IfcLightSourcePositional : IfcLightSource, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcLightSource>, IIfcLightSourcePositional, IIfcLightSource, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IInstantiableEntity, IIfcLightSourcePositional, IIfcLightSource, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcLightSourcePositional>

    Properties

    | Improve this Doc View Source

    ConstantAttenuation

    Declaration
    [EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
    public IfcReal ConstantAttenuation { get; set; }
    Property Value
    Type Description
    IfcReal
    | Improve this Doc View Source

    DistanceAttenuation

    Declaration
    [EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
    public IfcReal DistanceAttenuation { get; set; }
    Property Value
    Type Description
    IfcReal
    | Improve this Doc View Source

    Position

    Declaration
    [EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
    public IfcCartesianPoint Position { get; set; }
    Property Value
    Type Description
    IfcCartesianPoint
    | Improve this Doc View Source

    QuadricAttenuation

    Declaration
    [EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
    public IfcReal QuadricAttenuation { get; set; }
    Property Value
    Type Description
    IfcReal
    | Improve this Doc View Source

    Radius

    Declaration
    [EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
    public IfcPositiveLengthMeasure Radius { get; set; }
    Property Value
    Type Description
    IfcPositiveLengthMeasure

    Methods

    | Improve this Doc View Source

    Equals(IfcLightSourcePositional)

    Declaration
    public bool Equals(IfcLightSourcePositional other)
    Parameters
    Type Name Description
    IfcLightSourcePositional 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
    IfcLightSource.Parse(Int32, IPropertyValue, Int32[])

    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

    IIfcLightSourcePositional.ConstantAttenuation

    Declaration
    IfcReal IIfcLightSourcePositional.ConstantAttenuation { get; set; }
    Returns
    Type Description
    IfcReal
    | Improve this Doc View Source

    IIfcLightSourcePositional.DistanceAttenuation

    Declaration
    IfcReal IIfcLightSourcePositional.DistanceAttenuation { get; set; }
    Returns
    Type Description
    IfcReal
    | Improve this Doc View Source

    IIfcLightSourcePositional.Position

    Declaration
    IIfcCartesianPoint IIfcLightSourcePositional.Position { get; set; }
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    IIfcLightSourcePositional.QuadricAttenuation

    Declaration
    IfcReal IIfcLightSourcePositional.QuadricAttenuation { get; set; }
    Returns
    Type Description
    IfcReal
    | Improve this Doc View Source

    IIfcLightSourcePositional.Radius

    Declaration
    IfcPositiveLengthMeasure IIfcLightSourcePositional.Radius { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcLightSourcePositional.ConstantAttenuation

    Declaration
    [CrossSchemaAttribute(typeof(IIfcLightSourcePositional), 7)]
    IfcReal IIfcLightSourcePositional.ConstantAttenuation { get; set; }
    Returns
    Type Description
    IfcReal
    | Improve this Doc View Source

    IIfcLightSourcePositional.DistanceAttenuation

    Declaration
    [CrossSchemaAttribute(typeof(IIfcLightSourcePositional), 8)]
    IfcReal IIfcLightSourcePositional.DistanceAttenuation { get; set; }
    Returns
    Type Description
    IfcReal
    | Improve this Doc View Source

    IIfcLightSourcePositional.Position

    Declaration
    [CrossSchemaAttribute(typeof(IIfcLightSourcePositional), 5)]
    IIfcCartesianPoint IIfcLightSourcePositional.Position { get; set; }
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    IIfcLightSourcePositional.QuadricAttenuation

    Declaration
    [CrossSchemaAttribute(typeof(IIfcLightSourcePositional), 9)]
    IfcReal IIfcLightSourcePositional.QuadricAttenuation { get; set; }
    Returns
    Type Description
    IfcReal
    | Improve this Doc View Source

    IIfcLightSourcePositional.Radius

    Declaration
    [CrossSchemaAttribute(typeof(IIfcLightSourcePositional), 6)]
    IfcPositiveLengthMeasure IIfcLightSourcePositional.Radius { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IIfcLightSourcePositional
    IIfcLightSource
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IInstantiableEntity
    IIfcLightSourcePositional
    IIfcLightSource
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim