Message 1 of 2
Fusion 360 C++ API: set activeFolder bug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Not too sure if this is the right place to file a bug report.
With the Fusion 360 C++ API trying to call the activeFolder method of the Data object.
https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-EB627BB8-7768-49E3-9742-4362DC2602CF
The issue is the activeFolder cannot be used as a setter even when the documentation page above clearly says so, in description as "Gets and sets the active DataFolder as seen in the Fusion 360 Data Panel.".
The call of activeFolder setter results in compilation failure as show on the picture bellow.