IMPORT OPTION: 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=IMPORT_OPTION <parameter>, <value>
{{Command|syntax=IMPORT_OPTION <parameter>, <value>
|description=*DESCRPTION*
|description=:Set import options used by [[IMPORT_IGES]] and [[IMPORT_DXF]] import commands.


|param1=<parameter>|param1_desc= {{File_Parameters}}
|param1=<parameter>|param1_desc={{File_Import_Parameters}}
|param2=<value>|param2_desc={{value}}
|param2=<value>|param2_desc={{value}}
}}
}}


===Example===
===Example===
:- IMPORT_OPTION
: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

Up

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