UF_MODL_ask_instances_of_feature
Defined in: uf_modl.h
int UF_MODL_ask_instances_of_feature(tag_t feature_tag, tag_t * * feature_patterns, int * n_feature_patterns )
overview 概述
Returns all instances of the given feature from "pattern" features, i.e. features of type LINEAR_PATTERN, CIRCULAR_PATTER, or MIRROR_SET.
从“ pattern”特性返回给定特性的所有实例,即类型为 LINEAR _ PATTERN、 CIRCULAR _ PATTER 或 MIRROR _ SET 的特性。
UFUN例子
获取源码例子请搜索 里海NX二次开发3000例专栏
parameters 参数
tag_t | feature_tag | Input | Tag of a feature 特写的标签 |
tag_t * * | feature_patterns | Output to UF_free | Array of feature instances. This array must be freed using UF_free 特性实例的数组。此数组必须使用 UF _ free 释放 |
int * | n_feature_patterns | Output | Number of feature patterns 特性模式的数量 |