[Pythoncad-developer] First testing on the new user interface and kernel of pythoncad
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Matteo B. <mat...@bo...> - 2010-05-20 15:31:53
|
Hi All, Starting from today we start to have the first R38 Pythoncad alfa version with new user interface and text command . The actual functionality are : 1) Import dxf (only arc segment and text) 2) Possibility to manage more document on the some application 3) ARC 4) SEGMENT 5) TEXT 6) CHAMFER 7) Pan with slider 8) Well zoom For testing the text command you can open a new document Go to Debug->debug Pycad New window will be opened . You can type the following command s: Documents (Prompt all the document path) CHAMFER TEXT EntExsist(check if an entity with a given id exsist) ARC GetEnts (Prompt the id of all the entity) CreateStyle (Create a new style object on the current document) SEGMENT GetActiveDoc (Get the name of the active doc) The user interface is now changed in QT.. so you need to install the pyqt module. No other reference will be needed. This is a very empty user interface .. in the following month I hope to have some more functionality .. I'm here for any doubt and question. Regards, Matteo |