libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

dwgadd command readdwg "example_2000.dwg" not working

Open sharyuke opened this issue 1 year ago • 2 comments

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?

sharyuke avatar Oct 25 '24 06:10 sharyuke