Skip to main content
1-Visitor
September 2, 2015
Question

How to create a report file for compare parts using VB API

  • September 2, 2015
  • 1 reply
  • 1160 views

Hello Community,

i want to use the creo function "compare parts" and Export this Report to a file using VB API.

Is there any way to do that?

In VB API i found no function to create this Report.

Currently i use a mapkey but no Export file can created with a mapkey!

Creo 2.0 M170

Regards

Sauter


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

hsauter1-VisitorAuthor
1-Visitor
October 26, 2015

The problem is solved...

Set the config Option "info_output_mode" to value "file".

Then you can use a mapkey to compare parts.

In the session directory of creo a file named "diff_report.xml" was created.

Regards

Sauter