几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量  


返回   几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 » 仿射空间:CAX软件开发(三)二次开发与程序设计 » CAD二次开发 » SolidWorks二次开发
用户名
密码
注册 帮助 会员 日历 银行 搜索 今日新帖 标记论坛为已读


回复
 
主题工具 搜索本主题 显示模式
旧 2009-04-13, 12:28 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】launch pack and go from api

launch pack and go from api
is there a way via api (i suppose command line would be acceptable too) to launch the pack and go utility passing it the drawing/part/assembly as a parameter? i am currently developing an app that it would be useful to allow the user to launch the pack and go interface from within (i am aware of performing pack and go functionality manually, but why re-invent the wheel for the prefix/suffix etc options).
thank you!
not as i am aware but you can easily make your own and use the sldworks::copydocument function.
my apologies in my first post -- i am aware of performing the pack and go functionality manually in code (which is what i forgot to include) via the copydocument function. there is a common user interface as seen from solidworks explorer, windows explorer (pack and go), and solidworks (file->pack and go). my guess is that all of these are calling the same code, so it would be intuitive that i should call this code/wrapper as well too. i did find sldshellutilslib.sldcopydesign2class from the sldshellutils 1.0 library, but i am unable to get it to function without error (when called, it returns false or throws an exception). i have not found any documentation for this class/function. i appreciate the response!
cheers!
you are right that is the dll that is loaded into the process when windows/sw explorer open p&g, and the only avaiable exports exposed are copydesign, drawingsearchfolders and launchedfromsolidworks, and so the only function you can call is copydesign. i have tried calling it but what appears to cause the crash is the int passed in as the parent hwnd. i have tried passing 0 but no crash and nothing happens, and passing the forms hwnd crashes it. i may try the desktops hwnd when i get time to have another play. here is what i tried:
sldcopydesign2class s = new sldcopydesign2class();
s.launchedfromsolidworks = 0;
s.drawingsearchfolders = "c:\\";
s.copydesign(true, "c:\\test.sldprt", this.handle.toint32());
i have tried with and without the 2 properties being set, and with the handle changing, but no luck.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
回复


主题工具 搜索本主题
搜索本主题:

高级搜索
显示模式

发帖规则
不可以发表新主题
不可以回复主题
不可以上传附件
不可以编辑您的帖子

vB 代码开启
[IMG]代码开启
HTML代码关闭



所有的时间均为北京时间。 现在的时间是 06:25 PM.


于2004年创办,几何尺寸与公差论坛"致力于产品几何量公差标准GD&T | GPS研究/CAD设计/CAM加工/CMM测量"。免责声明:论坛严禁发布色情反动言论及有关违反国家法律法规内容!情节严重者提供其IP,并配合相关部门进行严厉查处,若內容有涉及侵权,请立即联系我们QQ:44671734。注:此论坛须管理员验证方可发帖。
沪ICP备06057009号-2
更多