libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

add api errors

Open rurban opened this issue 6 months ago • 0 comments

prepare test:

cd test/unit-testing
LIBREDWG_DEBUG=-1 ./add_test

check if created dwg's are valid:

for d in add_*_2000.dwg; do ../../oda $d; done
  • [x] 3dface
  • [x] arc
  • [x] attrib
  • [ ] box Object improperly read AcDb3dSolid(27) Object of class AcDbProxyObject can't be cast to AcDbEntity
  • [x] circle
  • [ ] cone Object improperly read AcDb3dSolid(27) Object of class AcDbProxyObject can't be cast to AcDbEntity
  • [ ] cylinder Object improperly read AcDb3dSolid(27) Object of class AcDbProxyObject can't be cast to AcDbEntity
  • [x] dict
  • [x] dictwdflt
  • [x] dim3pt Object of class AcDbDimStyleTableRecord can't be cast to AcDbEntity
  • [x] dimali Object of class AcDbDimStyleTableRecord can't be cast to AcDbEntity
  • [x] dimang Object of class AcDbDimStyleTableRecord can't be cast to AcDbEntity
  • [x] dimdia Object of class AcDbDimStyleTableRecord can't be cast to AcDbEntity
  • [x] dimlin Object of class AcDbDimStyleTableRecord can't be cast to AcDbEntity
  • [x] dimord Object of class AcDbDimStyleTableRecord can't be cast to AcDbEntity
  • [x] dimrad Object of class AcDbDimStyleTableRecord can't be cast to AcDbEntity
  • [x] dimstyle
  • [x] ellipse
  • [x] hatch
  • [x] insert
  • [x] layout Object of class AcDbLayout can't be cast to AcDbEntity
  • [x] leader Object of class AcDbDimStyleTableRecord can't be cast to AcDbEntity
  • [x] line
  • [x] lwpline
  • [x] minsert
  • [x] mline
  • [x] mlstyle
  • [x] mtext
  • [x] ole2frame
  • [x] pdfdef1
  • [x] pdfdef2
  • [x] pdfdef3
  • [x] pdfunderlay
  • [x] pface
  • [x] pl2d
  • [x] pl3d
  • [x] pmesh
  • [x] point
  • [x] ray
  • [x] region
  • [x] shape
  • [x] solid
  • [ ] sphere Object improperly read AcDb3dSolid(27) Object of class AcDbProxyObject can't be cast to AcDbEntity
  • [x] spline
  • [x] text
  • [x] tolerance
  • [ ] torus Object improperly read AcDb3dSolid(27) Object of class AcDbProxyObject can't be cast to AcDbEntity
  • [x] trace
  • [x] ucs
  • [x] vba
  • [x] viewport
  • [ ] wedge Object improperly read AcDb3dSolid(27) Object of class AcDbProxyObject can't be cast to AcDbEntity
  • [x] wipeoutvars
  • [x] xline
  • [x] xrecord

rurban avatar May 15 '25 11:05 rurban