Re: [PythonCAD] Consistency in operations in PythonCAD

2005-12-14 Thread Stuart Brorson
Hi -- > > but I'd like to hear from > > people familiar with other CAD packages, particularly AutoCAD, how > > similar operations are performed. Does the program require you to select > > entities first, or do you start some move command mode and then specify > > which entities will be moved? >

Re: [PythonCAD] Consistency in operations in PythonCAD

2005-12-14 Thread Art Haas
On Wed, Dec 14, 2005 at 07:28:04AM -0500, Stuart Brorson wrote: > Hi -- > > > > but I'd like to hear from > > > people familiar with other CAD packages, particularly AutoCAD, how > > > similar operations are performed. Does the program require you to select > > > entities first, or do you start s

Re: [PythonCAD] Consistency in operations in PythonCAD

2005-12-14 Thread Wilbert Knol
> > An alternative way - used by gschem - would be to use a > > combination of a keyboard hotkey (e.g. 'm' to move something) and > > a mouse click (to select the object). This is really quick. once > > you get the hang of it. > > PythonCAD now uses hotkeys. The first key is generally pressed > w