libredwg
libredwg copied to clipboard
dwgadd command readdwg "example_2000.dwg" not working
When I run dwgadd dwgadd.example, It seens working.
But when I remove # from front of example_2000.dwg. like below.
# example dwgadd file. strings are utf8 and must not exceed length 255
readdwg "example_2000.dwg"
#readdxf "example_2000.dxf"
#readjson "example_2000.json"
version 2000
HEADER.VIEWSIZE = 1.2345
HEADER.ANGBASE = 90
It says ERROR: readdwg seen, but DWG already exists
Can readdwg "example_2000.dwg" commant working? Or still planning?