Class PartVisualizationColorSetting
Inheritance
PartVisualizationColorSetting
Assembly: NXOpen.dll
Syntax
public class PartVisualizationColorSetting : NXRemotableObject, IMessageSink
Constructors
PartVisualizationColorSetting(PartPreferences)
Declaration
protected PartVisualizationColorSetting(PartPreferences owner)
Parameters
Properties
AttentionColor
Declaration
public int AttentionColor { get; set; }
Property Value
HandleActiveColor
Declaration
public NXColor HandleActiveColor { get; set; }
Property Value
HandleColor
Declaration
public NXColor HandleColor { get; set; }
Property Value
HandleOrientxpressColor
Declaration
public NXColor HandleOrientxpressColor { get; set; }
Property Value
HandlePreselectionColor
Declaration
public NXColor HandlePreselectionColor { get; set; }
Property Value
HandleSelectionColor
Declaration
public NXColor HandleSelectionColor { get; set; }
Property Value
HiddenGeometryColor
Declaration
public int HiddenGeometryColor { get; set; }
Property Value
MonochromeBackgroundColor
Declaration
public int MonochromeBackgroundColor { get; set; }
Property Value
MonochromeDisplay
Declaration
public bool MonochromeDisplay { get; set; }
Property Value
MonochromeForegroundColor
Declaration
public int MonochromeForegroundColor { get; set; }
Property Value
MonochromePreselectionColor
Declaration
public int MonochromePreselectionColor { get; set; }
Property Value
MonochromeSelectionColor
Declaration
public int MonochromeSelectionColor { get; set; }
Property Value
PreselectionColor
Declaration
public int PreselectionColor { get; set; }
Property Value
RandomColorDisplay
Declaration
public PartVisualizationColorSetting.RandomColorDisplayFor RandomColorDisplay { get; set; }
Property Value
RandomColorDisplayOption
Declaration
public bool RandomColorDisplayOption { get; set; }
Property Value
SelectionColor
Declaration
public int SelectionColor { get; set; }
Property Value
ShowWidths
Declaration
public bool ShowWidths { get; set; }
Property Value
Tag
Declaration
Property Value
Methods
ShuffleRandomColor()
Declaration
public void ShuffleRandomColor()
Implements
System.Runtime.Remoting.Messaging.IMessageSink