Search Results for

    Show / Hide Table of Contents

    Class ViewVisualizationSpecialEffects

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    ViewVisualizationSpecialEffects
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class ViewVisualizationSpecialEffects : NXRemotableObject, IMessageSink

    Constructors

    ViewVisualizationSpecialEffects(View)

    Declaration
    protected ViewVisualizationSpecialEffects(View owner)
    Parameters
    Type Name Description
    View owner

    Properties

    FogBackgroundColor

    Declaration
    public bool FogBackgroundColor { get; set; }
    Property Value
    Type Description
    System.Boolean

    FogBackValue

    Declaration
    public int FogBackValue { get; set; }
    Property Value
    Type Description
    System.Int32

    FogColorHLSValue

    Declaration
    public ViewVisualizationSpecialEffects.ColorHLS FogColorHLSValue { get; set; }
    Property Value
    Type Description
    ViewVisualizationSpecialEffects.ColorHLS

    FogColorHSVValue

    Declaration
    public ViewVisualizationSpecialEffects.ColorHSV FogColorHSVValue { get; set; }
    Property Value
    Type Description
    ViewVisualizationSpecialEffects.ColorHSV

    FogColorRGBValue

    Declaration
    public ViewVisualizationSpecialEffects.ColorRGB FogColorRGBValue { get; set; }
    Property Value
    Type Description
    ViewVisualizationSpecialEffects.ColorRGB

    FogFrontValue

    Declaration
    public int FogFrontValue { get; set; }
    Property Value
    Type Description
    System.Int32

    FogRateValue

    Declaration
    public int FogRateValue { get; set; }
    Property Value
    Type Description
    System.Int32

    FogSetting

    Declaration
    public ViewVisualizationSpecialEffects.FogType FogSetting { get; set; }
    Property Value
    Type Description
    ViewVisualizationSpecialEffects.FogType

    FogSettingOption

    Declaration
    public bool FogSettingOption { get; set; }
    Property Value
    Type Description
    System.Boolean

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    UpdateFogDisplay(ViewVisualizationSpecialEffects.FogData)

    Declaration
    public void UpdateFogDisplay(ViewVisualizationSpecialEffects.FogData fogData)
    Parameters
    Type Name Description
    ViewVisualizationSpecialEffects.FogData fogData

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX