UF_MODL_ask_impr_edges
Defined in: uf_modl_simplify.h
int UF_MODL_ask_impr_edges(tag_t feature_tag, int * n_edges, tag_t * * edges )
overview 概述
For any imprint feature, return an array containing the edges created by it. Only edges with associated geometry will be returned.
对于任何压印特性,返回一个包含由它创建的边缘的数组。只返回具有关联几何形状的边。
UFUN例子
获取源码例子请搜索 里海NX二次开发3000例专栏
parameters 参数
| tag_t | feature_tag | Input | The imprint feature 印记特征 |
| int * | n_edges | Output | The number of edges created by the imprint feature 由压印特征创建的边数 |
| tag_t * * | edges | Output to UF_free | The array of edges created by the imprint feature. This must be freed by calling UF_free. 压印特性创建的边数组。这必须通过调用 UF _ free 来释放。 |