在Inventor的插件中使用WPF(更新)

两年前我写了一个程序演示如何在Inventor插件中使用WPF控件,现在我把程序升级为VS2010,适用于Inventor2012(插件免注册)。我把代码移到了微软的云上面,你可以从下面的链接下载到:

https://skydrive.live.com/redir.aspx?cid=6ec40f2a9b11de2b&resid=6EC40F2A9B11DE2B!252&parid=root

使用步骤:

1)把输出路径该为Inventor的bin目录,存放一个图片new.jpg到c:\temp目录,或者修改ButtonCtrl.xaml文件中的Image Source路径,重新编译程序;

2)  把后缀为.addin的文件复制到:

Windows XP:

C:\Documents and Settings\All Users\Application Data\Autodesk\Inventor 2012\Addins\

Windows7/Vista:

C:\ProgramData\Autodesk\Inventor 2012\Addins\

3)启动Inventor 2012,在零文档状态下,会出现一个MyAddIn菜单,点击它,然后点击Test命令,有WPF控件的窗口将会弹出来。


你可能感兴趣的:(WPF,Inventor,API)