This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dxf2tad [2018/06/03 22:18] – admin | dxf2tad [2025/03/15 11:16] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| - Try to make the polyline only in layers (classes) they belong to. Polylines made on Layer 0 are to be avoided | - Try to make the polyline only in layers (classes) they belong to. Polylines made on Layer 0 are to be avoided | ||
| - | This is possible due to a utility included in the //bin// folder of your installation. It is a console (Command line driven) | + | This is possible due to a utility included in the //bin// folder of your installation. It is a console (Command line driven) |
| **Usage:** | **Usage:** | ||
| Line 17: | Line 17: | ||
| DXF_FILENAME OUTPUT_FILENAME | DXF_FILENAME OUTPUT_FILENAME | ||
| - | The objects found in the DXF will be created inside the opened model | + | The objects found in the DXF will be created inside the opened model within TAD. The data is saved to OUTPUT_FILENAME |
| - | within TAD. The data is saved to OUTPUT_FILENAME | + | |
| + | //Note: This program is called silently by TAD when you invoke the " | ||
| + | Designer Lite installation (in same ' | ||
| + | created | ||
| + | // | ||
| + | |||
| + | **IMPORTANT**\\ | ||
| + | Due to some silly problem with some anti-virus software, this utility is NOT included in the default installer of TAD. This utility was created with a new language called RED -- www.red-lang.org | ||
| + | |||
| + | For some reason, some anti-virus software do not recognize the signature produced by that compiler; and falsely marks the executable as problematic. | ||
| + | |||
| + | You can download it separately from here: https:// | ||
| + | the situation we faced; and if you feel that you can try it out then do so as per your own discretion. //(Note that we are quite sure that it has no virus or other problems) // | ||
| - | //Note: This program is called silently by TAD when you invoke the " | ||