Snap to lowest point of object

hi,
how can i test an object(poly\spline\proxy) to find its lowest point(on world Z) and
use this info to move objects to this point?

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
lnio's picture

thanks:)

thanks:)

miauu's picture

.

-- using the object's bounding box
lowestZ = selection[1].min.z

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.