EXPORT SOLIDWORKS
From Macros Wiki
Jump to navigationJump to search
Command
- EXPORT_SOLIDWORKS <filename>, [<version>]
- Export a SolidWorks file.
Parameters
- <filename>
- Filename as either text in double quotes, or a text variable.
- If the filename does not contain full path information, then the file will be opened in the same folder as the macro.
- [<version>]
- 0 = latest version, (default)
- Set to 80, 90, 100, 114 etc, for version 8.0, 9.0, 10.0, 11.4, etc.
Example
- EXPORT_SOLIDWORKS myFile$