Class ViewDependentDisplayManager
Inheritance
System.Object
System.MarshalByRefObject
ViewDependentDisplayManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
Property Value
Methods
ApplySegmentEdit(DisplayableObject, NXColor, ViewDependentDisplayManager.Font, ViewDependentDisplayManager.Width, Double[], Double[])
Declaration
public void ApplySegmentEdit(DisplayableObject object, NXColor color, ViewDependentDisplayManager.Font font, ViewDependentDisplayManager.Width width, double[] segmentStart, double[] segmentEnd)
Parameters
ApplySegmentEdit(DisplayableObject, ViewDependentDisplayManager.Font, ViewDependentDisplayManager.Width, Double[], Double[])
Declaration
public void ApplySegmentEdit(DisplayableObject object, ViewDependentDisplayManager.Font font, ViewDependentDisplayManager.Width width, double[] segmentStart, double[] segmentEnd)
Parameters
ApplyShadeEdit(NXColor, ViewDependentDisplayManager.PartialShading, ViewDependentDisplayManager.Translucency, Int32, DisplayableObject[])
Declaration
public void ApplyShadeEdit(NXColor shadeColor, ViewDependentDisplayManager.PartialShading partialShading, ViewDependentDisplayManager.Translucency translucencyOption, int translucencyScale, DisplayableObject[] objects)
Parameters
ApplyShadeEdit(ViewDependentDisplayManager.PartialShading, ViewDependentDisplayManager.Translucency, Int32, DisplayableObject[])
Declaration
public void ApplyShadeEdit(ViewDependentDisplayManager.PartialShading partialShading, ViewDependentDisplayManager.Translucency translucencyOption, int translucencyScale, DisplayableObject[] objects)
Parameters
ApplyWireframeEdit(NXColor, ViewDependentDisplayManager.Font, ViewDependentDisplayManager.Width, DisplayableObject[])
Declaration
public void ApplyWireframeEdit(NXColor color, ViewDependentDisplayManager.Font font, ViewDependentDisplayManager.Width width, DisplayableObject[] objects)
Parameters
ApplyWireframeEdit(ViewDependentDisplayManager.Font, ViewDependentDisplayManager.Width, DisplayableObject[])
Declaration
public void ApplyWireframeEdit(ViewDependentDisplayManager.Font font, ViewDependentDisplayManager.Width width, DisplayableObject[] objects)
Parameters
Erase(DisplayableObject[])
Declaration
public void Erase(DisplayableObject[] objects)
Parameters
MoveToModel(DisplayableObject[])
Declaration
public void MoveToModel(DisplayableObject[] objects)
Parameters
MoveToView(DisplayableObject[])
Declaration
public void MoveToView(DisplayableObject[] objects)
Parameters
RemoveAllEdits()
Declaration
public void RemoveAllEdits()
RemoveEdit(DisplayableObject[])
Declaration
public void RemoveEdit(DisplayableObject[] objects)
Parameters
RemoveErasure(DisplayableObject[])
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.ViewDependentDisplayManager.RemoveErasureOnObjectAndSubobjects instead.")]
public void RemoveErasure(DisplayableObject[] objects)
Parameters
RemoveErasureOnObjectAndSubobjects(DisplayableObject[], Boolean)
Declaration
public void RemoveErasureOnObjectAndSubobjects(DisplayableObject[] objects, bool removeFromSubObjects)
Parameters
Type |
Name |
Description |
DisplayableObject[] |
objects |
|
System.Boolean |
removeFromSubObjects |
|
SetBackground(DisplayableObject[])
Declaration
public void SetBackground(DisplayableObject[] objects)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink