Can someone explain how to control where (a point, text, etc) gets added in relation to a bounding box?
If this is the bottom-center of a 3D bbox:
bot_ctr_pt=(bb[0]+bb[2])/2
and this is the center-center of a 3D bbox:
(bb[0]+bb[6])/2
How does this work? Are the faces numbered? Can’t seem to find the magic search query to get an answer.
Thx-
Alan