BCAD

Similar to TOP2DXF 10.1.14. Rather than reading an NEZ survey file, this program takes a BSEGY (*.seg) file for input, and outputs a DXF file suitable to be read by a cad program. The command line arguments are:
  bcad       infile   isw1   ilabel    txtsiz
  
 infile  =*.seg input file name 
 isw1    =switch to control limits 
        0=no limits header 
        1=limits based on min and max values 
 ilabel 0=no printing of point labels  
        1=print labels 
 txtsiz  =size of text in coord. units (float)

BCAD Example:
bcad c008.seg 1 1 1.0
qcad bcadc008.dxf

Figure 65: BCAD: DXF file edited, add some coordinates and labels. Editing DXF in QCAD, http://qcad.org/en/
\includegraphics[scale=.6]{Figurebcad.pdf}