THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/03/2011 at 02:59, xxxxxxxx wrote:
Hello everybody,
How can I seperate the 3 vector Values to use elsewhere.
e.g.
boundingbox = activeobject.GetRad()
print boundingbox
# output: Vector(100.836, 35, 30)
I want to have the min and the Max Values as seperated Variables
e.g.
a = 100.836
b = 35
c = 30
thanks in advance
mogh