How to pass BOM attributes with //Fusion360 protocol?

How to pass BOM attributes with //Fusion360 protocol?

Anonymous
Not applicable
602 Views
2 Replies
Message 1 of 3

How to pass BOM attributes with //Fusion360 protocol?

Anonymous
Not applicable

Hi, 

 

I have managed to open a model within Fusion 360 by importing a STEP file using //fusion360 protocol.  I would like to know if it is possible (any command), to set BOM elements after file is imported.

 

The STEP file doesn't contain BOM attributes, I am not sure if STEP standard supports BOM attributes. Therefore, BOM are handled separatly in my case.

 

Could you help me?

 

Thanks for your help,

 

Sébastien 

0 Likes
Accepted solutions (1)
603 Views
2 Replies
Replies (2)
Message 2 of 3

adam.nagy
Autodesk Support
Autodesk Support
Accepted solution

Hi Sébastien,

 

Are you trying to pass some BOM related info using fusion360 protocol?

If so then you can just use privateInfo and pass any type of information you want. And you addin can listen to this event, retrieve the privateInfo, and do anything with it that is possible using the API:

http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-8A2C4ECD-7D82-4E56-AFE8-4FA72464AE66

 

Cheers,



Adam Nagy
Autodesk Platform Services
0 Likes
Message 3 of 3

Anonymous
Not applicable

Thanks, it answered my needs.

0 Likes