yucad3d

CadConvertAcadFile

Convert one DXF file to another (read + write through the clean-room DXF I/O).

std::int32_t CadConvertAcadFile ( const char* szInFile, const char* szOutFile );

Parameters

szInFile (const char*)
NUL-terminated UTF-8 string.
szOutFile (const char*)
NUL-terminated UTF-8 string.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also