Class ViewVisualizationSpecialEffects
Inheritance
ViewVisualizationSpecialEffects
Assembly: NXOpen.dll
Syntax
public class ViewVisualizationSpecialEffects : NXRemotableObject, IMessageSink
Constructors
ViewVisualizationSpecialEffects(View)
Declaration
protected ViewVisualizationSpecialEffects(View owner)
Parameters
Type |
Name |
Description |
View |
owner |
|
Properties
FogBackValue
Declaration
public int FogBackValue { get; set; }
Property Value
FogBackgroundColor
Declaration
public bool FogBackgroundColor { get; set; }
Property Value
FogColorHLSValue
Declaration
public ViewVisualizationSpecialEffects.ColorHLS FogColorHLSValue { get; set; }
Property Value
FogColorHSVValue
Declaration
public ViewVisualizationSpecialEffects.ColorHSV FogColorHSVValue { get; set; }
Property Value
FogColorRGBValue
Declaration
public ViewVisualizationSpecialEffects.ColorRGB FogColorRGBValue { get; set; }
Property Value
FogFrontValue
Declaration
public int FogFrontValue { get; set; }
Property Value
FogRateValue
Declaration
public int FogRateValue { get; set; }
Property Value
FogSetting
Declaration
public ViewVisualizationSpecialEffects.FogType FogSetting { get; set; }
Property Value
FogSettingOption
Declaration
public bool FogSettingOption { get; set; }
Property Value
Tag
Declaration
Property Value
Methods
UpdateFogDisplay(FogData)
Declaration
public void UpdateFogDisplay(ViewVisualizationSpecialEffects.FogData fogData)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink