Skip to content

RhinoCore (.String., WindowStyle, IntPtr)

Public Constructor

Initializes a new instance of the RhinoCore class.

Namespace: Rhino.Runtime.InProcess

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**7.0

Syntax

public RhinoCore(
string[] args,
WindowStyle windowStyle,
IntPtr hostWnd
)

Parameters

args

Type:.System.String.
Rhino command line parameters

windowStyle

Type: Rhino.Runtime.InProcess.WindowStyle
Rhino main window initial style

hostWnd

Type:System.IntPtr
Host main window OS native handle

Remarks

For args documentation see “https://developer.rhino3d.com/guides/cpp/running-rhino-from-command-line/