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)
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
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
PartiallyShaded
Declaration
public bool PartiallyShaded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PointShowThrough
Declaration
public bool PointShowThrough { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PointSymbol
Declaration
public int PointSymbol { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PoleDisplayState
Declaration
public bool PoleDisplayState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowObjectName
Declaration
public bool ShowObjectName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Apply(DisplayableObject[])
Declaration
public void Apply(DisplayableObject[] objects)
Parameters
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