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

Represents the constituents of fog data. More...

List of all members.

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.

Public Attributes

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

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

Fog Color.

If true fog color is applied to the view.

Density of fog.

End of fog.

Fog mode.

Start of fog.


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