Message 1 of 9

Not applicable
07-27-2020
03:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there
So today I tried to run my code in fusion that I wrote in Visual Studio, the code is
extent_all = adsk.fusion.throughallextentdefinition.create()
The problem is that when I run it in fusion I get the error
AttributeError: module 'adsk.fusion' has no attritube 'throughallextentdefintion'
but I know this code should work as I have copied it from Extrude Feature API Sample API Sample, Example 5
So I was wondering if anyone had any ideas about how to fix this issue, any would be helpful as in stumped
Also when I try and edit my script, it no longer automatically opens up visual studio like it used to, I don't know if this has anything to do with it?
Solved! Go to Solution.