Suppress feature or component

Suppress feature or component

Anonymous
Not applicable
2,270 Views
3 Replies
Message 1 of 4

Suppress feature or component

Anonymous
Not applicable

Is it possible to suppress feature like extrude or whole group and component? And of course unsuppress.

 

0 Likes
Accepted solutions (1)
2,271 Views
3 Replies
Replies (3)
Message 2 of 4

BrianEkins
Mentor
Mentor
Accepted solution

All features support the isSuppressed property.  You get the value of this property to see what its current suppressed state is and you can set it to True or False to change its suppressed state. 

 

A timeline group also supports this but if you have a set of features you want to suppress that aren't grouped you'll need to suppress/unsuppress them one at a time.

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

Anonymous
Not applicable

Thank you!

i searched for suppress and didn't saw this

0 Likes
Message 4 of 4

luca.giorcelli
Enthusiast
Enthusiast

Thanks @BrianEkins 


I want to accomplish the same task: suppress/unsuppress a feature in timeline, depending on a parameter value.

So, following your advise, I adventured myself in the F360 scripting environment (Python). 


PROBLEM

I'm not a developer (just some javascript for web pages) and I cannot got started:

- tutorials refers to complex tasks

- examples are too complex for me

Can you address me to some example focused on my task?

Tanks




0 Likes