Class SessionVisualizationVisual
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)
Namespace: NXOpen.Preferences
Assembly: NXOpenUI.dll
Syntax
public class SessionVisualizationVisual : NXRemotableObject, IMessageSink
Constructors
SessionVisualizationVisual(UI)
Declaration
protected SessionVisualizationVisual(UI owner)
Parameters
| Type | Name | Description |
|---|---|---|
| UI | owner |
Properties
FullSceneAntialiasing
Declaration
public bool FullSceneAntialiasing { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LineAntialiasing
Declaration
public bool LineAntialiasing { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Tag
Declaration
public Tag Tag { get; }
Property Value
| Type | Description |
|---|---|
| Tag |
Translucency
Declaration
public bool Translucency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
GetViewFromPoint(Int32, Int32, out View, out Point3d)
Declaration
public void GetViewFromPoint(int screenX, int screenY, out View view, out Point3d viewPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | screenX | |
| System.Int32 | screenY | |
| View | view | |
| Point3d | viewPoint |
Implements
System.Runtime.Remoting.Messaging.IMessageSink