Search Results for

    Show / Hide Table of Contents

    Class ViewVisualizationSpecialEffects

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ViewVisualizationSpecialEffects
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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

    FogBackValue

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

    FogBackgroundColor

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

    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
    int

    FogRateValue

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

    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
    bool

    Tag

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

    Methods

    UpdateFogDisplay(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