Description:

Retrieve RealtimeDisplayMode instance. If create is set to true then a new instance is created if not found, None is returned for false.

Syntax:
static public RealtimeDisplayMode GetRealtimeViewport(
IntPtr realtimeViewport,
bool create
)
Parameters:
  • realtimeViewport
  • Type: System.IntPtr
  • IntPtr
  • create
  • Type: bool
  • True to create if not found, False to return None if not found.
Returns:
Available since:
6.0

Description:

Retrieve RealtimeDisplayMode instance that the IntPtr refers to.

Syntax:
static public RealtimeDisplayMode GetRealtimeViewport(
IntPtr realtimeViewport
)
Parameters:
  • realtimeViewport
  • Type: System.IntPtr
  • IntPtr of the instance searched for. If the instance doesn't exist, a new one is created.
Returns:
Available since:
6.0

GetRealtimeViewport method

Class:  Rhino.Render.RealtimeDisplayMode

Nothing found