SimplifiedLogic / creoson

OpenSource Automation using JSON Transactions for PTC's CREO Parametric
http://www.creoson.com
MIT License
81 stars 23 forks source link

Creo 7: interface/export_3dpdf error #56

Closed Zepmanbc closed 3 years ago

Zepmanbc commented 3 years ago

Hello There is an error with this feature in Creo 7, everything is fine with Creo 4

A Pro/TOOLKIT error has occurred: Invalid Type. Check your model/drawing for accuracy.

Here are the logs for an ASM and a PRT DEBUG:creopyson.connection:request: {'sessionId': '-3252187263195934486', 'command': 'interface', 'function': 'export_3dpdf', 'data': {'file': 'my_assembly.asm'}} DEBUG:creopyson.connection:response: {'status': {'error': True, 'message': 'A Pro/TOOLKIT error has occurred: Invalid Type. Check your model/drawing for accuracy.'}}

DEBUG:creopyson.connection:request: {'sessionId': '-3813609087025057415', 'command': 'interface', 'function': 'export_3dpdf', 'data': {'file': 'my_part.prt'}} DEBUG:creopyson.connection:response: {'status': {'error': True, 'message': 'A Pro/TOOLKIT error has occurred: Invalid Type. Check your model/drawing for accuracy.'}}

davidhbigelow commented 3 years ago

This might require the special code in the config.pro options.

On Thu, Dec 3, 2020 at 4:10 AM Zepmanbc notifications@github.com wrote:

Hello There is an error with this feature in Creo 7, everything is fine with Creo 4

A Pro/TOOLKIT error has occurred: Invalid Type. Check your model/drawing for accuracy.

Here are the logs for an ASM and a PRT DEBUG:creopyson.connection:request: {'sessionId': '-3252187263195934486', 'command': 'interface', 'function': 'export_3dpdf', 'data': {'file': 'my_assembly.asm'}} DEBUG:creopyson.connection:response: {'status': {'error': True, 'message': 'A Pro/TOOLKIT error has occurred: Invalid Type. Check your model/drawing for accuracy.'}}

DEBUG:creopyson.connection:request: {'sessionId': '-3813609087025057415', 'command': 'interface', 'function': 'export_3dpdf', 'data': {'file': 'my_part.prt'}} DEBUG:creopyson.connection:response: {'status': {'error': True, 'message': 'A Pro/TOOLKIT error has occurred: Invalid Type. Check your model/drawing for accuracy.'}}

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SimplifiedLogic/creoson/issues/56, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMSRJNCZTD4IIQF44PLJODSS5IW5ANCNFSM4ULVSEXQ .

-- David Bigelow, President Simplified Logic, Inc https://www.simplifiedlogic.com | SimilarParts.ai C: 317-431-5454

Zepmanbc commented 3 years ago

I use the special code, but you means it needs another special code?

adama2000 commented 3 years ago

I'm guessing that one of the settings we set automatically in the PDF export is no longer valid in Creo 7. I'll have to test to find out.

Adam

On Thu, Dec 3, 2020 at 11:43 AM Zepmanbc notifications@github.com wrote:

I use the special code, but you means it needs another special code?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SimplifiedLogic/creoson/issues/56#issuecomment-738128723, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANPKPHOXXORQ3DOAC2LSKLSS652BANCNFSM4ULVSEXQ .

adama2000 commented 3 years ago

I didn't get this error with a test assembly I tried. Can you send me a test model that causes the issue?

Zepmanbc commented 3 years ago

Just tried with a simple file and draw, it works. It must fail because of the size of my files, the problem is that it works on Creo4 with the same files... I cannot send you theses files... I will try to investigate by myself

Zepmanbc commented 3 years ago

Just found! It is my fault :sweat_smile: When I launch my script, Creoson automaticaly startup. But this is the Creoson settings for my main Creo installation (Creo4) If I launch manualy Creoson with Creo7 settings all is OK

With Creo7 and Creoson settings Creo4, all other functions works well, that is why I did not notice the mistake