Search Results for

    Show / Hide Table of Contents

    Class IfcSurfaceStyleRefraction

    Inheritance
    System.Object
    PersistEntity
    IfcPresentationItem
    IfcSurfaceStyleRefraction
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcPresentationItem>
    IInstantiableEntity
    IIfcSurfaceStyleRefraction
    IIfcPresentationItem
    IfcSurfaceStyleElementSelect
    IIfcSurfaceStyleElementSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcSurfaceStyleRefraction>
    Inherited Members
    IfcPresentationItem.Equals(IfcPresentationItem)
    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.Ifc4.PresentationAppearanceResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcSurfaceStyleRefraction", 636)]
    public class IfcSurfaceStyleRefraction : IfcPresentationItem, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IInstantiableEntity, IIfcSurfaceStyleRefraction, IIfcPresentationItem, IfcSurfaceStyleElementSelect, IIfcSurfaceStyleElementSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcSurfaceStyleRefraction>

    Properties

    | Improve this Doc View Source

    DispersionFactor

    Declaration
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
    public IfcReal? DispersionFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcReal>
    | Improve this Doc View Source

    RefractionIndex

    Declaration
    [EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
    public IfcReal? RefractionIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcReal>

    Methods

    | Improve this Doc View Source

    Equals(IfcSurfaceStyleRefraction)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcSurfaceStyleRefraction.DispersionFactor

    Declaration
    IfcReal? IIfcSurfaceStyleRefraction.DispersionFactor { get; set; }
    Returns
    Type Description
    System.Nullable<IfcReal>
    | Improve this Doc View Source

    IIfcSurfaceStyleRefraction.RefractionIndex

    Declaration
    IfcReal? IIfcSurfaceStyleRefraction.RefractionIndex { get; set; }
    Returns
    Type Description
    System.Nullable<IfcReal>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcSurfaceStyleRefraction
    IIfcPresentationItem
    IfcSurfaceStyleElementSelect
    IIfcSurfaceStyleElementSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim