Class DisplayableObject
Inheritance
DisplayableObject
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class DisplayableObject : NXObject, IMessageSink, IFitTo, INXObject
Constructors
DisplayableObject()
Declaration
protected DisplayableObject()
Properties
Color
Declaration
public int Color { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
IsBlanked
Declaration
public bool IsBlanked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Layer
Declaration
public int Layer { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LineFont
Declaration
public DisplayableObject.ObjectFont LineFont { get; set; }
Property Value
| Type | Description |
|---|---|
| DisplayableObject.ObjectFont |
LineWidth
Declaration
public DisplayableObject.ObjectWidth LineWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| DisplayableObject.ObjectWidth |
NameLocation
Declaration
public Point3d NameLocation { get; }
Property Value
| Type | Description |
|---|---|
| Point3d |
Methods
Blank()
Declaration
public void Blank()
Highlight()
Declaration
public void Highlight()
RedisplayObject()
Declaration
public void RedisplayObject()
RemoveViewDependency()
Declaration
public void RemoveViewDependency()
SetNameLocation(Point3d)
Declaration
public void SetNameLocation(Point3d location)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3d | location |
Unblank()
Declaration
public void Unblank()
Unhighlight()
Declaration
public void Unhighlight()
Implements
System.Runtime.Remoting.Messaging.IMessageSink