- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Member function "name" of Occurrence class returns the name of the occurrence. There is no setter method for name.
Observed that Component class has member function "name" to set name. So, we used this method on Component of an Occurrence to rename Occurrence. But observed that it renames all it's Occurrences present in document and not the one we selected from Component List on LHS of Fusion 360 View window.
Observed same behaviour when used "name" method on nativeObject of an Occurrence then.
For assemblyContext occurrence the "name" method sets name of the Component in which Occurrence is present.
We expect setter method of "name" in Occurrence class to rename a selected Occurrence only and not all Occurrence or it's Component.
Solved! Go to Solution.