Search Results for

    Show / Hide Table of Contents

    Class ViewDependentDisplayManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ViewDependentDisplayManager
    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
    Assembly: NXOpen.dll
    Syntax
    public class ViewDependentDisplayManager : NXRemotableObject, IMessageSink

    Constructors

    ViewDependentDisplayManager(View)

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

    Properties

    Tag

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

    Methods

    ApplySegmentEdit(DisplayableObject, NXColor, Font, Width, double[], double[])

    Declaration
    public void ApplySegmentEdit(DisplayableObject @object, NXColor color, ViewDependentDisplayManager.Font font, ViewDependentDisplayManager.Width width, double[] segmentStart, double[] segmentEnd)
    Parameters
    Type Name Description
    DisplayableObject object
    NXColor color
    ViewDependentDisplayManager.Font font
    ViewDependentDisplayManager.Width width
    double[] segmentStart
    double[] segmentEnd

    ApplySegmentEdit(DisplayableObject, Font, Width, double[], double[])

    Declaration
    public void ApplySegmentEdit(DisplayableObject @object, ViewDependentDisplayManager.Font font, ViewDependentDisplayManager.Width width, double[] segmentStart, double[] segmentEnd)
    Parameters
    Type Name Description
    DisplayableObject object
    ViewDependentDisplayManager.Font font
    ViewDependentDisplayManager.Width width
    double[] segmentStart
    double[] segmentEnd

    ApplyShadeEdit(NXColor, PartialShading, Translucency, int, DisplayableObject[])

    Declaration
    public void ApplyShadeEdit(NXColor shadeColor, ViewDependentDisplayManager.PartialShading partialShading, ViewDependentDisplayManager.Translucency translucencyOption, int translucencyScale, DisplayableObject[] objects)
    Parameters
    Type Name Description
    NXColor shadeColor
    ViewDependentDisplayManager.PartialShading partialShading
    ViewDependentDisplayManager.Translucency translucencyOption
    int translucencyScale
    DisplayableObject[] objects

    ApplyShadeEdit(PartialShading, Translucency, int, DisplayableObject[])

    Declaration
    public void ApplyShadeEdit(ViewDependentDisplayManager.PartialShading partialShading, ViewDependentDisplayManager.Translucency translucencyOption, int translucencyScale, DisplayableObject[] objects)
    Parameters
    Type Name Description
    ViewDependentDisplayManager.PartialShading partialShading
    ViewDependentDisplayManager.Translucency translucencyOption
    int translucencyScale
    DisplayableObject[] objects

    ApplyWireframeEdit(NXColor, Font, Width, DisplayableObject[])

    Declaration
    public void ApplyWireframeEdit(NXColor color, ViewDependentDisplayManager.Font font, ViewDependentDisplayManager.Width width, DisplayableObject[] objects)
    Parameters
    Type Name Description
    NXColor color
    ViewDependentDisplayManager.Font font
    ViewDependentDisplayManager.Width width
    DisplayableObject[] objects

    ApplyWireframeEdit(Font, Width, DisplayableObject[])

    Declaration
    public void ApplyWireframeEdit(ViewDependentDisplayManager.Font font, ViewDependentDisplayManager.Width width, DisplayableObject[] objects)
    Parameters
    Type Name Description
    ViewDependentDisplayManager.Font font
    ViewDependentDisplayManager.Width width
    DisplayableObject[] objects

    Erase(DisplayableObject[])

    Declaration
    public void Erase(DisplayableObject[] objects)
    Parameters
    Type Name Description
    DisplayableObject[] objects

    MoveToModel(DisplayableObject[])

    Declaration
    public void MoveToModel(DisplayableObject[] objects)
    Parameters
    Type Name Description
    DisplayableObject[] objects

    MoveToView(DisplayableObject[])

    Declaration
    public void MoveToView(DisplayableObject[] objects)
    Parameters
    Type Name Description
    DisplayableObject[] objects

    RemoveAllEdits()

    Declaration
    public void RemoveAllEdits()

    RemoveEdit(DisplayableObject[])

    Declaration
    public void RemoveEdit(DisplayableObject[] objects)
    Parameters
    Type Name Description
    DisplayableObject[] objects

    RemoveErasure(DisplayableObject[])

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.ViewDependentDisplayManager.RemoveErasureOnObjectAndSubobjects instead.")]
    public void RemoveErasure(DisplayableObject[] objects)
    Parameters
    Type Name Description
    DisplayableObject[] objects

    RemoveErasureOnObjectAndSubobjects(DisplayableObject[], bool)

    Declaration
    public void RemoveErasureOnObjectAndSubobjects(DisplayableObject[] objects, bool removeFromSubObjects)
    Parameters
    Type Name Description
    DisplayableObject[] objects
    bool removeFromSubObjects

    SetBackground(DisplayableObject[])

    Declaration
    public void SetBackground(DisplayableObject[] objects)
    Parameters
    Type Name Description
    DisplayableObject[] objects

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX