Bcc.SaveDocument
Bcc.SaveDocument()
NOTE: At this time this function will only work using BobCAD-CAM, and not the BobCAM for SOLIDWORKS or BobCAM for Rhino plug-ins.
Description
This function is utilized to save the active document with its current file extension. No Save dialog will be displayed.
NOTE: If this is a brand new document that has never been saved (does not have an existing file path), then nothing will happen with this function. Please use Bcc.SaveDocumentAs for this case.
Parameters
No input parameters are required for this function.
Return
Returns a boolean of true if the save was successful, otherwise returns false
Examples
-- Save the active document
Bcc.SaveDocument()