IMPORT PARASOLID: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[:Category:File_Options|{{Up}}]]
{{Command|syntax=IMPORT_PARASOLID <filename>,
{{Command|syntax=IMPORT_PARASOLID <filename>,
|description=*DESCRPTION*
|description=:Import a parasolid file.


|param1=<filename>|param1_desc={{filename}}
|param1=<filename>|param1_desc={{filename}}
Line 6: Line 8:


===Example===
===Example===
:- IMPORT_PARASOLID
:IMPORT_PARASOLID myFile$


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

Latest revision as of 00:45, 13 January 2011

Up

Command

IMPORT_PARASOLID <filename>,


Import a parasolid 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.

Example

IMPORT_PARASOLID myFile$