From: David S. <dsc...@vi...> - 2002-08-03 20:53:22
|
Changing the axis of the frame shouldn't do much (anything) to a sphere at the origin of the frame. Try a cylinder() instead to see what is happening. Do you have a specific piece of code that doesn't work? Dave > -----Original Message----- > From: vis...@li... > [mailto:vis...@li...] On > Behalf Of IVES,THOM (HP-Boise,ex1) > Sent: Friday, August 02, 2002 10:47 AM > To: vpusers > Subject: RE: [Visualpython-users] Frames in User Created Classes... > > > 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 > > > ------------------------------------------------------- > 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 > |