Search Results for

    Show / Hide Table of Contents

    Struct DisplayManager.J3dMaterial

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

    Fields

    AmbientFactor

    Declaration
    public double AmbientFactor
    Field Value
    Type Description
    System.Double

    Color

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

    DiffuseFactor

    Declaration
    public double DiffuseFactor
    Field Value
    Type Description
    System.Double

    HighlightColor

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

    Roughness

    Declaration
    public double Roughness
    Field Value
    Type Description
    System.Double

    SpecularFactor

    Declaration
    public double SpecularFactor
    Field Value
    Type Description
    System.Double

    Transparency

    Declaration
    public double Transparency
    Field Value
    Type Description
    System.Double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX