Search Results for

    Show / Hide Table of Contents

    Struct DisplayManager.J3dMaterial

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public struct DisplayManager.J3dMaterial

    Fields

    AmbientFactor

    Declaration
    public double AmbientFactor
    Field Value
    Type Description
    double

    Color

    Declaration
    public DisplayManager.J3dColor Color
    Field Value
    Type Description
    DisplayManager.J3dColor

    DiffuseFactor

    Declaration
    public double DiffuseFactor
    Field Value
    Type Description
    double

    HighlightColor

    Declaration
    public DisplayManager.J3dColor HighlightColor
    Field Value
    Type Description
    DisplayManager.J3dColor

    Roughness

    Declaration
    public double Roughness
    Field Value
    Type Description
    double

    SpecularFactor

    Declaration
    public double SpecularFactor
    Field Value
    Type Description
    double

    Transparency

    Declaration
    public double Transparency
    Field Value
    Type Description
    double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX