ColorManager Class¶
-
class
NXOpen.ColorManager¶ Bases:
objectContains functionality pertaining to colors
To obtain an instance of this class, refer to
NXOpen.BasePartNew in version NX5.0.0.
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.
-------------------------------------