EXPORT SOLIDWORKS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|param1=<filename>|param1_desc={{filename}} | |param1=<filename>|param1_desc={{filename}} | ||
|param2=[<version>]|param2_desc= | |param2=[<version>]|param2_desc=0 = latest version, (default)<br> | ||
:Set to 80, 90, 100, 114 etc, for version 8.0, 9.0, 10.0, 11.4, etc. | |||
}} | }} | ||
Latest revision as of 00:49, 13 January 2011
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$