Description:

Create a new headless RhinoDoc from a template file

Syntax:
public static RhinoDoc CreateHeadless(
string file3dmTemplatePath
)
Parameters:
  • file3dmTemplatePath
  • Type: string
  • Name of a Rhino model to use as a template to initialize the document. If null, an empty document is created
Returns:
Type: RhinoDoc
New RhinoDoc on success. Note that this is a "headless" RhinoDoc and it's lifetime is under your control.
Available since:
7.0

/
/
/
CreateHeadless

CreateHeadless method

Class:  Rhino.RhinoDoc

Nothing found