Search Results for

    Show / Hide Table of Contents

    Class IfcSurfaceStyleRendering

    Inheritance
    System.Object
    PersistEntity
    IfcSurfaceStyleShading
    IfcSurfaceStyleRendering
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcSurfaceStyleShading>
    IIfcSurfaceStyleRendering
    IIfcSurfaceStyleShading
    IIfcPresentationItem
    IfcSurfaceStyleElementSelect
    IInstantiableEntity
    IIfcSurfaceStyleRendering
    IIfcSurfaceStyleShading
    IfcSurfaceStyleElementSelect
    IIfcSurfaceStyleElementSelect
    IIfcSurfaceStyleElementSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcSurfaceStyleRendering>
    Inherited Members
    IfcSurfaceStyleShading.IIfcSurfaceStyleShading.SurfaceColour
    IfcSurfaceStyleShading.IIfcSurfaceStyleShading.Transparency
    IfcSurfaceStyleShading.IIfcSurfaceStyleShading.SurfaceColour
    IfcSurfaceStyleShading.SurfaceColour
    IfcSurfaceStyleShading.Equals(IfcSurfaceStyleShading)
    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.PresentationAppearanceResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcSurfaceStyleRendering", 317)]
    public class IfcSurfaceStyleRendering : IfcSurfaceStyleShading, INotifyPropertyChanged, IEquatable<IfcSurfaceStyleShading>, IIfcSurfaceStyleRendering, IIfcSurfaceStyleShading, IIfcPresentationItem, IfcSurfaceStyleElementSelect, IInstantiableEntity, IIfcSurfaceStyleRendering, IIfcSurfaceStyleShading, IfcSurfaceStyleElementSelect, IIfcSurfaceStyleElementSelect, IIfcSurfaceStyleElementSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSurfaceStyleRendering>

    Properties

    | Improve this Doc View Source

    DiffuseColour

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
    public IfcColourOrFactor DiffuseColour { get; set; }
    Property Value
    Type Description
    IfcColourOrFactor
    | Improve this Doc View Source

    DiffuseTransmissionColour

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

    ReflectanceMethod

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

    ReflectionColour

    Declaration
    [EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
    public IfcColourOrFactor ReflectionColour { get; set; }
    Property Value
    Type Description
    IfcColourOrFactor
    | Improve this Doc View Source

    SpecularColour

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

    SpecularHighlight

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 8)]
    public IfcSpecularHighlightSelect SpecularHighlight { get; set; }
    Property Value
    Type Description
    IfcSpecularHighlightSelect
    | Improve this Doc View Source

    TransmissionColour

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
    public IfcColourOrFactor TransmissionColour { get; set; }
    Property Value
    Type Description
    IfcColourOrFactor
    | Improve this Doc View Source

    Transparency

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

    Methods

    | Improve this Doc View Source

    Equals(IfcSurfaceStyleRendering)

    Declaration
    public bool Equals(IfcSurfaceStyleRendering other)
    Parameters
    Type Name Description
    IfcSurfaceStyleRendering 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
    IfcSurfaceStyleShading.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

    IIfcSurfaceStyleRendering.DiffuseColour

    Declaration
    IIfcColourOrFactor IIfcSurfaceStyleRendering.DiffuseColour { get; set; }
    Returns
    Type Description
    IIfcColourOrFactor
    | Improve this Doc View Source

    IIfcSurfaceStyleRendering.DiffuseTransmissionColour

    Declaration
    IIfcColourOrFactor IIfcSurfaceStyleRendering.DiffuseTransmissionColour { get; set; }
    Returns
    Type Description
    IIfcColourOrFactor
    | Improve this Doc View Source

    IIfcSurfaceStyleRendering.ReflectanceMethod

    Declaration
    IfcReflectanceMethodEnum IIfcSurfaceStyleRendering.ReflectanceMethod { get; set; }
    Returns
    Type Description
    IfcReflectanceMethodEnum
    | Improve this Doc View Source

    IIfcSurfaceStyleRendering.ReflectionColour

    Declaration
    IIfcColourOrFactor IIfcSurfaceStyleRendering.ReflectionColour { get; set; }
    Returns
    Type Description
    IIfcColourOrFactor
    | Improve this Doc View Source

    IIfcSurfaceStyleRendering.SpecularColour

    Declaration
    IIfcColourOrFactor IIfcSurfaceStyleRendering.SpecularColour { get; set; }
    Returns
    Type Description
    IIfcColourOrFactor
    | Improve this Doc View Source

    IIfcSurfaceStyleRendering.SpecularHighlight

    Declaration
    IIfcSpecularHighlightSelect IIfcSurfaceStyleRendering.SpecularHighlight { get; set; }
    Returns
    Type Description
    IIfcSpecularHighlightSelect
    | Improve this Doc View Source

    IIfcSurfaceStyleRendering.TransmissionColour

    Declaration
    IIfcColourOrFactor IIfcSurfaceStyleRendering.TransmissionColour { get; set; }
    Returns
    Type Description
    IIfcColourOrFactor
    | Improve this Doc View Source

    IIfcSurfaceStyleRendering.Transparency

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

    IIfcSurfaceStyleRendering.DiffuseColour

    Declaration
    [CrossSchemaAttribute(typeof(IIfcSurfaceStyleRendering), 3)]
    IIfcColourOrFactor IIfcSurfaceStyleRendering.DiffuseColour { get; set; }
    Returns
    Type Description
    IIfcColourOrFactor
    | Improve this Doc View Source

    IIfcSurfaceStyleRendering.DiffuseTransmissionColour

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

    IIfcSurfaceStyleRendering.ReflectanceMethod

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

    IIfcSurfaceStyleRendering.ReflectionColour

    Declaration
    [CrossSchemaAttribute(typeof(IIfcSurfaceStyleRendering), 6)]
    IIfcColourOrFactor IIfcSurfaceStyleRendering.ReflectionColour { get; set; }
    Returns
    Type Description
    IIfcColourOrFactor
    | Improve this Doc View Source

    IIfcSurfaceStyleRendering.SpecularColour

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

    IIfcSurfaceStyleRendering.SpecularHighlight

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

    IIfcSurfaceStyleRendering.TransmissionColour

    Declaration
    [CrossSchemaAttribute(typeof(IIfcSurfaceStyleRendering), 4)]
    IIfcColourOrFactor IIfcSurfaceStyleRendering.TransmissionColour { get; set; }
    Returns
    Type Description
    IIfcColourOrFactor

    Implements

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