Search Results for

    Show / Hide Table of Contents

    Interface IIfcSurfaceTexture

    Readonly interface for IfcSurfaceTexture

    Inherited Members
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcSurfaceTexture : IIfcPresentationItem, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    IsMappedBy

    Declaration
    IEnumerable<IIfcTextureCoordinate> IsMappedBy { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcTextureCoordinate>
    | Improve this Doc View Source

    Mode

    Declaration
    IfcIdentifier? Mode { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    Parameter

    Declaration
    IItemSet<IfcIdentifier> Parameter { get; }
    Property Value
    Type Description
    IItemSet<IfcIdentifier>
    | Improve this Doc View Source

    RepeatS

    Declaration
    IfcBoolean RepeatS { get; set; }
    Property Value
    Type Description
    IfcBoolean
    | Improve this Doc View Source

    RepeatT

    Declaration
    IfcBoolean RepeatT { get; set; }
    Property Value
    Type Description
    IfcBoolean
    | Improve this Doc View Source

    TextureTransform

    Declaration
    IIfcCartesianTransformationOperator2D TextureTransform { get; set; }
    Property Value
    Type Description
    IIfcCartesianTransformationOperator2D
    | Improve this Doc View Source

    UsedInStyles

    Declaration
    IEnumerable<IIfcSurfaceStyleWithTextures> UsedInStyles { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcSurfaceStyleWithTextures>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim