Search Results for

    Show / Hide Table of Contents

    Struct XbimSurfaceStyle

    Represents a material used to render a surface of a geometry

    Inherited Members
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.IO.Esent
    Assembly: Xbim.IO.Esent.dll
    Syntax
    public struct XbimSurfaceStyle

    Constructors

    | Improve this Doc View Source

    XbimSurfaceStyle(Int16, Int32)

    Declaration
    public XbimSurfaceStyle(short expressTypeId, int ifcSurfaceStyleId)
    Parameters
    Type Name Description
    System.Int16 expressTypeId
    System.Int32 ifcSurfaceStyleId

    Fields

    | Improve this Doc View Source

    TagRenderMaterial

    Holds the material used by the graphics engine to render the surface style Set to a value to suite specific needs of the graphics environment being used

    Declaration
    public object TagRenderMaterial
    Field Value
    Type Description
    System.Object

    Properties

    | Improve this Doc View Source

    ExpressTypeId

    Declaration
    public readonly short ExpressTypeId { get; }
    Property Value
    Type Description
    System.Int16
    | Improve this Doc View Source

    IfcSurfaceStyleLabel

    Declaration
    public readonly int IfcSurfaceStyleLabel { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsIfcSurfaceStyle

    Declaration
    public readonly bool IsIfcSurfaceStyle { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()
    | Improve this Doc View Source

    SurfaceStyle<T>(EsentModel)

    Declaration
    public T SurfaceStyle<T>(EsentModel model)
        where T : class, IPersistEntity
    Parameters
    Type Name Description
    EsentModel model
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim