0

Can any one help me with the code to download all files of particular extension (say *.prt or *.asm) from windchill to local. Please suggest suitable API

jeja
  • 52
  • 11

2 Answers2

1

It's not really the way Windchill works... Windchill is a PDM software, so you should first search for the correct metadata (certainly EPMDocument in your case), and then get the attach files. You'll have to specify the type of attachment you want to have (primary, secondary content, etc.)

=> you need to understand the datamodel and specify what you really want to do.

Loic Mouchard
  • 1,121
  • 7
  • 22
0

You can do a query using queryspec and sort. The download part Im not sure about, but it is possible.