File3dmWrite Method (String, File3dmWriteOptions)

Writes contents of this model to an openNURBS archive. If the model is not valid, then Write will refuse to write it.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Write(
	string path,
	File3dmWriteOptions options
)
Public Function Write ( 
	path As String,
	options As File3dmWriteOptions
) As Boolean

Parameters

path
Type: SystemString
The file name to use for writing.
options
Type: Rhino.FileIOFile3dmWriteOptions
An options instance, or null for default.

Return Value

Type: Boolean
true if archive is written with no error. false if errors occur.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also