From: Bruce S. <bas...@un...> - 2002-08-02 12:56:52
|
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 > |