Search Results for

    Show / Hide Table of Contents

    Class PartVisualizationColorSetting

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PartVisualizationColorSetting
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    int

    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
    int

    MonochromeBackgroundColor

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

    MonochromeDisplay

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

    MonochromeForegroundColor

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

    MonochromePreselectionColor

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

    MonochromeSelectionColor

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

    PreselectionColor

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

    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
    bool

    SelectionColor

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

    ShowWidths

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

    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