menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
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
home
/
Rhino
/
RhinoDoc
/
CreateHeadless
CreateHeadless method
Class:
Rhino.RhinoDoc
Nothing found