Search Results for

    Show / Hide Table of Contents

    Class DisplayManager

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

    Constructors

    DisplayManager(Session)

    Declaration
    protected DisplayManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    FacetCacheMemoryLevel

    Declaration
    public DisplayManager.FacetCacheMemoryLevelType FacetCacheMemoryLevel { get; set; }
    Property Value
    Type Description
    DisplayManager.FacetCacheMemoryLevelType

    Tag

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

    Methods

    BlankObjects(DisplayableObject[])

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

    GetJ3dData()

    Declaration
    public DisplayManager.J3dData[] GetJ3dData()
    Returns
    Type Description
    DisplayManager.J3dData[]

    GetJ3dGeometry(DisplayableObject, Double, Boolean, out Double[], out Double[], out Int32[])

    Declaration
    public bool GetJ3dGeometry(DisplayableObject eid, double tolerance, bool wireframe, out double[] points, out double[] normals, out int[] pointsPerStrip)
    Parameters
    Type Name Description
    DisplayableObject eid
    System.Double tolerance
    System.Boolean wireframe
    System.Double[] points
    System.Double[] normals
    System.Int32[] pointsPerStrip
    Returns
    Type Description
    System.Boolean

    GetShowableHideableTypes()

    Declaration
    public string[] GetShowableHideableTypes()
    Returns
    Type Description
    System.String[]

    HideByType(DisplayManager.ShowHideType, DisplayManager.ShowHideScope)

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Use NXOpen.DisplayManager.HideByType that takes a string type instead. To find all registered ShowHideType strings use NXOpen.DisplayManager.GetShowableHideableTypes")]
    public int HideByType(DisplayManager.ShowHideType type, DisplayManager.ShowHideScope scope)
    Parameters
    Type Name Description
    DisplayManager.ShowHideType type
    DisplayManager.ShowHideScope scope
    Returns
    Type Description
    System.Int32

    HideByType(String, DisplayManager.ShowHideScope)

    Declaration
    public int HideByType(string type, DisplayManager.ShowHideScope scope)
    Parameters
    Type Name Description
    System.String type
    DisplayManager.ShowHideScope scope
    Returns
    Type Description
    System.Int32

    MakeUpToDate()

    Declaration
    public void MakeUpToDate()

    NewDisplayModification()

    Declaration
    public DisplayModification NewDisplayModification()
    Returns
    Type Description
    DisplayModification

    ShowAdjacent(DisplayableObject[])

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

    ShowByType(DisplayManager.ShowHideType, DisplayManager.ShowHideScope)

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Use NXOpen.DisplayManager.ShowByType that takes a string type instead. To find all registered ShowHideType strings use NXOpen.DisplayManager.GetShowableHideableTypes")]
    public int ShowByType(DisplayManager.ShowHideType type, DisplayManager.ShowHideScope scope)
    Parameters
    Type Name Description
    DisplayManager.ShowHideType type
    DisplayManager.ShowHideScope scope
    Returns
    Type Description
    System.Int32

    ShowByType(String, DisplayManager.ShowHideScope)

    Declaration
    public int ShowByType(string type, DisplayManager.ShowHideScope scope)
    Parameters
    Type Name Description
    System.String type
    DisplayManager.ShowHideScope scope
    Returns
    Type Description
    System.Int32

    ShowNodesRelatedToDisplayedElements(Boolean)

    Declaration
    public void ShowNodesRelatedToDisplayedElements(bool includeInteriorNodes)
    Parameters
    Type Name Description
    System.Boolean includeInteriorNodes

    ShowObjects(DisplayableObject[], DisplayManager.LayerSetting)

    Declaration
    public void ShowObjects(DisplayableObject[] objects, DisplayManager.LayerSetting layerSetting)
    Parameters
    Type Name Description
    DisplayableObject[] objects
    DisplayManager.LayerSetting layerSetting

    ShowOnly(DisplayableObject[])

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

    UnblankObjects(DisplayableObject[])

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

    Implements

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