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

iCAx开思网

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

[讨论] 求截面曲线

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

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

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

x
用平面去截一个特征(比如圆柱),求截面曲线,我用下面的代码怎么生成不了截面曲线?请各位帮忙看看错在什么地方?谢谢了
                     tag_t display_tag;
                tag_t section_curves;
                char sMessage[]="选择几何特征";
                int iCount,response;
                tag_t *feature;
                UF_UI_select_feature(sMessage,NULL,&iCount,&feature,&response);//指定特征几何体        

                double orientation[9]={0,0,0,0,0,0,0,0,0};
                double origin[3]={0,0,0};
                double pts[6]={0,0,0,0,0,0};
                int error_code=0;
                int mode,display;
                 tag_t plane_eid;
                mode=1;
                display=0;
                error_code=UF_UI_specify_plane("指定平面",&mode,display,&response,orientation,origin,&plane_eid);//调用拾取平面对话框

        UF_CURVE_section_planes_data_t planes_data={&plane_eid,1};  

        UF_CURVE_section_general_data_t objects_section={feature,1,0,1,2,0.1};  

        UF_CURVE_section_from_planes (&objects_section,&planes_data, §ion_curves); //生成截面线
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2008-7-23 16:31:10 | 只看该作者

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

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

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

本版积分规则

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

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

GMT+8, 2024-11-13 17:43 , Processed in 0.021144 second(s), 13 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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