几何尺寸与公差论坛------致力于产品几何量公差标准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, 10:18 AM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】determine if file is loaded in solidworks [solved]

determine if file is loaded in solidworks [solved]
update::
turns out enumdocuments2 does return them all; i had copied some code from my previous project and overlooked a check i did for modeldoc2::visible, effectively skipping the hidden documents, which is not what i wanted for this case. fixed now but i will leave this post up for future reference.
i am after an efficient way to detect whether or not a solidworks file is opened in solidworks (ie. locked to that solidworks so if someone else wen't to open it it would say it is opened by another user or whatever).
the problem is, the first check is whether or not the file is locked on the filesystem at all, if it isn't then sw does not have it open.
then i try to check whether solidworks has the file open, and the only way i know to do this so far is to call the activatedoc2 function and see if it succeeds, if it does it was loaded into sw even if it wasn't visible (for example a part from an assembly when the assembly is open). the problem with this is it is extremely inefficient for determining if a file is loaded.
using enumdocuments2 also will not work as it only enumerates the direct documents, not the ones loaded in the background as i am running out-of-process and even though the documentation states that enumdocuments2 will only work with in-process dll's it does work out-of-process (but does not return the file references even though it states it should) * see note below.
does anyone have a solution for this?
* note for enumdocuments2 *
allows access to a documents enumeration. can only be used in in-process dlls.
the list of modeldoc2 objects in the enumdocuments2 object contains all open modeldoc2 pointers, including modeldoc2 objects opened as file references (for example, from an assembly or drawing). you can use modeldoc2::visible to determine if a particular document has its own window and is visible to the user.

edited: 08/15/2008 at 10:16 am by luke malpass
quick
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
 


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

高级搜索
显示模式

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

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

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】solidworks macros capabilities yang686526 SolidWorks二次开发 0 2009-04-12 10:29 PM
【转帖】reading solidworks file configuration without opening the file yang686526 SolidWorks二次开发 0 2009-04-12 10:10 PM
【转帖】solidworks macros capabilities yang686526 SolidWorks二次开发 0 2009-04-12 07:40 PM
【转帖】reading solidworks file configuration without opening the file yang686526 SolidWorks二次开发 0 2009-04-12 07:21 PM


所有的时间均为北京时间。 现在的时间是 10:53 AM.


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