高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】save3 - return false but no errors or warnings
save3 - return false but no errors or warnings
hi folks,
i'm trying to save an assembly drawing using the following c# code:
saved = swmaindoc.save3((int)swsaveasoptions_e.swsaveasoptions_silent
+ (int)swsaveasoptions_e.swsaveasoptions_savereferenced, ref swerror, ref swwarning);
swerror and swwarning are both coming back as 0, but the method itself is returning false.
anyone seen this problem in their own application?
i use this method:
(whith a part open in sw)
swapp as object
swapp = application.sldworks
set part = part.activedoc
part.saveas2 mypath1 & filenlong, 0, true, false
works ok in 2008
sw 2009
pdm workgroup
3d connexion user (space pilot)
bluebeam
mdt & acad user
furniture industry 5 years
hp workstation xw6400
this code may only work for parts/assemblies, i'm not sure
sw 2009
pdm workgroup
3d connexion user (space pilot)
bluebeam
mdt & acad user
furniture industry 5 years
hp workstation xw6400
thanks for the replies. to clarify, i'm not super-concerned about the specific call to use - in 99.99% of all cases, the call i posted works (we're processing over a thousand drawings a day most of the time).
my question is specifically regarding the lack of error information coming back. it's only in the case of a small number of drawings, possibly just this one, that it fails. so i tried to pull the error information from the two ref fields, but they're both zero, even though the call returns false. i'm wondering if that's a known problem, or if my file is somehow corrupted, or if there's some other source of information i'm missing out on.
looks like the file just required a manual rebuild. thanks again adam.
i tend to use a lot of force rebuilds. we do a lot of batch file exporting and line art pdf exports. glad you figured it out.
sw 2009
pdm workgroup
3d connexion user (space pilot)
bluebeam
mdt & acad user
furniture industry 5 years
hp workstation xw6400
quick
|