NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Preferences::ViewVisualizationSpecialEffects::FogData Struct Reference

Represents the constituents of fog data. More...

Public Member Functions

 FogData (int fogModeInitial, bool fogColorFlagInitial, const NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorRGB &fogColorInitial, double fogStartInitial, double fogEndInitial, double fogDensityInitial)
 Constructor for the FogData struct. More...
 

Public Attributes

NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorRGB FogColor
 Fog Color. More...
 
bool FogColorFlag
 If true fog color is applied to the view. More...
 
double FogDensity
 Density of fog. More...
 
double FogEnd
 End of fog. More...
 
int FogMode
 Fog mode. More...
 
double FogStart
 Start of fog. More...
 

Detailed Description

Represents the constituents of fog data.

Constructor & Destructor Documentation

NXOpen::Preferences::ViewVisualizationSpecialEffects::FogData::FogData ( int  fogModeInitial,
bool  fogColorFlagInitial,
const NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorRGB fogColorInitial,
double  fogStartInitial,
double  fogEndInitial,
double  fogDensityInitial 
)

Constructor for the FogData struct.

Parameters
fogModeInitialFog mode
fogColorFlagInitialIf true fog color is applied to the view
fogColorInitialFog Color
fogStartInitialStart of fog
fogEndInitialEnd of fog
fogDensityInitialDensity of fog

Member Data Documentation

NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorRGB NXOpen::Preferences::ViewVisualizationSpecialEffects::FogData::FogColor

Fog Color.

bool NXOpen::Preferences::ViewVisualizationSpecialEffects::FogData::FogColorFlag

If true fog color is applied to the view.

double NXOpen::Preferences::ViewVisualizationSpecialEffects::FogData::FogDensity

Density of fog.

double NXOpen::Preferences::ViewVisualizationSpecialEffects::FogData::FogEnd

End of fog.

int NXOpen::Preferences::ViewVisualizationSpecialEffects::FogData::FogMode

Fog mode.

double NXOpen::Preferences::ViewVisualizationSpecialEffects::FogData::FogStart

Start of fog.


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.