From: IVES,THOM (HP-Boise,ex1) <tho...@hp...> - 2002-08-02 14:47:00
|
Dave's steps do run without error in my case, but when I try to reorient with f.axis = (new axis tuple) I get no movement. I am still wondering if there is some special steps I need to take within the class that I am creating. Thom -----Original Message----- From: Bruce Sherwood [mailto:bas...@un...] Sent: Friday, August 02, 2002 6:57 AM To: vpusers Subject: Fw: [Visualpython-users] Frames in User Created Classes... Oops! I stand corrected. You can indeed assign an existing object to a frame. Thanks, Dave! ----- Original Message ----- From: "Dave Scherer" <da...@vi...> To: <bas...@un...> Sent: Friday, August 02, 2002 8:33 AM Subject: Re: [Visualpython-users] Frames in User Created Classes... > Yes there is! > > s = sphere() > f = frame() > s.frame=f > f.pos=(2,0,0) > > Sphere displays at X=2. > > Dave > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Visualpython-users mailing list Vis...@li... https://lists.sourceforge.net/lists/listinfo/visualpython-users |