cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

How to get CAD file name by Info*Engine

ptc-2074789
1-Newbie

How to get CAD file name by Info*Engine

Hi,

I'm new to Windchill and using version 10.0.

I have the object id of a part, and want to get CAD file name, such as "foo.prt" by using Info*Engine.

I tried <Query-Objects> webject, but only name / number attributes are listed in the result.

How can I do it?

Actually I'm not sure what object I should query for file name attribute.

Please advise.

1 REPLY 1

I'm replying to myself...

I was able to get the file name attribute by the following procedures:

- Get the "master document", which has the attribute, by calling <Query-Master> webject.

- Get "CADName" attribute of the master document by calling <Query-Objects> webject.

Thanks.

Top Tags