Click or drag to resize

RealtimeDisplayModeSetView Method

Set ViewInfo for this RealtimeDisplayMode instance.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void SetView(
	ViewInfo view
)

Parameters

view
Type: Rhino.DocObjectsViewInfo
The ViewInfo to set for subsequent tests.
See Also