DisplayManagerJ3dColor_Struct Struct

NXOpen.DisplayManager.J3dColor is an alias for NXOpen.DisplayManagerJ3dColor_Struct

class NXOpen.DisplayManagerJ3dColor_Struct

Bases: object

3d interface color definition

Fields

Field Description
Red red value in the range 0.
Green blue color value
Blue green color value

Red

DisplayManagerJ3dColor_Struct.Red

red value in the range 0.

0 to 1.0 -------------------------------------

Getter Method Signature Red()

Returns:
Return type:float

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

Setter Method

Signature Red(value)

Parameters:value (float) –

Green

DisplayManagerJ3dColor_Struct.Green

blue color value -------------------------------------

Getter Method Signature Green()

Returns:
Return type:float

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

Setter Method

Signature Green(value)

Parameters:value (float) –

Blue

DisplayManagerJ3dColor_Struct.Blue

green color value -------------------------------------

Getter Method Signature Blue()

Returns:
Return type:float

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

Setter Method

Signature Blue(value)

Parameters:value (float) –