Import DXF

This is an oft requested feature! Unfortunately, TAD has a lot of internal concepts that do not fit well with a drafting software. However, if you are prepared to create a DXF file containing CLOSED polylines, then you can get those polylines imported into TAD

This is what you need to do in the DXF. The importer is rather strict about it, so make sure you followed all the instructions given below:

  1. Each object that would created in TAD will come from is own polyline. The name of the object and the class it belongs to would be based on the layer name which must be of the following format CLASNAME_OBJECTNAME i.e. there is an underscore between the classname and the object name
  2. The polyline should have an “elevation” and a “thickness” The elevation property is used in TAD as the level. The thickness is used as its height
  3. The polyline should be closed

CAVEATS