Click or drag to resize

RhinoDocOpenHeadless Method

Opens a 3DM file into a new headless RhinoDoc.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static RhinoDoc OpenHeadless(
	string file3dmPath
)

Parameters

file3dmPath
Type: SystemString
Path of a Rhino model to load.

Return Value

Type: RhinoDoc

[Missing <returns> documentation for "M:Rhino.RhinoDoc.OpenHeadless(System.String)"]

See Also