NX二次开发UF_MODL_ask_body_features 函数介绍

220 阅读1分钟

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_tbody_idInputBody object id
身体对象 ID
int*features_countOutputNumber of features
特性数量
UF_MODL_features_p_t* *features_nodeOutput to UF_freefeatures_count Features node
Features 节点