UF_MODL_unite_bodies
Defined in: uf_modl.h
int UF_MODL_unite_bodies(tag_t target, tag_t tool )
overview 概述
Unite two bodies.
UF_MODL_unite_bodies_with_retained_options honors the setting of the "Boolean Face Properties from" option of the Modeling Preferences dialog, but UF_MODL_unite_bodies always applies the display properties of the target body to new faces.
将两个身体连接起来。UF _ MODL _ united _ body _ with _ reserve _ options 在建模首选项对话框中设置“ Boolean Face Properties from”选项,但是 UF _ MODL _ united _ body 总是将目标主体的显示属性应用于新的面孔。
UFUN例子
获取源码例子请搜索 里海NX二次开发3000例专栏
parameters 参数
| tag_t | target | Input | Target and resultant body 目标和结果体 |
| tag_t | tool | Input | Tool body 工具身体 |