iCAx开思工具箱

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 24183|回复: 1
打印 上一主题 下一主题

奇怪的问题,谁有解决办法?

[复制链接]
跳转到指定楼层
楼主
发表于 2006-4-10 19:26:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册登录,享用更多网站功能!

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

x
我用export功能把一个part中的solid body放到另一个part中去,然后打开,调用api写的程序,想看看这个solid有多少面片,结果总是0,郁闷, 那位师兄有解决办法告诉一下

ug例程主要代码如下:

tag_t workPart = UF_ASSEM_ask_work_part();   //get the work part tag,assure there is only one
char msg[133]; msg;

tag_t solid = NULL_TAG;
int type, sub_type, body_type;  
tag_t solid_proto;
                 
while( solid == NULL_TAG )
{
UF_OBJ_cycle_objs_in_part( workPart, UF_solid_type, &solid );

UF_OBJ_ask_type_and_subtype( solid, &type, &sub_type );

if( sub_type == UF_solid_body_subtype )
{
         UF_MODL_ask_body_type (solid, &body_type );
         if( body_type == UF_MODL_SOLID_BODY )
                 break;   // get one solid object and go out of loop
}
}

if( solid != NULL_TAG )
uc1601( "hoho, got it ", 1 ); //just for a pause
       
int count;
uf_list_p_t face_list;
UF_MODL_create_list( &face_list );
UF_MODL_ask_body_faces( solid, &face_list );
UF_MODL_ask_list_count( face_list, &count );

sprintf(msg, "face num: %d", count ); uc1601( msg, 1 );
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 支持支持
沙发
发表于 2006-4-12 14:43:41 | 只看该作者

马上注册登录,享用更多网站功能!

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

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手板模型制作,在线3D打印服务

QQ|小黑屋|手机版|开思工具箱 CAD工具箱_CAM工具箱  

GMT+8, 2024-11-16 20:54 , Processed in 0.016113 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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