CDF Class

class NXOpen.CDF

Bases: NXOpen.TaggedObject

Represents a NXOpen.CDF, which is a representation of an NX color palette.

The color palette contains 217 colors each represented here by a NXOpen.ColorDefinition.

New in version NX5.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetColorDefinitions Gets the color definitions.

Method Detail

GetColorDefinitions

CDF.GetColorDefinitions

Gets the color definitions.

There will be 217 ColorDefinition objects.

Signature GetColorDefinitions()

Returns:Array of ColorDefinition objects.
Return type:list of NXOpen.ColorDefinition

New in version NX5.0.0.

License requirements: None.