查看单个帖子
旧 2009-04-12, 08:46 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】edit reference file location automatically

edit reference file location automatically
i have a macro that does the following:
1.- open a template part (sldprt) and drawing (slddrw) files.
2.- update the template part file with new dimension
3.- save as the template part and template drawing files with new filename.
4.- close the template files.
5.- open the new files.
even though, the new drawing has new filename is still keeping the part template file. i have been changing manually. however, i want to know if is possible to include a statement in the vba to edit to the new file location. i have used this statement which is doing nothing (no errors shown):
dim replacecomponents as object
swdrawing = replacecomponents("c:\test\" & newdir & "\ " & wo & ".sldprt", "", true, true)
do you think is possible to automate this edit reference file location?
thanks in advance.
maperalia
pd.
i am using sw 2009
edited: 03/02/2009 at 07:58 pm by mapea ralia
see api help sldworks::replacereferenceddocument.
there is also an example
ivana;
thanks very much. i found the api help sldworks:replacereferenceddocument. and tailor it to my macro. it is working perfectly!!!!!
kind regards.
maperalia
quick
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)