C++
inline Acad::ErrorStatus acdbDxfOutAsR12( AcDbDatabase* pDb, const ACHAR* fileName, const int precision = 16 );
File
dbmain.h
Description
This function writes out a drawing database in the DXF file format corresponding to AutoCAD Release 12.
Note
The precision may also be set to -1 to change the output format from the default ASCII DXF format to the binary DXF format.
Parameters
Parameters | Description |
---|---|
pDb | Input pointer to the AcDbDatabase object to write out as a DXF file |
fileName | Input name of the new DXF file to create (the .dxf extension is not added automatically) |
precision | Input number of bits of accuracy, from 0 to 16 |