- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm developing an Autodesk Fusion AddIn, which allows changing the material of components programmatically.
However, I'm experiencing some problems when actually performing this operation on components that have been moved from their original position, inside an assembly.
For example in this design:
I have 3 copies of a golden component, inside the assembly, which have been moved to 3 different positions.
If I try to change the component material to steel using the following code:
The material correctly changes, but for some reason the position of the three components is reset to the original create position (they are all overlapped in the following image).
Is there something I'm doing wrong or is this an API bug?
This does not happen if I perform the material change manually from the Fusion 360 editor.
Solved! Go to Solution.