NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Preferences.PartVisualizationColorSetting Class Reference

Represents the set of visualization preferences under color setting tab applicable to part More...

Inheritance diagram for NXOpen.Preferences.PartVisualizationColorSetting:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  RandomColorDisplayFor { Faces, Bodies }
 Describes whether the random color display is applicable for faces or bodies More...
 

Public Member Functions

unsafe void ShuffleRandomColor ()
 Allows user to shuffle the Random color More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe int AttentionColor [get, set]
 Returns or sets the color that an HD3D objects associated objects are highlighted with when the HD3D object is selected. More...
 
unsafe NXOpen.NXColor HandleActiveColor [get, set]
 Returns or sets the color of active handles. More...
 
unsafe NXOpen.NXColor HandleColor [get, set]
 Returns or sets the color of handles. More...
 
unsafe NXOpen.NXColor HandleOrientxpressColor [get, set]
 Returns or sets the color of the OrientXpress handle. More...
 
unsafe NXOpen.NXColor HandlePreselectionColor [get, set]
 Returns or sets the preselection color of handles. More...
 
unsafe NXOpen.NXColor HandleSelectionColor [get, set]
 Returns or sets the selection color of handles. More...
 
unsafe int HiddenGeometryColor [get, set]
 Returns or sets the color of hidden geometry. More...
 
unsafe int MonochromeBackgroundColor [get, set]
 Returns or sets the monochrome background color More...
 
unsafe bool MonochromeDisplay [get, set]
 Returns or sets the monochrome display flag. More...
 
unsafe int MonochromeForegroundColor [get, set]
 Returns or sets the monochrome foreground color. More...
 
unsafe int MonochromePreselectionColor [get, set]
 Returns or sets the monochrome color for preselected objects More...
 
unsafe int MonochromeSelectionColor [get, set]
 Returns or sets the monochrome selection_color. More...
 
unsafe int PreselectionColor [get, set]
 Returns or sets the preselection color. More...
 
unsafe
NXOpen.Preferences.PartVisualizationColorSetting.RandomColorDisplayFor 
RandomColorDisplay [get, set]
 Returns or sets the random color display selection. More...
 
unsafe bool RandomColorDisplayOption [get, set]
 Returns or sets the random color display flag. More...
 
unsafe int SelectionColor [get, set]
 Returns or sets the selection color. More...
 
unsafe bool ShowWidths [get, set]
 Returns or sets the show widths flag. More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents the set of visualization preferences under color setting tab applicable to part

To obtain an instance of this class, refer to NXOpen.Preferences.PartPreferences

Created in NX3.0.0

Member Enumeration Documentation

Describes whether the random color display is applicable for faces or bodies

Enumerator
Faces 

For Faces

Bodies 

For Bodies

Member Function Documentation

unsafe void NXOpen.Preferences.PartVisualizationColorSetting.ShuffleRandomColor ( )
inline

Allows user to shuffle the Random color

Created in NX3.0.0

License requirements: None.

Property Documentation

unsafe int NXOpen.Preferences.PartVisualizationColorSetting.AttentionColor
getset

Returns or sets the color that an HD3D objects associated objects are highlighted with when the HD3D object is selected.

The color must be in the range of 1 to 216 inclusive.

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Preferences.PartVisualizationColorSetting.HandleActiveColor
getset

Returns or sets the color of active handles.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Preferences.PartVisualizationColorSetting.HandleColor
getset

Returns or sets the color of handles.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Preferences.PartVisualizationColorSetting.HandleOrientxpressColor
getset

Returns or sets the color of the OrientXpress handle.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Preferences.PartVisualizationColorSetting.HandlePreselectionColor
getset

Returns or sets the preselection color of handles.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Preferences.PartVisualizationColorSetting.HandleSelectionColor
getset

Returns or sets the selection color of handles.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Preferences.PartVisualizationColorSetting.HiddenGeometryColor
getset

Returns or sets the color of hidden geometry.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Preferences.PartVisualizationColorSetting.MonochromeBackgroundColor
getset

Returns or sets the monochrome background color

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Preferences.PartVisualizationColorSetting.MonochromeDisplay
getset

Returns or sets the monochrome display flag.

If true it turns on the monochrome display options. Monochrome display also applies to Expanded drawing views.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Preferences.PartVisualizationColorSetting.MonochromeForegroundColor
getset

Returns or sets the monochrome foreground color.

Monochrome color for all displayable objects, view borders, and view names.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Preferences.PartVisualizationColorSetting.MonochromePreselectionColor
getset

Returns or sets the monochrome color for preselected objects

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Preferences.PartVisualizationColorSetting.MonochromeSelectionColor
getset

Returns or sets the monochrome selection_color.

Displays all selected/highlighted objects, temporary display objects (such as coneheads, temporary text), and drawing borders in this color.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Preferences.PartVisualizationColorSetting.PreselectionColor
getset

Returns or sets the preselection color.

Represents color of selectable objects for the current operation.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Preferences.PartVisualizationColorSetting.RandomColorDisplayFor NXOpen.Preferences.PartVisualizationColorSetting.RandomColorDisplay
getset

Returns or sets the random color display selection.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Preferences.PartVisualizationColorSetting.RandomColorDisplayOption
getset

Returns or sets the random color display flag.

If true it provides a temporary display of unique colors per solid object.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Preferences.PartVisualizationColorSetting.SelectionColor
getset

Returns or sets the selection color.

Represents color of selected objects, the grid, view names and borders, and temporary points and conehead vectors.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Preferences.PartVisualizationColorSetting.ShowWidths
getset

Returns or sets the show widths flag.

If true, the object width attribute determines the displayed width of lines or curves used to represent an object.

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

Tag NXOpen.Preferences.PartVisualizationColorSetting.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.