Search Results for

    Show / Hide Table of Contents

    Class IfcIndexedColourMap

    Inheritance
    System.Object
    PersistEntity
    IfcPresentationItem
    IfcIndexedColourMap
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcPresentationItem>
    IInstantiableEntity
    IIfcIndexedColourMap
    IIfcPresentationItem
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcIndexedColourMap>
    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("IfcIndexedColourMap", 1189)]
    public class IfcIndexedColourMap : IfcPresentationItem, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IInstantiableEntity, IIfcIndexedColourMap, IIfcPresentationItem, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcIndexedColourMap>

    Properties

    | Improve this Doc View Source

    ColourIndex

    Declaration
    [EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 4)]
    public IItemSet<IfcPositiveInteger> ColourIndex { get; }
    Property Value
    Type Description
    IItemSet<IfcPositiveInteger>
    | Improve this Doc View Source

    Colours

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

    MappedTo

    Declaration
    [IndexedProperty]
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
    public IfcTessellatedFaceSet MappedTo { get; set; }
    Property Value
    Type Description
    IfcTessellatedFaceSet
    | Improve this Doc View Source

    Opacity

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

    Methods

    | Improve this Doc View Source

    Equals(IfcIndexedColourMap)

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

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IContainsIndexedReferences.IndexedReferences

    Declaration
    IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcIndexedColourMap.ColourIndex

    Declaration
    IItemSet<IfcPositiveInteger> IIfcIndexedColourMap.ColourIndex { get; }
    Returns
    Type Description
    IItemSet<IfcPositiveInteger>
    | Improve this Doc View Source

    IIfcIndexedColourMap.Colours

    Declaration
    IIfcColourRgbList IIfcIndexedColourMap.Colours { get; set; }
    Returns
    Type Description
    IIfcColourRgbList
    | Improve this Doc View Source

    IIfcIndexedColourMap.MappedTo

    Declaration
    IIfcTessellatedFaceSet IIfcIndexedColourMap.MappedTo { get; set; }
    Returns
    Type Description
    IIfcTessellatedFaceSet
    | Improve this Doc View Source

    IIfcIndexedColourMap.Opacity

    Declaration
    IfcNormalisedRatioMeasure? IIfcIndexedColourMap.Opacity { get; set; }
    Returns
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>

    Implements

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