From: Toan N. <ttn...@ph...> - 2002-06-13 22:14:31
|
Thanks. That works for me. On Thu, 13 Jun 2002, Bruce Sherwood wrote: > There is a simpler way to make all the objects in a frame be > invisible: > > f = frame() > ball = sphere(frame=f) > carton = box() > for obj in f.objects: > obj.visible = 0 > > I see that there is something missing from the Visual documentation -- > it doesn't tell you that "objects" is an attribute of a frame. I'll > fix that. > > Bruce Sherwood > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |