IMPORT OPTION: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=IMPORT_OPTION <parameter>, <value> | {{Command|syntax=IMPORT_OPTION <parameter>, <value> | ||
|description= | |description=:Set import options used by [[IMPORT_IGES]] and [[IMPORT_DXF]] import commands. | ||
|param1=<parameter>|param1_desc= {{ | |param1=<parameter>|param1_desc={{File_Import_Parameters}} | ||
|param2=<value>|param2_desc={{value}} | |param2=<value>|param2_desc={{value}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :IMPORT_OPTION PRESERVE_HVD, 1 | ||
:IMPORT_OPTION CONNECT_RANGE, 0.001 | |||
[[Category:File_Options]] | [[Category:File_Options]] |
Latest revision as of 15:30, 13 January 2011
Command
- IMPORT_OPTION <parameter>, <value>
- Set import options used by IMPORT_IGES and IMPORT_DXF import commands.
Parameters
- <parameter>
- File_Import_Parameters
- <value>
- Name of variable to be set by this command
Example
- IMPORT_OPTION PRESERVE_HVD, 1
- IMPORT_OPTION CONNECT_RANGE, 0.001