Class DisplayManager
Inheritance
DisplayManager
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
Tag
Declaration
Property Value
Methods
BlankObjects(DisplayableObject[])
Declaration
public void BlankObjects(DisplayableObject[] objects)
Parameters
GetJ3dData()
Declaration
public DisplayManager.J3dData[] GetJ3dData()
Returns
GetJ3dGeometry(DisplayableObject, double, bool, out double[], out double[], out int[])
Declaration
public bool GetJ3dGeometry(DisplayableObject eid, double tolerance, bool wireframe, out double[] points, out double[] normals, out int[] pointsPerStrip)
Parameters
Returns
GetShowableHideableTypes()
Declaration
public string[] GetShowableHideableTypes()
Returns
HideByType(ShowHideType, 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
Returns
HideByType(string, ShowHideScope)
Declaration
public int HideByType(string type, DisplayManager.ShowHideScope scope)
Parameters
Returns
MakeUpToDate()
Declaration
public void MakeUpToDate()
NewDisplayModification()
Declaration
public DisplayModification NewDisplayModification()
Returns
ShowAdjacent(DisplayableObject[])
Declaration
public void ShowAdjacent(DisplayableObject[] objects)
Parameters
ShowByType(ShowHideType, 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
Returns
ShowByType(string, ShowHideScope)
Declaration
public int ShowByType(string type, DisplayManager.ShowHideScope scope)
Parameters
Returns
Declaration
public void ShowNodesRelatedToDisplayedElements(bool includeInteriorNodes)
Parameters
Type |
Name |
Description |
bool |
includeInteriorNodes |
|
ShowObjects(DisplayableObject[], LayerSetting)
Declaration
public void ShowObjects(DisplayableObject[] objects, DisplayManager.LayerSetting layerSetting)
Parameters
ShowOnly(DisplayableObject[])
Declaration
public void ShowOnly(DisplayableObject[] objects)
Parameters
UnblankObjects(DisplayableObject[])
Declaration
public void UnblankObjects(DisplayableObject[] objects)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink