NX二次开发UF_MODL_ask_list_count 函数介绍

152 阅读1分钟

UF_MODL_ask_list_count

Defined in: uf_modl_utilities.h 
int UF_MODL_ask_list_count(uf_list_p_t list, int * count )

overview 概述

Retrieves the count from a linked list of objects. A list of objects may contain identifiers for bodies, features, faces, and edges. If one of the nodes in the list contains an object identifier that is a NULL_TAG, it is possible to receive an incorrect count.


从对象的链表中检索计数。对象列表可能包含身体、特征、面和边缘的标识符。如果列表中的一个节点包含一个 NULL _ TAG 对象标识符,则可能会收到不正确的计数。

UFUN例子

获取源码例子请搜索 里海NX二次开发3000例专栏

parameters 参数

uf_list_p_tlistInputList of object identifiers.
对象标识符列表。
int *countOutputCount of items in linked list.
链表中项的计数。