Class DisplayModification
Inheritance
System.Object
System.MarshalByRefObject
DisplayModification
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class DisplayModification : TransientObject, IMessageSink, IDisposable
Constructors
DisplayModification(IntPtr)
Declaration
protected DisplayModification(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
ApplyToAllFaces
Declaration
public bool ApplyToAllFaces { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ApplyToOwningParts
Declaration
public bool ApplyToOwningParts { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FaceAnalysisMode
Declaration
public bool FaceAnalysisMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KnotDisplayState
Declaration
public bool KnotDisplayState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NewColor
Declaration
public int NewColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewFont
Declaration
public DisplayableObject.ObjectFont NewFont { get; set; }
Property Value
Type | Description |
---|---|
DisplayableObject.ObjectFont |
NewLayer
Declaration
public int NewLayer { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewTranslucency
Declaration
public int NewTranslucency { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewWidth
Declaration
public DisplayableObject.ObjectWidth NewWidth { get; set; }
Property Value
Type | Description |
---|---|
DisplayableObject.ObjectWidth |
PartiallyShaded
Declaration
public bool PartiallyShaded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PoleDisplayState
Declaration
public bool PoleDisplayState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Apply(DisplayableObject[])
Declaration
public void Apply(DisplayableObject[] objects)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | objects |
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetNewGrid(out Int32, out Int32)
Declaration
public void GetNewGrid(out int uGrid, out int vGrid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | uGrid | |
System.Int32 | vGrid |
SetNewGrid(Int32, Int32)
Declaration
public void SetNewGrid(int uGrid, int vGrid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | uGrid | |
System.Int32 | vGrid |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable