找回密码 注册 QQ登录
一站式解决方案

iCAx开思网

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

[求助] 关于ProAsmcompConstraintsGet

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

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

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

x
status=ProSelbufferSelectionsGet(&buff);
......
ProModelitem part_model_item;
ProSelectionModelitemGet(buff[0],&part_model_item);
......
ProAsmcompconstraint *p_constraints;
status=ProAsmcompConstraintsGet((ProModelitem*)&part_model_item,&p_constraints);
ProAsmcompconstraintTypeGet(p_constraints[0],&asm_type);

//ProAsmcompConstraintsGet返回值总是PRO_TK_INVALID_TYPE,不知是什么原因
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2010-11-20 18:37:10 | 只看该作者
應該就是你的ProSelection是有問題的
你可以把part_model_item.type印出來看看
3
发表于 2010-11-20 20:32:17 | 只看该作者
要先給*p_constraints分配内存
4
发表于 2010-11-22 18:11:21 | 只看该作者
谢谢楼上两位!
1.part_model_item.type的值为PRO_PART,后面我进行了类型转换
status=ProAsmcompConstraintsGet((ProModelitem*)&part_model_item,&p_constraints);
当然,我选择的是装配下的一个零件
2.我试着这样分配内存
ProArrayAlloc(0,sizeof(ProAsmcompconstraint),1,(ProArray*)&p_constraints);
可也还是不对
3.以下是帮助文档的代码
ProError status;
ProSelection* component_arr;
int size;
ProAsmcomp cfeat;

ProMessageDisplay (MSGFIL, "USER Select an assembly component:");
status = ProSelect ("membfeat", 1, NULL, NULL, NULL, NULL, &component_arr, &size);
if (status != PRO_TK_NO_ERROR)
        return status;
ProSelectionModelitemGet (component_arr [0], (ProModelitem*)&cfeat);

ProSelectionUnhighlight (component_arr [0]);

ProWindowRepaint (-1);

UserAsmcompConstraintsHighlight (&cfeat);//ProError  UserAsmcompConstraintsHighlight (ProAsmcomp* asmcomp)
return PRO_TK_NO_ERROR;
//就算我把
ProModelitem part_model_item;
改成ProAsmcomp cfeat;
也还是不行
5
发表于 2010-11-23 16:09:06 | 只看该作者
4# hyccai

part_model_item.type的值應該要是PRO_FEATURE不應該是PRO_PART
6
发表于 2010-11-23 18:41:20 | 只看该作者
我用的是status=ProSelbufferSelectionsGet(&buff);
而不是ProSelect函数,
是不是这个函数ProSelbufferSelectionsGet的问题
7
发表于 2010-11-24 17:12:01 | 只看该作者
那段幫助文檔的代碼
cfeat.type是PRO_FEATURE
用ProFeaturetypeGet得到的feattype是PRO_FEAT_COMPONENT
也就是說 ProAsmcomp是ProFeature的一種
所以我才會問你的part_model_item.type是甚麼
不是PRO_FEATURE
那ProAsmcompconstraintTypeGet返回值才會說你輸入了一個無效的type
8
发表于 2010-11-25 19:53:40 | 只看该作者
我笨,实在没办法了,
能不能从这个函数ProSelbufferSelectionsGet开始,帮我写一小段,让我调试下
我是想在模型树选择一个PART,右建,
然后显示这个零件的约束类型.
9
发表于 2010-11-25 19:53:53 | 只看该作者
我笨,实在没办法了,
能不能从这个函数ProSelbufferSelectionsGet开始,帮我写一小段,让我调试下
我是想在模型树选择一个PART,右建,
然后显示这个零件的约束类型.
10
发表于 2010-11-26 10:00:32 | 只看该作者
9# hyccai
不要說自己笨
現在沒甚麼時間,你不急的話我找時間試試看(不一定會成功)
應該可以從你選進來的ProSelection再轉到ProAsmcomp(關鍵是你之前問過的ProSolidFeatVisit)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2024-12-23 18:54 , Processed in 0.024916 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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