Class DisplayModification
Inheritance
DisplayModification
Assembly: NXOpen.dll
Syntax
public class DisplayModification : TransientObject, IMessageSink, IDisposable
Constructors
DisplayModification(nint)
Declaration
protected DisplayModification(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
ApplyToAllFaces
Declaration
public bool ApplyToAllFaces { get; set; }
Property Value
ApplyToOwningParts
Declaration
public bool ApplyToOwningParts { get; set; }
Property Value
FaceAnalysisMode
Declaration
public bool FaceAnalysisMode { get; set; }
Property Value
KnotDisplayState
Declaration
public bool KnotDisplayState { get; set; }
Property Value
NewColor
Declaration
public int NewColor { get; set; }
Property Value
NewFont
Declaration
public DisplayableObject.ObjectFont NewFont { get; set; }
Property Value
NewLayer
Declaration
public int NewLayer { get; set; }
Property Value
NewTranslucency
Declaration
public int NewTranslucency { get; set; }
Property Value
NewWidth
Declaration
public DisplayableObject.ObjectWidth NewWidth { get; set; }
Property Value
PartiallyShaded
Declaration
public bool PartiallyShaded { get; set; }
Property Value
PointShowThrough
Declaration
public bool PointShowThrough { get; set; }
Property Value
PointSymbol
Declaration
public int PointSymbol { get; set; }
Property Value
PoleDisplayState
Declaration
public bool PoleDisplayState { get; set; }
Property Value
ShowObjectName
Declaration
public bool ShowObjectName { get; set; }
Property Value
Methods
Apply(DisplayableObject[])
Declaration
public void Apply(DisplayableObject[] objects)
Parameters
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetNewGrid(out int, out int)
Declaration
public void GetNewGrid(out int uGrid, out int vGrid)
Parameters
Type |
Name |
Description |
int |
uGrid |
|
int |
vGrid |
|
SetNewGrid(int, int)
Declaration
public void SetNewGrid(int uGrid, int vGrid)
Parameters
Type |
Name |
Description |
int |
uGrid |
|
int |
vGrid |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink