Notifications
Clear all

[Closed] Create box at pivotpoint

Hi,
When I create a box with maxscript it puts the box on top of the coordinate system. The pivot point is in the center of the box. But I want de coordinates of the box to refer to the pivot point. When I create the box with pos 0 0 0 I want the pivotpoint to be on 0 0 0 and be in the center of the box. But I can not found out which options to set to reach my goal.
Thanks for helping!
Devoney

1 Reply

I think u mean this:

 b=box length:100 width:100 height:100 pos:[0,0,-50]
centerpivot b