From matteo.boscolo at boscolini.eu Wed Sep 8 09:10:12 2010 From: matteo.boscolo at boscolini.eu (matteo.boscolo at boscolini.eu) Date: Wed, 8 Sep 2010 09:10:12 +0200 Subject: [PythonCAD] Copy Move command development Message-ID: Hi all, Actually we have one command for managing copy/move of an object. during the command the application ask you if you wold like to perform a copy or a move operation.This seems to me, and from some feedback from users, to be very annoying because the user must? type C or M in the command line prompt? to perform copy or move. ? We can manage this problem in two ways. we can have two separated command one for copy and one for movewe can build a sort of smart pop up in the graphic area that let you chose one of the two optionsThe first solution it's the easier to implements but create a new toolbar button ..? and the user have to know that there is one command for copy one for move.. the second one takes long time to be implemented but once we have it we can extend it to the other command, and the user have just to click on the option near the mouse on the drawing areaso from my point of view I will prefer to implement? the second one. ? Can you give me some feedback from your point of view/experience ? ? I will appreciate a kindly replayRegards,Matteo ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From yndesai at gmail.com Wed Sep 8 09:33:52 2010 From: yndesai at gmail.com (Yagnesh Desai) Date: Wed, 8 Sep 2010 13:03:52 +0530 Subject: [PythonCAD] Copy Move command development In-Reply-To: References: Message-ID: Congratulations Matteo; For the launch. Its something which can take the activity in PythonCAD to next level. I find it highly developed within a short period of time on new kernel. Downloaded and installed on the windows and only one thing comes to my mind is that PythonCAD ROCKs . Will soon send you my feedback. I will now git it on my ubuntu 10.4 Cheers Yagnesh From safe at safemasters.co.nz Wed Sep 8 12:57:09 2010 From: safe at safemasters.co.nz (Fraser Burns) Date: Wed, 08 Sep 2010 22:57:09 +1200 Subject: [PythonCAD] Copy Move command development In-Reply-To: References: Message-ID: <4C876C05.4080909@safemasters.co.nz> A common technique that I have found useful is to drag the object while either the SHIFT or CTRL is held down to specify whether MOVE or COPY is the desired action. regards Fraser From matteo.boscolo at boscolini.eu Fri Sep 10 11:14:20 2010 From: matteo.boscolo at boscolini.eu (matteo.boscolo at boscolini.eu) Date: Fri, 10 Sep 2010 11:14:20 +0200 Subject: [PythonCAD] News : PythonCAD Sympy Integration Message-ID: Hi All,?Starting from the last commit, PythonCAD have an integration with the sympy module.This integration allows you to import sympy Geometrical object into PythonCAD?graphics?area,and get sympy object from PythonCAD.?To show you how it works, you can just click on the following link to see the youtube video that show this integration.http://www.youtube.com/watch?v=FnxRDj4qyc4??Regards,MatteoSympy:?http://code.google.com/p/sympy/PythonCAD:?http://www.sourceforge.net/projects/pythoncad?? -------------- next part -------------- An HTML attachment was scrubbed... URL: