Search Results for

    Show / Hide Table of Contents

    Class PartVisualizationColorSetting

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    PartVisualizationColorSetting
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class PartVisualizationColorSetting : NXRemotableObject, IMessageSink

    Constructors

    PartVisualizationColorSetting(PartPreferences)

    Declaration
    protected PartVisualizationColorSetting(PartPreferences owner)
    Parameters
    Type Name Description
    PartPreferences owner

    Properties

    AttentionColor

    Declaration
    public int AttentionColor { get; set; }
    Property Value
    Type Description
    System.Int32

    HandleActiveColor

    Declaration
    public NXColor HandleActiveColor { get; set; }
    Property Value
    Type Description
    NXColor

    HandleColor

    Declaration
    public NXColor HandleColor { get; set; }
    Property Value
    Type Description
    NXColor

    HandleOrientxpressColor

    Declaration
    public NXColor HandleOrientxpressColor { get; set; }
    Property Value
    Type Description
    NXColor

    HandlePreselectionColor

    Declaration
    public NXColor HandlePreselectionColor { get; set; }
    Property Value
    Type Description
    NXColor

    HandleSelectionColor

    Declaration
    public NXColor HandleSelectionColor { get; set; }
    Property Value
    Type Description
    NXColor

    HiddenGeometryColor

    Declaration
    public int HiddenGeometryColor { get; set; }
    Property Value
    Type Description
    System.Int32

    MonochromeBackgroundColor

    Declaration
    public int MonochromeBackgroundColor { get; set; }
    Property Value
    Type Description
    System.Int32

    MonochromeDisplay

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

    MonochromeForegroundColor

    Declaration
    public int MonochromeForegroundColor { get; set; }
    Property Value
    Type Description
    System.Int32

    MonochromePreselectionColor

    Declaration
    public int MonochromePreselectionColor { get; set; }
    Property Value
    Type Description
    System.Int32

    MonochromeSelectionColor

    Declaration
    public int MonochromeSelectionColor { get; set; }
    Property Value
    Type Description
    System.Int32

    PreselectionColor

    Declaration
    public int PreselectionColor { get; set; }
    Property Value
    Type Description
    System.Int32

    RandomColorDisplay

    Declaration
    public PartVisualizationColorSetting.RandomColorDisplayFor RandomColorDisplay { get; set; }
    Property Value
    Type Description
    PartVisualizationColorSetting.RandomColorDisplayFor

    RandomColorDisplayOption

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

    SelectionColor

    Declaration
    public int SelectionColor { get; set; }
    Property Value
    Type Description
    System.Int32

    ShowWidths

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

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    ShuffleRandomColor()

    Declaration
    public void ShuffleRandomColor()

    Implements

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