几何尺寸与公差论坛

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

【转帖】rebiuld part, assembly or drawing

[复制链接]
发表于 2009-4-13 13:47:53 | 显示全部楼层 |阅读模式
rebiuld part, assembly or drawing
hi,
can someone help me? i need code to rebuild. thanks in advance!!
solidworks 2006,2007,2008,2009 (office premium.)
core 2 duo e6850 @ 3.00 mhz
window xp pro sp3 32 bit
ati firegl v7350
ben,
did you look in the api help - see example below.
'--------------------
sub main()
dim swapp as object
dim part as object
dim boolstatus as boolean
dim toponly as boolean
set swapp = createobject("sldworks.application")
set part = swapp.activedoc
if part.editrebuild3() then
msgbox "rebuild successful"
else
msgbox "this model has rebuild errors"
end if
toponly = true
if part.forcerebuild3(toponly) then
msgbox "forced rebuild successful"
else
msgbox "this model has rebuild errors"
end if
end sub
jorn bjarning
cswp
cad & plm consultant
sw2008 sp5 / sw2009 sp2
thanks jorn i will give that a try
solidworks 2006,2007,2008,2009 (office premium.)
core 2 duo e6850 @ 3.00 mhz
window xp pro sp3 32 bit
ati firegl v7350
ben,
i forgot to ask you - what exactly do you want to do?
jorn bjarning
cswp
cad & plm consultant
sw2008 sp5 / sw2009 sp2
i have a macro where i was hideing or not hideing the bend lines of my sheetmetal part and it did not show or hide unless it was rebuilt
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 04:27 , Processed in 0.034868 second(s), 20 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

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