Tuesday, February 07, 2012
Convert .dft to .dxf
Last Post 16 Nov 2009 05:19 AM by Philipp. 1 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
PhilippUser is Offline
New Member
New Member
Posts:6

--
12 Nov 2009 02:33 AM  

Hello Community,

I'm wrting a Programm that trys to conert a .dft Document into a .dxf Document. If the .dft Document has only one sheet there is no problem. But if the .dft Document has more than one sheet SE converts only the first sheet into a .dxf Document and ignores the others. Can someone help me and give me some hints how to convert all sheets from the .dft document to a .dxf Document whitch contains all Sheets?

Atm i use this Code (c#): 

FilePath = ..\MyDoc.dxf

p_SolidEdgeDraftDoc.SaveAs(FilePath, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value);

 

 

King regards

Philipp

PhilippUser is Offline
New Member
New Member
Posts:6

--
16 Nov 2009 05:19 AM  

Okay i know now what the problem was...

i don't know exactly why, but you have to write this codeline bevore you call your SaveAs() Method:

p_SolidEdgeDoc.Sheets.Item(1).Activate();

I guess this activates the sheets and than SolidEdge can convert all sheets into one .dxf File.

 

Regards

Philipp
               

You are not authorized to post a reply.

Active Forums 4.2
Copyright © 2011 JasonNewell.NET