iCAx开思工具箱

标题: 请问:如何实现让程序实行删除PART文件中的实体,比如线等等 [打印本页]

作者: endiaons    时间: 2005-11-21 16:31
标题: 请问:如何实现让程序实行删除PART文件中的实体,比如线等等
等候佳音
作者: breezezhu    时间: 2005-11-22 19:39
To delete objects, we recommend:
Save the objects in an array and then perform the delete function using UF_OBJ_delete_array_of_objects after you have completed the cycling.
If you have multiple objects to delete, you should use the routine UF_OBJECT_delete_array_of_objects, as it will be much faster.

UF_OBJ_delete_object (tag_t object_id );
tag_t  object_id Input Object identifier of object to delete

UF_OBJ_delete_array_of_objects (int num_objects, tag_t object_id[ ], int ** statuses );
作者: endiaons    时间: 2005-11-23 11:34
具体的思路不太清楚现在




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3