[Pythoncad-developer] Structure change in the document command class
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Matteo B. <mat...@bo...> - 2010-04-16 07:04:55
|
Hi Team, I made some change at the R38 repository structure. The old code R37 for the entity command .. is moved in a new folder called oldGeneric . The ...kernel.commands.py file is now a Pakage colled Command so now the new stracture is: PythonCAD/Generic PythonCAD/Generic/Kernel PythonCAD/Generic/Kernel/Command PythonCAD/Generic/Kernel/Entity PythonCAD/Generic/OldGeneric PythonCAD/Generic/OldGeneric/Tools No change are required in your code if you are using the Application api interface. Regards, Matteo |