NX二次开发UF_MODL_unform_features 函数介绍

88 阅读1分钟

UF_MODL_unform_features

Defined in: uf_modl_smd.h 
int UF_MODL_unform_features(const int n_features, const tag_t * const feature_tag_array, logical * const is_update_required )

overview 概述

This routine will set the state of an array of formable features so that the features will be fully unformed. The given feaure tags must be tags of Flange, Inset Flange, General Flange, SMBridge, or SMBend feature.

The caller of this routine may start an update cycle (if any of the features are not already in their fully unformed state) by using UF_MODL_update.


这个例程将设置一组可形成特性的状态,这样特性将完全未形成。给定的特性标记必须是法兰、插入法兰、通用法兰、 SMBridge 或 SMBend 特性的标记。此例程的调用方可以使用 UF _ MODL _ update 启动更新周期(如果任何特性尚未处于完全未形成的状态)。

UFUN例子

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

parameters 参数

const intn_featuresInputThe number of features tags in the array.
数组中的特性标记的数量。
const tag_t * constfeature_tag_arrayInputThe array of formable feature tags.
可形式化特征标记的数组。
logical * constis_update_requiredOutputIf update is required.
如果需要更新。