UF_MODL_ask_body_features
Defined in: uf_modl.h
int UF_MODL_ask_body_features(tag_t body_id, int features_count, UF_MODL_features_p_t * features_node )**
overview 概述
Returns a tabulation of all features found organized by feature type showing the number of each type found and a total number of features in the body selected.
返回按特征类型组织的所有特征的列表,显示所找到的每种类型的数量以及所选主体中的特征总数。
UFUN例子
获取源码例子请搜索 里海NX二次开发3000例专栏
parameters 参数
| tag_t | body_id | Input | Body object id 身体对象 ID |
| int* | features_count | Output | Number of features 特性数量 |
| UF_MODL_features_p_t* * | features_node | Output to UF_free | features_count Features node Features 节点 |