Search Results for

    Show / Hide Table of Contents

    Class IrayPlusSimpleMaterialEditorBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    IrayPlusSimpleMaterialEditorBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Display
    Assembly: NXOpen.dll
    Syntax
    public class IrayPlusSimpleMaterialEditorBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    IrayPlusSimpleMaterialEditorBuilder()

    Declaration
    protected IrayPlusSimpleMaterialEditorBuilder()

    Properties

    AspectRatio

    Declaration
    public double AspectRatio { get; set; }
    Property Value
    Type Description
    System.Double

    FileBrowser

    Declaration
    public string FileBrowser { get; set; }
    Property Value
    Type Description
    System.String

    LatitudeScale

    Declaration
    public double LatitudeScale { get; set; }
    Property Value
    Type Description
    System.Double

    LongitudeScale

    Declaration
    public double LongitudeScale { get; set; }
    Property Value
    Type Description
    System.Double

    NameString

    Declaration
    public string NameString { get; set; }
    Property Value
    Type Description
    System.String

    NormalVector

    Declaration
    public Direction NormalVector { get; set; }
    Property Value
    Type Description
    Direction

    Scale

    Declaration
    public double Scale { get; set; }
    Property Value
    Type Description
    System.Double

    TexturedToggle

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

    TextureSpaceEnum

    Declaration
    public IrayPlusSimpleMaterialEditorBuilder.TextureSpace TextureSpaceEnum { get; set; }
    Property Value
    Type Description
    IrayPlusSimpleMaterialEditorBuilder.TextureSpace

    UpVector

    Declaration
    public Direction UpVector { get; set; }
    Property Value
    Type Description
    Direction

    UScale

    Declaration
    public double UScale { get; set; }
    Property Value
    Type Description
    System.Double

    VScale

    Declaration
    public double VScale { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    ExportXMLButton()

    Declaration
    public void ExportXMLButton()

    GetColorPicker()

    Declaration
    public double[] GetColorPicker()
    Returns
    Type Description
    System.Double[]

    SaveMaterialsButton()

    Declaration
    public void SaveMaterialsButton()

    SetColorPicker(Double[])

    Declaration
    public void SetColorPicker(double[] colorPicker)
    Parameters
    Type Name Description
    System.Double[] colorPicker

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX