SimplifiedLogic / creoson

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

How to get Dependent Object Instance name In Part Creo #54

Open girishdubey opened 3 years ago

girishdubey commented 3 years ago

I am working on Creo with CREOSon. and i am extracting BOM datails using below code

{ "sessionId": "~sessionId~", "command": "bom", "function": "get_paths", "data": { "file": "01-51300.asm", "paths": true, "get_transforms": true } }

but i am unable to get Dependent Object Name in response structure.

can anyone suggest me how i can get the same?

adama2000 commented 3 years ago

I don't think the bom command returns dependent object names? Is this related to manufacturing models?

adama2000 commented 3 years ago

Or do you just mean the child components?