Description:

Import geometry into a RhinoDoc from a file. This can be any file format that Rhino can import

Syntax:
public bool Import(
string filePath,
ArchivableDictionary options
)
Returns:
Type: bool
Available since:
8.0

Description:

Import geometry into a RhinoDoc from a file. This can be any file format that Rhino can import

Syntax:
public bool Import(
string filePath
)
Returns:
Type: bool
True on success
Available since:
7.0

Import method

Class:  Rhino.RhinoDoc

Nothing found