Search Results for

    Show / Hide Table of Contents

    Class SurfaceStyling

    Inheritance
    System.Object
    SurfaceStyling
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc4
    Assembly: Xbim.Ifc4.dll
    Syntax
    public class SurfaceStyling

    Constructors

    | Improve this Doc View Source

    SurfaceStyling(IEnumerable<SurfaceStyle>)

    Declaration
    public SurfaceStyling(IEnumerable<SurfaceStyle> styles)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<SurfaceStyle> styles
    | Improve this Doc View Source

    SurfaceStyling(SurfaceStyle)

    Sets the front and back material to the style

    Declaration
    public SurfaceStyling(SurfaceStyle frontFaceStyle)
    Parameters
    Type Name Description
    SurfaceStyle frontFaceStyle
    | Improve this Doc View Source

    SurfaceStyling(SurfaceStyle, SurfaceStyle)

    Declaration
    public SurfaceStyling(SurfaceStyle frontFaceStyle, SurfaceStyle backFaceStyle)
    Parameters
    Type Name Description
    SurfaceStyle frontFaceStyle
    SurfaceStyle backFaceStyle

    Fields

    | Improve this Doc View Source

    BackFaceStyle

    Declaration
    public SurfaceStyle BackFaceStyle
    Field Value
    Type Description
    SurfaceStyle
    | Improve this Doc View Source

    FrontFaceStyle

    Declaration
    public SurfaceStyle FrontFaceStyle
    Field Value
    Type Description
    SurfaceStyle

    Properties

    | Improve this Doc View Source

    Empty

    Declaration
    public static SurfaceStyling Empty { get; }
    Property Value
    Type Description
    SurfaceStyling
    | Improve this Doc View Source

    IsEmpty

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

    Methods

    | Improve this Doc View Source

    BackOrDefault(SurfaceStyle)

    returns the back face if defined or the default

    Declaration
    public SurfaceStyle BackOrDefault(SurfaceStyle defaultStyle = null)
    Parameters
    Type Name Description
    SurfaceStyle defaultStyle
    Returns
    Type Description
    SurfaceStyle
    | Improve this Doc View Source

    FrontBackOrDefault(SurfaceStyle)

    Returns the front face if not nul or the back face if not null or the default

    Declaration
    public SurfaceStyle FrontBackOrDefault(SurfaceStyle defaultStyle = null)
    Parameters
    Type Name Description
    SurfaceStyle defaultStyle
    Returns
    Type Description
    SurfaceStyle
    | Improve this Doc View Source

    FrontOrDefault(SurfaceStyle)

    Returns the front face if defined or the default

    Declaration
    public SurfaceStyle FrontOrDefault(SurfaceStyle defaultStyle = null)
    Parameters
    Type Name Description
    SurfaceStyle defaultStyle
    Returns
    Type Description
    SurfaceStyle
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim