Click or drag to resize

RenderSettingsRenderingSources Enumeration

Rendering source (render directly from a NamedView or Snapshot)

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.1
Syntax
public enum RenderingSources
Members
  Member nameValueDescription
ActiveViewport0 Get the rendering view from the currently active viewport (as in all previous versions of Rhino)
SpecificViewport1 Get the rendering view from the named viewport (see NamedViewport below)
NamedView2 Get the rendering view from a specific named view (see NamedView below)
SnapShot3 Before rendering, restore the Snapshot specified in Snapshot below, then render.
See Also