ColorManager Class

class NXOpen.ColorManager

Bases: object

Contains functionality pertaining to colors

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

New in version NX5.0.0.

Methods

Method Description
Find Finds a color with the specified name

Method Detail

Find

ColorManager.Find

Overloaded method Find

  • Find(name)
  • Find(id)

-------------------------------------

Finds a color with the specified name

Signature Find(name)

Parameters:name (str) –
Returns:
Return type:Id

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Finds a color with the specified ID

Signature Find(id)

Parameters:id (int) –
Returns:
Return type:Id

New in version NX5.0.0.

License requirements: None.

-------------------------------------