NX二次开发UF_MODL_ask_list_item 函数介绍

161 阅读1分钟

UF_MODL_ask_list_item

Defined in: uf_modl_utilities.h 
int UF_MODL_ask_list_item(uf_list_p_t list, int index, tag_t * object )

overview 概述

Retrieves an object from a linked list of objects. A list of objects may contain identifiers for bodies, features, faces, and edges. Normal C indexing is used; i.e., the list begins at zero.


从对象的链表中检索对象。对象列表可能包含身体、特征、面和边缘的标识符。使用普通的 C 索引; 也就是说,列表从零开始。

UFUN例子

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

parameters 参数

uf_list_p_tlistInputList of object identifiers.
对象标识符列表。
intindexInputCount into the list.
算在名单上。
tag_t *objectOutputObject to be located.
要定位的对象。