Class PartVisualizationColorSetting
Inheritance
System.Object
System.MarshalByRefObject
PartVisualizationColorSetting
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
Type |
Description |
System.Int32 |
|
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
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
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
Property Value
Methods
ShuffleRandomColor()
Declaration
public void ShuffleRandomColor()
Implements
System.Runtime.Remoting.Messaging.IMessageSink