tag_t (tag_t类型) | boundary_tag | Input(输入) | the tag for the boundary |
UF_BOUND_all_data_t * | boundary_data | Output to be freed 输出并释放 | all of the data associated with the boundary. The function will allocate memory for members_data. This memory should be freed when no longer needed by UF_free() |
tag_t (tag_t类型) | object | Input(输入) | The object identifier to be queried. |
int * (整数型指针) | no_of_members | Output(输出) | The number of boundaries that this object is in. |
int (整数型) | open_closed_flag | Input(输入) | the boundary is a open or closed boundary. UF_BOUND_OPEN: the boundary is open. UF_BOUND_CLOSED: the boundary is closed. |
tag_t (tag_t类型) | view_tag | Input(输入) | view tag for mapping on a drawing. NULL_TAG -- No particular view to be specified |
UF_BOUND_tolerance_t | tol | Input(输入) | specified boundary tolerance |
unsigned int | num_members | Input(输入) | number of objects in the object list to construct the boundary |
UF_BOUND_object_t | object_list [ ] | Input(输入) | object list to construct the boundary |
tag_t * (tag_t型的指针) | bound_tag | Output(输出) | tag of created boundary object |