UF_MODL_ask_inset_flange_parms
Defined in: uf_modl_smd.h
int UF_MODL_ask_inset_flange_parms(tag_t feature_tag, UF_MODL_inset_flange_data_p_t * parameters )
overview 概述
Returns the parameters of an existing straight-brake inset flange feature. Returns the thickness, width, angle, length, radius, and the independent taper angles for the left and right side of the feature, along with the inset distance and left and right reliefs for the feature. The memory for the structure is allocated by the routine and must be freed by the caller of the routine.
返回现有直制动器插入法兰特性的参数。返回特征的左右侧的厚度、宽度、角度、长度、半径和独立的锥度角,以及特征的插入距离和左右浮雕。结构的内存由例程分配,并且必须由例程的调用方释放。
UFUN例子
获取源码例子请搜索 里海NX二次开发3000例专栏
parameters 参数
tag_t | feature_tag | Input | Object identifier of an existing straight-brake inset flange feature. 现有直制动器插入法兰特性的对象标识符。 |
UF_MODL_inset_flange_data_p_t * | parameters | Output to UF_free | The parameters associated with the existing straight-brake inset flange feature. Use UF_free to deallocate memory. NEEDS FREE ROUTINE 与现有直制动器插入法兰特性有关的参数。使用 UF _ free 释放内存。需要自由活动 |