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 > |