File3dmWriteWithLog Method (String, File3dmWriteOptions, String) |
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)
Since: 6.0
Syntax public bool WriteWithLog(
string path,
File3dmWriteOptions options,
out string errorLog
)
Public Function WriteWithLog (
path As String,
options As File3dmWriteOptions,
<OutAttribute> ByRef errorLog As String
) As Boolean
Parameters
- path
- Type: SystemString
The file name to use for writing. - options
- Type: Rhino.FileIOFile3dmWriteOptions
An options instance, or null for default. - errorLog
- Type: SystemString
This argument will be filled by out reference.
Return Value
Type:
Boolean
true if archive is written with no error.
false if errors occur.
See Also