Skip to content

Instantly share code, notes, and snippets.

@whaison
Forked from deathponta/ShowBoundingBox.ms
Created February 19, 2017 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whaison/1029e7e087048d485ba59b9fc2e68ad1 to your computer and use it in GitHub Desktop.
Save whaison/1029e7e087048d485ba59b9fc2e68ad1 to your computer and use it in GitHub Desktop.
【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