This is pretty neat. I think the ability to combine the visual and command line/computational aspects of geometry would make it much easier to work with.
Aaron Meurer On Sep 10, 2010, at 2:04 AM, [email protected] wrote: > Hi all, > I have finish the PythonCAD sympy integration for the geometry module. > you can draw the entity with PythonCAD and have an array of sympy object > or you can provide an array of sympy object to PythonCAD. > > I have uploaded a video on the following link so you can see how the > integration works. > http://www.youtube.com/watch?v=FnxRDj4qyc4 > > I hope this could be useful for someone > > Regards, > Matteo > > > > > > > > From: [email protected] > To: [email protected] > Cc: > Date: Wed, 8 Sep 2010 09:56:00 -0700 > Subject: Re: [sympy] PythonCAD sympy integration > > > 2010/9/8 Aaron S. Meurer : > > >> On Sep 8, 2010, at 3:32 AM, [email protected] wrote: > > >> > > >> Hi all, > > >> I'm working on a project named PythonCAD, that is a 2d cad program > > >> written > > >> in python using the pyqt interface > > >> I use geometry module from sympy to compute the operation between > > >> entity.. > > >> such intersection ...unit mesure .. > > >> I have in my entity class structure some method that can easily convert > > >> sympy geometrical object to PythonCAD object and vice versa. > > >> With a minimum effort I can provide an easy way to plot the sympy > > >> geometrical entity into PythonCAD drawing area using a command line input > > >> text. > > >> > > >> I think that visualize in real time geometrical object will help the > > >> user to > > >> understand the geometrical problems. > > >> > > >> Let me know this feature can be of any help for sympy project > > > > > > This sounds like it could be an interesting idea. Right now, there is no > > > way to plot geometry objects, unless I am mistaken. > > > What is your opinion, Ondrej? > > > > Yes, we should have the plotting capability in sympy. At least for > > matplotlib. What plotting library are you using? > > > > Maybe there is some way to abstract the plotting, so that some things > > can be in sympy. > > > > > > Ondrej > > > > -- > > You received this message because you are subscribed to the Google Groups > > "sympy" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/sympy?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
