Getting Object Dimensions
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 17/11/2004 at 09:10, xxxxxxxx wrote: User Information: 
 Cinema 4D Version: 8.100
 Platform: Mac OSX ;
 Language(s) : C++ ;--------- 
 In my plugin I would like to to get the dimensions of the selected object. For example, let's say a Cube is selected. How can I get the size x, y, and z of this Cube (in C++). The bounding box dimensions would be fine.
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 17/11/2004 at 13:16, xxxxxxxx wrote: op->GetRad() gives you the bounding box radius. 
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 18/11/2004 at 20:54, xxxxxxxx wrote: Thanks Katachi!