Click or drag to resize

RhinoDocWrite3dmFile Method

Write information in this document to a .3dm file. Note, the active document's name will not be changed.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.5
Syntax
public bool Write3dmFile(
	string path,
	FileWriteOptions options
)

Parameters

path
Type: SystemString
The name of the .3dm file to write.
options
Type: Rhino.FileIOFileWriteOptions
The file writing options.

Return Value

Type: Boolean
true if successful, false on failure.
See Also