Search Results for

    Show / Hide Table of Contents

    Class IfcPixelTexture

    Inheritance
    System.Object
    PersistEntity
    IfcSurfaceTexture
    IfcPixelTexture
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcSurfaceTexture>
    IIfcPixelTexture
    IIfcSurfaceTexture
    IIfcPresentationItem
    IInstantiableEntity
    IIfcPixelTexture
    IIfcSurfaceTexture
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcPixelTexture>
    IExpressValidatable
    Inherited Members
    IfcSurfaceTexture.IIfcSurfaceTexture.RepeatS
    IfcSurfaceTexture.IIfcSurfaceTexture.RepeatT
    IfcSurfaceTexture.IIfcSurfaceTexture.Mode
    IfcSurfaceTexture.IIfcSurfaceTexture.TextureTransform
    IfcSurfaceTexture.IIfcSurfaceTexture.Parameter
    IfcSurfaceTexture.IIfcSurfaceTexture.IsMappedBy
    IfcSurfaceTexture.IIfcSurfaceTexture.UsedInStyles
    IfcSurfaceTexture.IIfcSurfaceTexture.RepeatS
    IfcSurfaceTexture.IIfcSurfaceTexture.RepeatT
    IfcSurfaceTexture.IIfcSurfaceTexture.TextureType
    IfcSurfaceTexture.IIfcSurfaceTexture.TextureTransform
    IfcSurfaceTexture.RepeatS
    IfcSurfaceTexture.RepeatT
    IfcSurfaceTexture.TextureType
    IfcSurfaceTexture.TextureTransform
    IfcSurfaceTexture.Equals(IfcSurfaceTexture)
    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("IfcPixelTexture", 728)]
    public class IfcPixelTexture : IfcSurfaceTexture, INotifyPropertyChanged, IEquatable<IfcSurfaceTexture>, IIfcPixelTexture, IIfcSurfaceTexture, IIfcPresentationItem, IInstantiableEntity, IIfcPixelTexture, IIfcSurfaceTexture, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPixelTexture>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    ColourComponents

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

    Height

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

    Pixel

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

    Width

    Declaration
    [EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
    public IfcInteger Width { get; set; }
    Property Value
    Type Description
    IfcInteger

    Methods

    | Improve this Doc View Source

    Equals(IfcPixelTexture)

    Declaration
    public bool Equals(IfcPixelTexture other)
    Parameters
    Type Name Description
    IfcPixelTexture 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
    IfcSurfaceTexture.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | Improve this Doc View Source

    ValidateClause(IfcPixelTexture.IfcPixelTextureClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcPixelTexture.IfcPixelTextureClause clause)
    Parameters
    Type Name Description
    IfcPixelTexture.IfcPixelTextureClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    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

    IIfcPixelTexture.ColourComponents

    Declaration
    IfcInteger IIfcPixelTexture.ColourComponents { get; set; }
    Returns
    Type Description
    IfcInteger
    | Improve this Doc View Source

    IIfcPixelTexture.Height

    Declaration
    IfcInteger IIfcPixelTexture.Height { get; set; }
    Returns
    Type Description
    IfcInteger
    | Improve this Doc View Source

    IIfcPixelTexture.Pixel

    Declaration
    IItemSet<byte[]> IIfcPixelTexture.Pixel { get; }
    Returns
    Type Description
    IItemSet<System.Byte[]>
    | Improve this Doc View Source

    IIfcPixelTexture.Width

    Declaration
    IfcInteger IIfcPixelTexture.Width { get; set; }
    Returns
    Type Description
    IfcInteger
    | Improve this Doc View Source

    IIfcPixelTexture.ColourComponents

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

    IIfcPixelTexture.Height

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

    IIfcPixelTexture.Pixel

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPixelTexture), 9)]
    IItemSet<IfcBinary> IIfcPixelTexture.Pixel { get; }
    Returns
    Type Description
    IItemSet<IfcBinary>
    | Improve this Doc View Source

    IIfcPixelTexture.Width

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPixelTexture), 6)]
    IfcInteger IIfcPixelTexture.Width { get; set; }
    Returns
    Type Description
    IfcInteger

    Implements

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