Search Results for

    Show / Hide Table of Contents

    Class VisualMaterialEditorCoatingBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    VisualMaterialEditorCoatingBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Display
    Assembly: NXOpen.dll
    Syntax
    public class VisualMaterialEditorCoatingBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    VisualMaterialEditorCoatingBuilder()

    Declaration
    protected VisualMaterialEditorCoatingBuilder()

    Properties

    ClearCoatLayer

    Declaration
    public bool ClearCoatLayer { get; set; }
    Property Value
    Type Description
    bool

    ClearCoatRoughness

    Declaration
    public double ClearCoatRoughness { get; set; }
    Property Value
    Type Description
    double

    ClearCoatWeight

    Declaration
    public double ClearCoatWeight { get; set; }
    Property Value
    Type Description
    double

    MaterialName

    Declaration
    public string MaterialName { get; set; }
    Property Value
    Type Description
    string

    Methods

    GetClearCoatBumpTexture()

    Declaration
    public string GetClearCoatBumpTexture()
    Returns
    Type Description
    string

    GetClearCoatRoughnessTexture()

    Declaration
    public string GetClearCoatRoughnessTexture()
    Returns
    Type Description
    string

    GetClearCoatWeightTexture()

    Declaration
    public string GetClearCoatWeightTexture()
    Returns
    Type Description
    string

    SetClearCoatBumpTexture(string)

    Declaration
    public void SetClearCoatBumpTexture(string filename)
    Parameters
    Type Name Description
    string filename

    SetClearCoatRoughnessTexture(string)

    Declaration
    public void SetClearCoatRoughnessTexture(string filename)
    Parameters
    Type Name Description
    string filename

    SetClearCoatWeightTexture(string)

    Declaration
    public void SetClearCoatWeightTexture(string filename)
    Parameters
    Type Name Description
    string filename

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX