0

In Windchill 10.2,how to add global soft attributes to WTPart? I mean by load file. windchill wt.load.LoadFromFile -d update-wtpart.xml

I want to know how to write that update-wtpart.xml file.

Tom
  • 2,857
  • 9
  • 46
  • 59

1 Answers1

0

I assume you must have got a solution to your problem, but incase not then i am assuming you have a WTPart in Windchill and IBA as well you just need to add that IBA to WTPart. You must use

  • wt.part.LoadPart.cachePart loadfile

You will find one example provided by PTC in loadFiles folder.

Nikhil Mahajan
  • 54
  • 1
  • 2
  • 12
  • Yeah,I got the solution, by the way what's wt.part.LoadPart.cachePart? Sounds not a java class. – Tom Sep 28 '14 at 14:31