Reach (large)

Welcome to the COE Discussion Forums! 

 

To participate in the discussion forum, you must be logged in to the website.  If you forget your login information, please contact COE Headquarters at coe@coe.org or (800) 263-2255.

If you are new to the COE Discussion Forum and would like to participate, please register.


 

Follow COE on

COE DISCUSSION FORUM
Saving of CATproduct Document and its sub assemblies
Last Post 16 Feb 2010 08:00 AM by zapas17. 3 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
VSHETTY
Occasional Poster
Occasional Poster
Posts:10


--
15 Feb 2007 05:03 AM  

 

Hi

In order to save each file in the CATProduct document.I am Opening the file(Product/part)  and using "Saveas" command. Performance of the code decreases because of opening of file.

This is the code i am using to save files

 Dim DocsOfDelmia As Documents
 Set DocsOfDelmia = DELMIA.Documents

SourceFilepth ="c:\temp\Part1.CATPart"

PreservefilePath="D:\saveFolder\Part1.CATPart"

set SourceDoc = DocsOfDelmia.Open(SourceFilepth)     'opening each file in a new window

  SourceDoc.SaveAs (PreservefilePath)    ' saving the file in a specific path

 If any one Knows and alternative method to save File Please Reply.

Thank yOU

vikas

 

ajayyb
Occasional Poster
Occasional Poster
Posts:4


--
24 Nov 2008 08:32 AM  
Use ' File -> save management'
JRifai
Occasional Poster
Occasional Poster
Posts:2


--
08 Feb 2010 07:41 PM  
U can use File->Save Management->Save as to same path in the same folder
zapas17
Occasional Poster
Occasional Poster
Posts:5


--
16 Feb 2010 08:00 AM  
Or you can use function File -> Send to -> Directory
You are not authorized to post a reply.

Active Forums 4.1