使用局部旋转MaxScript将对象与法线对齐

时间:2018-07-04 12:21:42

标签: 3d alignment maxscript

我的脚本像这样使对象面对面对齐:https://i.imgur.com/SggAqvx.png

但是我需要得到这个:https://i.imgur.com/gmuYhav.png

我使用了一个代码:

faces = (polyOp.getFaceSelection $Box001) as array
face = faces[1]
theMatrix = matrixFromNormal(polyOp.getFaceNormal $Box001 face)
theMatrix.row4 = polyOp.getFaceCenter $Box001 face
$object.transform = theMatrix

帮帮我,朋友:)

0 个答案:

没有答案