【MaxScript】BoundingBoxの取得し最小値と最大値の位置にポイント配置
bb = NodeLocalBoundingBox $ | |
bmax = bb[2] | |
bmin = bb[1] | |
Point pos:bmax box:off cross:on | |
Point pos:bmin box:off cross:on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.