FileObjWriteOptions.ExportOpenMeshes Property

FileObjWriteOptionsExportOpenMeshes Property

Enable/Disable bailing when an open mesh is encountered.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool ExportOpenMeshes { get; set; }
Public Property ExportOpenMeshes As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also