码迷,mamicode.com
首页 > 其他好文 > 详细

返回相关节点

时间:2015-10-06 23:29:24      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:

refs.dependentNodes <MAXObject> firstOnly: <bool> baseObjectOnly: <bool> 

Returns node(s) that are dependent on the specified MAXObject.

If firstOnly: is true, if no nodes are dependent on the specified MAXObject a value of ‘undefined‘ is returned, otherwise a MAXNode value corresponding to the first dependent node found is returned.

If firstOnly: is false or not specified, the return value is always an array.

If baseObjectOnly: is true, only nodes where the MAXObject is the base object will be returned.

Available in 3ds Max 2008 and higher. Previously available in the Avguard Extensions.

----------------------------

aa = refs.dependentNodes $.mat

返回相关节点

标签:

原文地址:http://www.cnblogs.com/guilt/p/4857956.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!