Add Custom Property To Fusion Part or Assembly

Add Custom Property To Fusion Part or Assembly

isocam
Collaborator Collaborator
786 Views
1 Reply
Message 1 of 2

Add Custom Property To Fusion Part or Assembly

isocam
Collaborator
Collaborator

Can anybody help?

 

I need, using a Fusion 360 Python script, the ability to add a custom property to a part or an assembly.

 

I have tried properties++, downloaded from the app store, but I need to add a special "custom" property of my own that is not listed in properties++.

 

For testing purposes only, I need to add "Part: Type", with a string value "Laser Cut Profile".

 

I know that I could be able to add this to the Parameters section, but I do not want this value to be easily editable to the CAD operator.

 

Many thanks in advance!

 

Darren

0 Likes
787 Views
1 Reply
Reply (1)
Message 2 of 2

kandennti
Mentor
Mentor

Hi @isocam .

 

It is possible to add attributes to a document.

https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-1CFE8BF9-E47F-4D29-9143-2CD40E364FAE 

Attributes are stored in the document, but there should have been no way to see them in the GUI.

 

If I recall, the attributes are used in the script "SpurGear".

1.png

0 Likes