Add conditions to suppress (or activate/deactivate) timeline features?

Add conditions to suppress (or activate/deactivate) timeline features?

david.lantier
Participant Participant
837 Views
2 Replies
Message 1 of 3

Add conditions to suppress (or activate/deactivate) timeline features?

david.lantier
Participant
Participant

Hi,

I would like to execute some "timeline features" (ie. extrude, plane, ...) under a condition (ie. paramX = N, but also according context on execution of timeline), in order to get more flexibility on some projects (as Inventor if I'm right). One idea is to super seed at any "timeline features" by a condition that could "suppress features" or "unsuppress feature" then operation, using python or c++.

Is this possible? Or is this coming soon in Fusion? Or is there is already a solution?

Many thanks, 

David

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

BrianEkins
Mentor
Mentor
Accepted solution

The API supports accessing all existing features and you can suppress or unsuppress them.  Using that capability you can define whatever logic you want within a program that will suppress features as needed.

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

david.lantier
Participant
Participant

Thanks for this advice, I will take time to investigate this way!

0 Likes