Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export Parts List via .NET

Status
Not open for further replies.

toniechang

Industrial
Joined
Jul 31, 2005
Messages
61
Location
BE
How can I export a parts list in a text file using VB.NET ?
 
Not sure if there's an "out of the box" solution to this. Not come across one if there is.

The way I'd go about it is use the example as I posted in this thread Using this I'd add some lines to write to my text file where I've added the comment and messagebox. Need to be careful about getting hierachy correct but it should be a good starter for 10.
Alternatively there is a c# example in the UGS directories with the other ugopen axamples called "AssemblyViewer". I don't write in C# but it looks like this example only goes 1 level down into the assembly so this would have to be tweaked to go down the levels of the assy.

Hope that's helpful.



Mark Benson
Aerodynamic Model Designer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top