EXPORT SOLIDWORKS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Command|syntax=EXPORT_SOLIDWORKS <filename>, [<version>] | {{Command|syntax=EXPORT_SOLIDWORKS <filename>, [<version>] | ||
|description= | |description=:Export a SolidWorks file. | ||
|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. | |||
}} | }} | ||
===Example=== | ===Example=== | ||
:EXPORT_SOLIDWORKS | :EXPORT_SOLIDWORKS myFile$ | ||
[[Category:File_Options]] | [[Category:File_Options]] |
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$