Struct ViewVisualizationSpecialEffects.FogData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Preferences
Assembly: NXOpen.dll
Syntax
public struct FogData
Fields
FogColor
Declaration
public ViewVisualizationSpecialEffects.ColorRGB FogColor
Field Value
Type | Description |
---|---|
ViewVisualizationSpecialEffects.ColorRGB |
FogColorFlag
Declaration
public bool FogColorFlag
Field Value
Type | Description |
---|---|
System.Boolean |
FogDensity
Declaration
public double FogDensity
Field Value
Type | Description |
---|---|
System.Double |
FogEnd
Declaration
public double FogEnd
Field Value
Type | Description |
---|---|
System.Double |
FogMode
Declaration
public int FogMode
Field Value
Type | Description |
---|---|
System.Int32 |
FogStart
Declaration
public double FogStart
Field Value
Type | Description |
---|---|
System.Double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()