几何尺寸与公差论坛

 找回密码
 注册
查看: 723|回复: 0

【转帖】set swmodeltemp = swapp.opendoc9compname, swdocpart0

[复制链接]
发表于 2009-4-12 19:35:54 | 显示全部楼层 |阅读模式
set swmodeltemp = swapp.opendoc(compname, swdocpart)
hi,
i was using "set swmodeltemp = swapp.activatedoc2(compname, false, nerrors)" to open my part and do what ever i wanted but now i figured out that i could use "set swmodeltemp = swapp.opendoc(compname, swdocpart)" and still get the handle and do what ever i want with the part.
so my questions are: do i need to close the part if using the second method after i am done with it ? if i do, how would i do that ? as it is not actually open.
solidworks 2006,2007,2008,2009 (office premium.)
core 2 duo e6850 @ 3.00 mhz
window xp pro sp3 32 bit
ati firegl v7350
set swmodeltemp = swapp.opendoc(compname, swdocpart)
swapp.closedoc(swmodeltemp.getpathname())
but may i suggest you use the much more up to date functions such as swapp.opendoc6 or 7 as they aren't deprecated.
hi luke,
thanks for the reply.
i tried that and it does not work, i get an error message "object variable not set". see the wierd thing here is set swmodeltemp = swapp.opendoc(compname, swdocpart) is suppose to actually open the part in its own window i think, then the code you supplied me with would work.
i don't want to open the part in its own window so this is working good for me, but being that i am calling an opendoc i wondered if i needed to close it.
i tried useing the same line of code in another program but there it just opens the part in it's own window which is not what i am after.
what is the proper way to get the handle on a specific part without opening it ?
solidworks 2006,2007,2008,2009 (office premium.)
core 2 duo e6850 @ 3.00 mhz
window xp pro sp3 32 bit
ati firegl v7350
answer to get a pointer/handle you need to open the document. you open it using opendoc6 and set the visible property after to false.
thanks luke,
that works great
solidworks 2006,2007,2008,2009 (office premium.)
core 2 duo e6850 @ 3.00 mhz
window xp pro sp3 32 bit
ati firegl v7350
quick
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-12-23 00:15 , Processed in 0.037098 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

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