iCAx开思工具箱

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

请问遍历部件后的printf打印的东西都到哪里去了?

[复制链接]
跳转到指定楼层
楼主
发表于 2005-8-29 19:57:53 | 只看该作者 回帖奖励 |正序浏览 |阅读模式

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

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

x
关于模型中对象访问的问题,用printf打印后怎么找不到在哪里啊????
  
请各位大虾棒棒忙.下面是我的程序:
  
static int report( char *file, int line, char *call, int irc)  
{  
  if (irc)  
  {  
     char messg[133];  
     printf("%s, line %d: %s\n", file, line, call);  
     (UF_get_fail_message(irc, messg)) ?  
       printf(" returned a %d\n", irc) :  
       printf(" returned error %d: %s\n", irc, messg);  
  }  
  return(irc);  
}  
static void do_ugopen_api(void)  
{
  char part_fspec[MAX_FSPEC_SIZE+1], title0[MAX_FSPEC_SIZE+1];
  int curr_part,num_parts;
  int type;
  int count_1;
  tag_t part;
  tag_t feature;
  
  /*acquire the current  number of the chat's part*/
  num_parts=UF_PART_ask_num_parts();
  for(curr_part=0;curr_part<num_parts;curr_part++);
  {
  part=UF_PART_ask_nth_part(curr_part);
  UF_PART_ask_part_name(part,part_fspec);
  printf(title0,part_fspec);
  count_1=0;
  type=UF_feature_type;
  feature=NULL_TAG;
  /* BEGIN TO CYCLE.THE START POINT IS NULL_TAG*/
  UF_OBJ_cycle_objs_in_part(part,type,[$feature)]
  //the end point is NULL_TAG
  while (feature!=NULL_TAG)
  {
    count_1++;
    UF_OBJ_cycle_objs_in_part(part,type,[$feature)]
  }
  printf("UF_OBJ_cycle_objs_in_part shows %d features\n",count_1);
  }
  
}
  
void ufusr(char *param, int *retcode, int param_len)
{
  if (!UF_CALL(UF_initialize()))
  {
    do_ugopen_api();
    UF_CALL(UF_terminate());
  }
}
int ufusr_ask_unload(void)
{
  return (UF_UNLOAD_IMMEDIATELY);
}
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 支持支持
沙发
 楼主| 发表于 2005-8-29 20:11:21 | 只看该作者

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

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

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

本版积分规则

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

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

GMT+8, 2024-11-16 12:36 , Processed in 0.012697 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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