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

iCAx开思网

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

UG编程,如何在KF中调用C函数?

[复制链接]
跳转到指定楼层
1
发表于 2006-8-15 22:32:46 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

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

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

x
本人正在学习UG知识融接,欲在KF中调用C函数,请高手指点,谢谢!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2006-8-17 11:27:03 | 只看该作者
KF能调用C函数吗,只知道API可以调用KF
3
发表于 2006-8-17 23:18:39 | 只看该作者
可以呀,请看帮助文件上的内容:
These Open C programs are routines that follow the Open C guidelines and rules. See the Open C Help. The functions included in the Knowledge Fusion Open C API are documented here. There are two different user function APIs available. The UF_KF interface allows you to create user function programs that can call Unigraphics NX Knowledge Fusion functions from your user function program. See Calling UG/Open Knowledge Fusion from a UF for an explanation of this API. The UF_KF interface allows you to define your own Fusion function that will call your user function from UG/Knowledge Fusion when it is invoked, in order to execute your User function routine. See Calling UFs from UG/Knowledge Fusion for an explanation of this API. These APIs are known collectively as the UG/KF UG/Open API.
不过还没有试过。
4
发表于 2006-9-9 22:31:52 | 只看该作者
可以調用沒有問題 我見過老師用過
5
发表于 2006-9-11 11:21:16 | 只看该作者
可以。

假设你的C是 your_c_func(),位于 libyour.dll. 你的C要能够接受KF过来的输入,至于怎么输入,你需要看些文档。输出是KF的各种类型,你要在C中设定。

Defun: your_kf_func( some input parameters )
@{
    CFunc( "your_c_func", "libyour" );
} Any;
6
发表于 2006-10-13 22:31:01 | 只看该作者
請參考附件資料,其ug的help亦有相關說明

本帖子中包含更多资源

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

x
7
发表于 2006-10-23 22:25:48 | 只看该作者
谢谢YYHSU
8
发表于 2009-5-20 14:42:29 | 只看该作者
6搂的很专业啊,谢谢
9
发表于 2009-7-3 11:20:58 | 只看该作者
谢谢看看学习
10
发表于 2009-12-27 19:32:20 | 只看该作者
受教了,非常感谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2024-12-26 13:30 , Processed in 0.034911 second(s), 13 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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