Search Results for

    Show / Hide Table of Contents

    Interface IPhongMaterial

    Namespace: Xbim.Ifc4
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IPhongMaterial

    Properties

    | Improve this Doc View Source

    AmbientColour

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

    DiffuseColour

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

    DiffuseMap

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

    DisplacementMap

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

    EmissiveColour

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

    Name

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NormalMap

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

    SpecularColour

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

    SpecularShininess

    Declaration
    double SpecularShininess { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim