UF_MODL_ask_hollow_data
Defined in: uf_modl_hollow.h
int UF_MODL_ask_hollow_data(tag_t feature_id, int * type, double * tolerance, char * * thickness, int * n_pierced_faces, tag_t * * pierced_faces, int * n_boundary_faces, tag_t * * boundary_faces, int * n_offset_faces, tag_t * * offset_faces, char * * * offset_thickness )
overview 概述
Ask the data for a hollow feature.
向数据索要一个空洞的特征。
UFUN例子
获取源码例子请搜索 里海NX二次开发3000例专栏
parameters 参数
| tag_t | feature_id | Input | Feature identifier 特征标识符 |
| int * | type | Input | Hollow type: 1 = face 2 = region 3 = body 空心型: 1 = 面2 = 区域3 = 体 |
| double * | tolerance | Output | Tolerance. 宽容。 |
| char * * | thickness | Output to UF_free | Default thickness. This must be freed by calling UF_free. 默认厚度。这必须通过调用 UF _ free 来释放。 |
| int * | n_pierced_faces | Output | Number of pierced faces 穿孔面数 |
| tag_t * * | pierced_faces | Output to UF_free | n_pierced_faces Array of pierced face identifiers. This array must be freed by calling UF_free. 穿孔脸标识符的数组。此数组必须通过调用 UF _ free 来释放。 |
| int * | n_boundary_faces | Output | Number of boundary faces 边界面数 |
| tag_t * * | boundary_faces | Output to UF_free | n_boundary_faces Array of boundary face identifers. This array must be freed by calling UF_free. 边界面标识符的数组。此数组必须通过调用 UF _ free 来释放。 |
| int * | n_offset_faces | Output | Number of offset faces 偏移面数 |
| tag_t * * | offset_faces | Output to UF_free | n_offset_faces Array of offset face ids. This array must be freed by calling UF_free. 偏移面 id 的数组。此数组必须通过调用 UF _ free 来释放。 |
| char * * * | offset_thickness | Output to UF_free | n_offset_faces Array of offset thickness expressions. This array must be freed by calling UF_free_string_array. 偏移量厚度表达式的数组。此数组必须通过调用 UF _ free _ string _ Array 来释放。 |