V5 Wish List

 From:  pressure (PEER)
10114.428 In reply to 10114.420 
Michael,

I have two scripting requests:

1) A way to get the point at the center of an object. That is, the point that's shown when Object Snap > Center is on. In other words, something along the lines of propertiesPanel.radius. This is for changing the UV directions of a spherical face for hatching.

2) Harmonize the 5 bounding box methods by adding an optional coordinate frame parameter that defaults to the active cplane. Now, the properties panel bounding boxes are aligned with the cplane, but the others are aligned with world coordinates:
GeomObject.getBoundingBox()
ObjectList.getBoundingBox()
ObjectList.getHighAccuracyBoundingBox()

- Peer