IMPORT ACIS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[:Category:File_Options|{{Up}}]] | |||
{{Command|syntax=IMPORT_ACIS <filename>, <scale>, <unstitch>, <show dialog> | {{Command|syntax=IMPORT_ACIS <filename>, <scale>, <unstitch>, <show dialog> | ||
|description= | |description=:Import an ACIS file. | ||
|param1=<filename>|param1_desc={{filename}} | |param1=<filename>|param1_desc={{filename}} | ||
|param2=<scale>|param2_desc={{scale}} | |param2=<scale>|param2_desc={{scale}} | ||
|param3=<unstitch>|param3_desc= | |param3=<unstitch>|param3_desc=Set to to 1 to unstitch. | ||
|param4=<show dialog>|param4_desc= | |param4=<show dialog>|param4_desc=Set to 1 to show the import dialog. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :IMPORT_ACIS myFile$, 0, 1 | ||
[[Category:File_Options]] | [[Category:File_Options]] |
Latest revision as of 00:43, 13 January 2011
Command
- IMPORT_ACIS <filename>, <scale>, <unstitch>, <show dialog>
- Import an ACIS 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.
- <scale>
- The scale factor to be applied. 1 would be no scale, 0.5 half scale, 1.5 increase by 50%.
- <unstitch>
- Set to to 1 to unstitch.
- <show dialog>
- Set to 1 to show the import dialog.
Example
- IMPORT_ACIS myFile$, 0, 1