Selection Stack

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys. I digged a little through Fusion 360 API and have a couple of questions ?
The main one is: "why does Fusion 360 Selection Stack is so small ?"
In 2020 almost every big modelling application have such simple commands like 'select neighbor faces', 'grow\shrink selection', 'select face(s) perimeter edges', and so on.
In general, algorithms of these commands is well known and similar among all applications. As i said, i digged through Fusion360 API a little and find edge Property in faces class,
find face Property in BoxFeature class, find edges in BRepFace class and so on. It seems that Fusion 360 have a base for any selection commands, just doesn't have a realisation yet.
So the next questions is: "will Fusion 360 get improvements in selection stack in the next 6 month ?".