Re: [PythonCAD] newb - closed polyline

2007-05-10 Thread Carl Trachte
I've got the latest source from the subversion repository and I'm using it with Python 2.4 in Cygwin. What I can do is draw an open polyline, then draw a segment that snaps to the two polyline endpoints (the snap works as you, Art, described, and colors the snapped point location box a different

Re: [PythonCAD] newb - closed polyline

2007-05-10 Thread José Antonio Martín Prieto
I think that Carl is right. When you're drawing a polyline, the boxes that should appear around the endpoints does not appear until you finish the polyline. So I think there is no way to make a closed polyline. Jose. On 5/10/07, Carl Trachte <[EMAIL PROTECTED]> wrote: > I've got the latest source

Re: [PythonCAD] newb - closed polyline

2007-05-10 Thread Art Haas
On Thu, May 10, 2007 at 09:09:25AM -0700, Carl Trachte wrote: > I've got the latest source from the subversion repository and I'm using it > with Python 2.4 in Cygwin. > > What I can do is draw an open polyline, then draw a segment that snaps to > the two polyline endpoints (the snap works as you,