RhinoDocSaveAs Method (String, Int32, Boolean, Boolean, Boolean, Boolean) |
Save doc as a 3dm to a specified path
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public bool SaveAs(
string file3dmPath,
int version,
bool saveSmall,
bool saveTextures,
bool saveGeometryOnly,
bool savePluginData
)
Public Function SaveAs (
file3dmPath As String,
version As Integer,
saveSmall As Boolean,
saveTextures As Boolean,
saveGeometryOnly As Boolean,
savePluginData As Boolean
) As Boolean
Parameters
- file3dmPath
- Type: SystemString
[Missing <param name="file3dmPath"/> documentation for "M:Rhino.RhinoDoc.SaveAs(System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]
- version
- Type: SystemInt32
Rhino file version - saveSmall
- Type: SystemBoolean
whether to inlcude render meshes and preview image - saveTextures
- Type: SystemBoolean
whether to include the bitmap table - saveGeometryOnly
- Type: SystemBoolean
whether to write enything besides geometry - savePluginData
- Type: SystemBoolean
whether to write plugin user data
Return Value
Type:
Booleantrue on success
See Also