Create an Assembly using the Fusion 360 API

Create an Assembly using the Fusion 360 API

maryanneF5NKN
Explorer Explorer
1,117 Views
1 Reply
Message 1 of 2

Create an Assembly using the Fusion 360 API

maryanneF5NKN
Explorer
Explorer

Hi,

 

I am developing a Fusion 360 Add-in, where I need to create assemblies using the API, but I cannot find the relevant parts of the API for assemblies. 

 

My goal state is to implement a script which results in the output described by the attached image.

 

I currently do not know:

- The object name which implements the Assembly functionality

- Where the documentation for this is

- How to create an assembly

- How to add a component to a assembly

Is it possible to get a script example/sample for creating a assemblies and nested assemblies? Also, documentation links would be helpful if you have any.

 

Kind Regards,

 

Maryanne

0 Likes
1,118 Views
1 Reply
Reply (1)
Message 2 of 2

BrianEkins
Mentor
Mentor

I believe most of your questions are answered by this help topic. 

 

http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-88A4DB43-CFDD-4CFF-B124-7EE67915A07A

 

It also includes a small snippet of code that will create a new occurrence.  To create nested occurrences you just keep adding occurrences within the newly created component.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes