FileWriteOptions
Inheritance Hierarchy
System.Object
Rhino.FileIO.FileWriteOptions
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class FileWriteOptions : IDisposable
The FileWriteOptions type exposes the following members.
Constructors
Name
Description
Public Method
FileWriteOptions
Initializes a new instance of the FileWriteOptions class
Properties
Name
Description
Public Property
DestinationFileName
For use on Apple frameworks only. Returns the final destination file name.
Public Property
FileVersion
Public Property
IncludeBitmapTable
The file written should include the bitmap table if your File Writing Plug-in supports it.
Public Property
IncludeHistory
The file written should include history information if your File Writing Plug-In supports it.
Public Property
IncludePreviewImage
The file written should include a preview image if your File Writing Plug-in supports it.
Public Property
IncludeRenderMeshes
The file written should include the render meshes if your File Writing Plug-in supports it.
Public Property
OptionsDictionary
Additional read options.
Public Property
RhinoDoc
Source RhinoDoc that is being written
Public Property
SuppressAllInput
Public Property
SuppressDialogBoxes
If true, it means the command has been run with a ’-’, meaning you should not ask questions during writing. (no dialogs, no “getters”, etc.)
Public Property
UpdateDocumentPath
If a complete, current version, 3dm file is successfully saved, then the name of the file will be used to update the document’s default file path and title and document will be marked as not modified.
Public Property
WriteAsTemplate
Write as template
Public Property
WriteGeometryOnly
If true, the file written should include only geometry File Writing Plug-in supports it.
Public Property
WriteSelectedObjectsOnly
If true, this command should export only the objects currently selected in the Rhino model.
Public Property
WriteUserData
If true, the file written should include User Data if your File Writing Plug-in supports it.
Public Property
Xform
Methods
Name
Description
Public Method
Dispose.
Releases all resources used by the FileWriteOptions
Protected Method
Dispose(Boolean)
Releases the unmanaged resources used by the FileWriteOptions and optionally releases the managed resources
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
(Overrides Object.Finalize..)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)