Skip to content

Instantly share code, notes, and snippets.

@deathponta
Created February 19, 2017 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deathponta/fa53ab8c446f76cab52a8ff4137c5f32 to your computer and use it in GitHub Desktop.
Save deathponta/fa53ab8c446f76cab52a8ff4137c5f32 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
@deathponta
Copy link
Author

boundingboxsize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment