File3dm.Read Method (String)

File3dmRead Method (String)

Reads a 3dm file from a specified location.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static File3dm Read(
	string path
)
Public Shared Function Read ( 
	path As String
) As File3dm

Parameters

path
Type: SystemString
The file to read.

Return Value

Type: File3dm
new File3dm on success, null on error.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf path does not exist.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also