IMPORT ACIS
From Macros Wiki
Jump to navigationJump to search
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