NXOpen .NET Reference  12.0.0
Classes | Public Member Functions | Properties | List of all members
NXOpen.NXColor Class Reference

Represents a standard NX color. More...

Inheritance diagram for NXOpen.NXColor:

Classes

class  Factory
 <exclude> More...
 
struct  Rgb
 RGB values More...
 

Public Member Functions

unsafe NXOpen.NXColor.Rgb GetRgb ()
 Gets the RGB values in the display part More...
 

Properties

int Handle [get]
 Returns an integer identifier for this object. This identifier can be used in methods that require an integer representation of this object, such as User Function methods. More...
 
unsafe string Label [get]
 Returns the label in the display part More...
 

Detailed Description

Represents a standard NX color.

The RGB values and name for a particular NXColor object depend on the part. Hence, if you look up an NXColor object in one part and use it in another part, the object may have different RGB values in the other part.

Created in NX5.0.0

Member Function Documentation

unsafe NXOpen.NXColor.Rgb NXOpen.NXColor.GetRgb ( )

Gets the RGB values in the display part

Created in NX5.0.0

License requirements: None.

Returns

Property Documentation

int NXOpen.NXColor.Handle
get

Returns an integer identifier for this object. This identifier can be used in methods that require an integer representation of this object, such as User Function methods.

unsafe string NXOpen.NXColor.Label
get

Returns the label in the display part

Created in NX5.0.0

License requirements: None.


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