- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm really struggling here. All I want to do is to select 1 solidbody only and then display some of the brep/component/whatever properties of that selected solid body.
All the examples are really complicated and involve loops and other forms of selection and as I am new to Python, the Fusion API and coding in general, I am really struggling with the concept that almost everything is an object in python.
I've spent hours going thru code trying to understand it and see how one thing links to another.
Even getting a basic input interface is very confusing.
I can create a messagebox and I can modify the command input sample code and modify the inputs in there (but only with the tabbed interface)
There are no very simple sample scripts that show how to do something really simple, without all the extra validation and a billion other options that you might want in the future.
I don't want to check what language, I don't want to use loops, I don't want multiple selection types, I don't want tabs, I don't want tables, I don't want to check if the user entered the correct value.
I don't want any of that right now. Because it confuses the learning process. I can't clearly see how one thing leads to another.
I would want to have all that stuff at a later stage as I build my script, but I'm finding to just get my head around everything and even be slightly confident with what I am writing that all that stuff is just getting in the way and it's really taking all the fun out of it.
A lot of these provided samples aren't made for absolute beginners, they are for seasoned programmers.
I watched a bunch of youtube videos teaching basic python and while most of what they were doing was just printing answers, it was infinitely more simple and straight forward to follow and fun.
I'm sorry if this sounds whiny, I've spent 3 full days trying to figure it all out myself and have hit the wall. I'm not a programmer, but I do have a little experience and I was excited to commit to learning programming and apply it to my design background.
Any help would be greatly appreciated. Thanks.
Solved! Go to Solution.