When I try to set the radius property to something, it says "can't assign a
value to this property." So, clearly it's a protected property, but why???
Why shouldn't you be able to change the radius of a boundingsphere? I'm
using RB 2005 R4. If this is changed in 2006 I'm going to have to upgrade,
so please test it in 2006.

I'm sure i didn't do anything wrong. I tested it with this script on a
button:
dim b as new bounds3d(New Vector3d(10,5,2),10)
b.radius=5

I really can't see the reason why it's protected. I guess I'm going to have
to create a new bounds every time I wan't to change the radius.

btw, the bounds3d.center (vector3d)  is NOT being set on creation. If you
use my above script the center ends up NIL, and there is no way of changing
it because it also is a protected property. This means that you can't use
the bounds3d class *at all* for spheres. I don't want to be rude, but it
seems like some crappy coding to me.

Greetz, Maarten
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to