dxf_input.inx revision ce0894ef51fa709efed8e91dd0f48b179391fee9
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
6c3e745a94ef6b25a4ef9f018d350a7535aa45afTed Gould <dependency type="executable" location="extensions">dxf_input.py</dependency>
6c3e745a94ef6b25a4ef9f018d350a7535aa45afTed Gould <dependency type="executable" location="extensions">inkex.py</dependency>
24020dd0f318c74a3513803fe3861f3799cd7d2calvinpenner <param name="auto" type="boolean" _gui-text="Use automatic scaling to size A4">true</param>
ce0894ef51fa709efed8e91dd0f48b179391fee9Kris <param name="scale" type="string" _gui-text="Or, use manual scale factor:">1.0</param>
ce0894ef51fa709efed8e91dd0f48b179391fee9Kris <param name="xmin" type="string" _gui-text="Manual x-axis origin (mm):">0.0</param>
ce0894ef51fa709efed8e91dd0f48b179391fee9Kris <param name="ymin" type="string" _gui-text="Manual y-axis origin (mm):">0.0</param>
77faba1a12267953e2d076c6e3f22cb5596c2c24Alvin Penner <param name="gcodetoolspoints" type="boolean" _gui-text="Gcodetools compatible point import">false</param>
24020dd0f318c74a3513803fe3861f3799cd7d2calvinpenner <param name="sep1" type="description">-------------------------------------------------------------------------</param>
ce0894ef51fa709efed8e91dd0f48b179391fee9Kris <param name="encoding" type="enum" _gui-text="Character encoding:">
ce0894ef51fa709efed8e91dd0f48b179391fee9Kris <param name="font" type="string" _gui-text="Text Font:">Arial</param>
2f23b1ab52f2251a9820a60987bc1c8c435c77e1buliabyak <_param name="inputhelp" type="description" xml:space="preserve">- AutoCAD Release 13 and newer.
24020dd0f318c74a3513803fe3861f3799cd7d2calvinpenner- assume dxf drawing is in mm.
24020dd0f318c74a3513803fe3861f3799cd7d2calvinpenner- assume svg drawing is in pixels, at 90 dpi.
33cf7e6df495ad964c508d6c6678a9e9cfa9e6cfAlvin Penner- scale factor and origin apply only to manual scaling.
2f23b1ab52f2251a9820a60987bc1c8c435c77e1buliabyak- layers are preserved only on File->Open, not Import.
2f23b1ab52f2251a9820a60987bc1c8c435c77e1buliabyak- limited support for BLOCKS, use AutoCAD Explode Blocks instead, if
Error!