figure out file to edit based on current joint or rigidgroup.

figure out file to edit based on current joint or rigidgroup.

kymC6Q8L
Enthusiast Enthusiast
467 Views
2 Replies
Message 1 of 3

figure out file to edit based on current joint or rigidgroup.

kymC6Q8L
Enthusiast
Enthusiast

Hello,

 

I have a project that has lots of nested linked files.

i need to fix a bunch of names or some of the joints and rigidgroups, and or provide a tool to alert people of what things need to be fixed.  Think of a tool for validating names for the processes we use.

 

Is there a method i can use from a body or occurance to tell me its current linked file or node in the browser that i need to edit?

 

Edit: fixed name of post.

Cheers

kym

 

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

kandennti
Mentor
Mentor
Accepted solution

Hi @kymC6Q8L .

 

The UserInterface.commandStarting (or commandTerminated) event is fired each time a user operates the Fusion360.

https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-EBB6C82A-A256-4AB7-9A86-0F7A9653A7E9 

 

Why not use this event to check for problems and alert the user?

0 Likes
Message 3 of 3

kymC6Q8L
Enthusiast
Enthusiast

Hi @kandennti ,

 

this looks good, i will investigate this further.

 

cheers

Kym