- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Today, after installing February 1, 2017 Update of Fusion 360, I found that one of my add-ins is broken. Debugging the add-in revealed a change in the behavior of deleteMe() method. I do not know whether February 1 update has caused it or some previous updates (perhaps January 26 update).
I summarized the old and new behaviors here:
Old behavior:
- Invoking deleteMe() on an occurrence --> deletes the occurrence
- Invoking deleteMe() on a BRepBody which is the result of a feature (Like SplitBodyFeature or ExtrudeFeature) --> inserts a Remove feature in the timeline
New behavior:
- Invoking deleteMe() on an occurrence --> deletes the occurrence (no change in the behavior)
- Invoking deleteMe() on a BRepBody which is the result of a feature (Like SplitBodyFeature or ExtrudeFeature) --> deletes the feature (change in the behavior)
Suppose you split a sphere from the middle using SplitBodyFeature, then you invoke the deleteMe() on one of the split parts. The new version results a sphere (it deletes the split feature) while the old version results a hemisphere (it removes one split part).
I think it may cause some add-ins to function incorrectly, so they will need updates
Thanks,
Navid
Website: https://perceptino.com
Solved! Go to Solution.