From: Bruce S. <bas...@nc...> - 2010-07-17 18:12:47
|
In the contributed section of vpython.org there is this: New objects <http://vpython.org/contents/contributed/bodies.py>: hollow tube, frustum (cone with tip cut off), and partial sphere (Thom Ives) These objects depend on the very general faces object, which in principle can be used to build anything but in practice can be effortful. I'll mention in this context that thanks to the work of Kadir Haldenbilen that led to the new 3D text object, plus some additional experimenting he has been doing, he and I think it will be possible to augment the curve object to have an arbitrary cross section, easily created, which can include holes. That's the good news. The bad news is that I'm consumed by other professional work for the next couple of months that will delay the attempt. Bruce Sherwood On Fri, Jul 16, 2010 at 11:16 PM, Robert French <rf...@rf...> wrote: > I would like to create a flat, circular plate that has a hole in it. It > seems like I could create a solid circular plate using "convex" with > sufficient points, or even "cylinder", but I can't figure out how to make > the center empty. Any thoughts? > > Thanks. > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |