EXPORT SOLIDWORKS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 2: Line 2:


{{Command|syntax=EXPORT_SOLIDWORKS <filename>, [<version>]  
{{Command|syntax=EXPORT_SOLIDWORKS <filename>, [<version>]  
|description=*DESCRPTION*
|description=:Export a SolidWorks file.


|param1=<filename>|param1_desc={{filename}}
|param1=<filename>|param1_desc={{filename}}
Line 9: Line 9:


===Example===
===Example===
:EXPORT_SOLIDWORKS
:EXPORT_SOLIDWORKS myFile$


[[Category:File_Options]]
[[Category:File_Options]]

Revision as of 00:48, 13 January 2011

Up

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)
80, 90, 100, 114 etc, = 8.0, 9.0, 10.0, 11.4, etc.

Example

EXPORT_SOLIDWORKS myFile$