From: Ryan H. <rf...@ma...> - 2006-07-08 21:43:55
|
I have been unable to successfully use py2exe, even with the provided = sample programs. I imagine there is something relatively easy that I am = doing incorrectly. In the shell window I type "python setup.py py2exe" and get an error = saying "no commands supplied" I'd greatly appreciate any assistance anyone can offer. Thanks, Ryan Hoban rf...@ma... Mathematics Department University of Maryland |
From: Kuzminski, S. R <SKu...@fa...> - 2006-07-11 20:30:17
|
Hi, =20 I have a curve and would like to sweep it along a straight line to get a volume. Is this possible with vpython? =20 Thank you, Stefan Kuzminski =20 =20 =20 This email and any files transmitted with it are confidential, proprietar= y and intended solely for the individual or entity to whom they are address= ed. If you have received this email in error please delete it immediately. =0D |
From: Jonathan B. <jbr...@ea...> - 2006-07-11 23:26:15
|
On Tue, 2006-07-11 at 15:29 -0500, Kuzminski, Stefan R wrote: > Hi, > > > > I have a curve and would like to sweep it along a straight line to get > a volume. Is this possible with vpython? There is no existing "extrusion" primitive, however you can easily layer this feature on top of the faces object. HTH, -Jonathan |
From: Bruce S. <Bru...@nc...> - 2006-07-11 23:30:58
|
I guess you could repetively make copies slightly displaced from the previous curve, which would approximate a surface (or a volume if you did this in two directions of displacement). Bruce Sherwood Kuzminski, Stefan R wrote: > > Hi, > > > > I have a curve and would like to sweep it along a straight line to get > a volume. Is this possible with vpython? > > > > Thank you, > > Stefan Kuzminski > > > > > > > > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are addressed. > If you have received this email in error please delete it immediately. > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |
From: Kuzminski, S. R <SKu...@fa...> - 2006-07-12 00:42:41
|
Is there a way to retrieve the points interpolated by the curve?=20 Thanks, Stefan -----Original Message----- From: Bruce Sherwood [mailto:Bru...@nc...]=20 Sent: Tuesday, July 11, 2006 7:31 PM To: Kuzminski, Stefan R Cc: vis...@li... Subject: Re: [Visualpython-users] extrusions I guess you could repetively make copies slightly displaced from the=20 previous curve, which would approximate a surface (or a volume if you=20 did this in two directions of displacement). Bruce Sherwood Kuzminski, Stefan R wrote: > > Hi, > > =20 > > I have a curve and would like to sweep it along a straight line to get > a volume. Is this possible with vpython? > > =20 > > Thank you, > > Stefan Kuzminski > > =20 > > =20 > > =20 > > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are addressed. > If you have received this email in error please delete it immediately. > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ - > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users This email and any files transmitted with it are confidential, proprietar= y and intended solely for the individual or entity to whom they are address= ed. If you have received this email in error please delete it immediately. =0D |
From: Jonathan B. <jbr...@ea...> - 2006-07-12 02:14:08
|
On Tue, 2006-07-11 at 19:32 -0500, Kuzminski, Stefan R wrote: > Is there a way to retrieve the points interpolated by the curve? The points in a curve's pos array define a consecutive set of straight line segments (ie, simple linear interpolation). Does that answer your question? -Jonathan > Thanks, > Stefan > > -----Original Message----- > From: Bruce Sherwood [mailto:Bru...@nc...] > Sent: Tuesday, July 11, 2006 7:31 PM > To: Kuzminski, Stefan R > Cc: vis...@li... > Subject: Re: [Visualpython-users] extrusions > > I guess you could repetively make copies slightly displaced from the > previous curve, which would approximate a surface (or a volume if you > did this in two directions of displacement). > > Bruce Sherwood > > Kuzminski, Stefan R wrote: > > > > Hi, > > > > > > > > I have a curve and would like to sweep it along a straight line to get > > > a volume. Is this possible with vpython? > > > > > > > > Thank you, > > > > Stefan Kuzminski > > > > > > > > > > > > > > > > This email and any files transmitted with it are confidential, > proprietary > > and intended solely for the individual or entity to whom they are > addressed. > > If you have received this email in error please delete it immediately. > > > > > ------------------------------------------------------------------------ > > > > > > > ------------------------------------------------------------------------ > - > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Visualpython-users mailing list > > Vis...@li... > > https://lists.sourceforge.net/lists/listinfo/visualpython-users > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are addressed. > If you have received this email in error please delete it immediately. > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |
From: Bruce S. <Bru...@nc...> - 2006-07-12 14:15:13
|
And though it is mostly irrelevant to this question, I'll mention that if there are more than a thousand points on a curve, we actually display only a thousand of those points, approximately evenly spaced from start to end of the curve. This is necessary in order to maintain real-time displays. Bruce Sherwood Jonathan Brandmeyer wrote: > On Tue, 2006-07-11 at 19:32 -0500, Kuzminski, Stefan R wrote: > >> Is there a way to retrieve the points interpolated by the curve? >> > > The points in a curve's pos array define a consecutive set of straight > line segments (ie, simple linear interpolation). Does that answer your > question? > > -Jonathan > > >> Thanks, >> Stefan >> >> -----Original Message----- >> From: Bruce Sherwood [mailto:Bru...@nc...] >> Sent: Tuesday, July 11, 2006 7:31 PM >> To: Kuzminski, Stefan R >> Cc: vis...@li... >> Subject: Re: [Visualpython-users] extrusions >> >> I guess you could repetively make copies slightly displaced from the >> previous curve, which would approximate a surface (or a volume if you >> did this in two directions of displacement). >> >> Bruce Sherwood >> >> Kuzminski, Stefan R wrote: >> >>> Hi, >>> >>> >>> >>> I have a curve and would like to sweep it along a straight line to get >>> >>> a volume. Is this possible with vpython? >>> >>> >>> >>> Thank you, >>> >>> Stefan Kuzminski >>> >>> >>> >>> >>> >>> >>> >>> This email and any files transmitted with it are confidential, >>> >> proprietary >> >>> and intended solely for the individual or entity to whom they are >>> >> addressed. >> >>> If you have received this email in error please delete it immediately. >>> >>> >>> >> ------------------------------------------------------------------------ >> >>> >>> >> ------------------------------------------------------------------------ >> - >> >>> Using Tomcat but need to do more? Need to support web services, >>> >> security? >> >>> Get stuff done quickly with pre-integrated technology to make your job >>> >> easier >> >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> >> Geronimo >> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> >> ------------------------------------------------------------------------ >> >>> _______________________________________________ >>> Visualpython-users mailing list >>> Vis...@li... >>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>> >> This email and any files transmitted with it are confidential, proprietary >> and intended solely for the individual or entity to whom they are addressed. >> If you have received this email in error please delete it immediately. >> >> >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
From: Jonathan B. <jbr...@ea...> - 2006-07-13 01:00:26
|
On Wed, 2006-07-12 at 10:15 -0400, Bruce Sherwood wrote: > And though it is mostly irrelevant to this question, I'll mention that > if there are more than a thousand points on a curve, we actually display > only a thousand of those points, approximately evenly spaced from start > to end of the curve. This is necessary in order to maintain real-time > displays. 4.x doesn't do this any more. -Jonathan |