Description:

Creates a new RhinoDoc

Syntax:
public static RhinoDoc Create(
string modelTemplateFileName
)
Parameters:
  • modelTemplateFileName
  • Type: string
  • Name of a Rhino model to use as a template to initialize the document. If the template contains views, those views are created. If null, an empty document with no views is created
Returns:
Type: RhinoDoc
Available since:
6.4

Create method

Class:  Rhino.RhinoDoc

Nothing found