找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 16726|回复: 7
打印 上一主题 下一主题

[已解决] UG二次开发中如何根据FACE的TAG值取其EDGE列表

[复制链接]
跳转到指定楼层
1
发表于 2009-4-22 14:47:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
呵呵,新手请教各位高手。
在UG二次开发中,我已得到了PART中某个FACE的TAG值,用什么函数可取得该FACE的EDGE的列表或数组。
请高手指导。
谢谢。

本帖最后由 skyphantom 于 2009-4-26 07:03 编辑
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2009-4-22 17:04:50 | 只看该作者
UF_MODL_ask_face_edges

The input to UF_MODL_ask_face_edges is a single solid face. What
is returned is a list of solid edges associated to that face. The
handling of this list can be done by using the UF_MODL_*_list* routines.

If the face is an occurrence, then the return values are relative to the
occurrence, and not the prototype.



See Also



History
Modified in V15.0 to work relative to the occurrence.




extern int UF_MODL_ask_face_edges (
tag_t face,
uf_list_p_t * edge_list );

tag_t  face Input Face object identifier
uf_list_p_t *  edge_list Output to be freed Address of a pointer to a list of Edge object
identifiers. Use UF_MODL_delete_list to free
space allocated for this linked list.

Environment
Internal and External
3
发表于 2009-4-22 17:08:17 | 只看该作者
呵呵,已自己解决。
使用函数UG_MODEL_ASK_FACE_EDGES
4
发表于 2009-4-22 17:09:38 | 只看该作者
呵呵,已自己解决。
使用函数UG_MODEL_ASK_FACE_EDGES
5
发表于 2009-4-25 07:39:00 | 只看该作者
谢谢二楼的哥们详尽解释,另外问一下:If the face is an occurrence,其中的“occurrence”如何理解。
谢谢。
6
发表于 2009-4-25 08:30:01 | 只看该作者
面可以是在当前显示部件,也可以使在子装配的部件中
7
发表于 2009-4-25 09:20:46 | 只看该作者
NXOpen::Face 类里面有GetEdges()函数可以得到
8
发表于 2009-4-26 06:46:18 | 只看该作者
感谢cam-yp 和tangxu12两位  高手指导。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-28 09:05 , Processed in 0.023999 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表