NX二次开发UF_MODL_ask_loop_list_count 函数介绍

41 阅读1分钟

UF_MODL_ask_loop_list_count

Defined in: uf_modl_utilities.h 
int UF_MODL_ask_loop_list_count(uf_loop_p_t list, int * count )

overview 概述

This routine returns the count of elements within a loop list specified by the user.


此例程返回用户指定的循环列表中的元素计数。

UFUN例子

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

parameters 参数

uf_loop_p_tlistInputPointer to a loop list
指向循环列表的指针
int *countOutputPointer to an int for the loop count
指向循环计数的整型数的指针