[Pythoncad-developer] New Command from kernel
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Matteo B. <mat...@bo...> - 2010-03-27 07:25:16
|
Hi Gertwin, I have implemented some new feature from the kernel 1) getAllDrawingEntity He retrieve from the db all the drawing entity .. Segment Arc .... 2) haveDrawingEntitys this check only that the drawing have some entities .. it's a select count(*) phrase .. I have made some modification of your code to use this function instead using the getfromtype that is slower .. 3) the dxfReader and kernel now support Arc entities Regards, Matteo |