ViewVisualizationSpecialEffectsFogData_Struct Struct

NXOpen.Preferences.ViewVisualizationSpecialEffects.FogData is an alias for NXOpen.Preferences.ViewVisualizationSpecialEffectsFogData_Struct

class NXOpen.Preferences.ViewVisualizationSpecialEffectsFogData_Struct

Bases: object

Represents the constituents of fog data

Fields

Field Description
FogMode Fog mode
FogColorFlag If true fog color is applied to the view
FogColor Fog Color
FogStart Start of fog
FogEnd End of fog
FogDensity Density of fog

FogMode

ViewVisualizationSpecialEffectsFogData_Struct.FogMode

Fog mode -------------------------------------

Getter Method Signature FogMode()

Returns:
Return type:int

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

Setter Method

Signature FogMode(value)

Parameters:value (int) –

FogColorFlag

ViewVisualizationSpecialEffectsFogData_Struct.FogColorFlag

If true fog color is applied to the view -------------------------------------

Getter Method Signature FogColorFlag()

Returns:
Return type:bool

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

Setter Method

Signature FogColorFlag(value)

Parameters:value (bool) –

FogColor

ViewVisualizationSpecialEffectsFogData_Struct.FogColor

Fog Color -------------------------------------

Getter Method Signature FogColor()

Returns:
Return type:NXOpen.Preferences.ViewVisualizationSpecialEffectsColorRGB_Struct

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

Setter Method

Signature FogColor(value)

Parameters:value (NXOpen.Preferences.ViewVisualizationSpecialEffectsColorRGB_Struct) –

FogStart

ViewVisualizationSpecialEffectsFogData_Struct.FogStart

Start of fog -------------------------------------

Getter Method Signature FogStart()

Returns:
Return type:float

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

Setter Method

Signature FogStart(value)

Parameters:value (float) –

FogEnd

ViewVisualizationSpecialEffectsFogData_Struct.FogEnd

End of fog -------------------------------------

Getter Method Signature FogEnd()

Returns:
Return type:float

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

Setter Method

Signature FogEnd(value)

Parameters:value (float) –

FogDensity

ViewVisualizationSpecialEffectsFogData_Struct.FogDensity

Density of fog -------------------------------------

Getter Method Signature FogDensity()

Returns:
Return type:float

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

Setter Method

Signature FogDensity(value)

Parameters:value (float) –