Thomas Axelsson

Results 46 comments of Thomas Axelsson

Hi, I did a quick test by adding a keyboard shortcut to the menu item, but the dialog failed on the Manufacturing workspace not having user parameters: ![image](https://user-images.githubusercontent.com/89997/156891260-3c91e7dd-149d-4197-b718-627d0d9f0d2a.png) My general...

The Mac installation is all confusing to me. I think Fusion 360 has two directories but one is symlinked to the other? So I think the first install location in...

Hi, this is actually much harder than you think. **First, what you can do today:** Expression | Example Result | Explanation -- | -- | -- {d10:.3f} | 10.000 |...

Hi, I think the closest you can get with the current implementation is `_.component` combined with substrings. I have not tried this: 1. Create a component and name it comp1...

Quick workaround that I think should work. Add this to the add-in: ``` UPDATE_CMD_ID = 'thomasa88_ParametricText_Update' update_cmd_def = ui_.commandDefinitions.itemById(UPDATE_CMD_ID) update_cmd_def.execute() ```

Hi, thanks for a well-written error report! Please try installing ParametricText v2.3.0, which tries to be a bit smarter about decimal defaults. Otherwise, try setting the number of decimals explicitly:...

Hi, I did not know about this feature! It looks to be Fusion 360 Teams feature. I had a look at the Fusion 360 scripting documentation and there seems to...

Thanks for reporting this. The current Look At uses built-in Fusion 360 functionality, while I'm looking into doing some camera movements "manually" instead. I have been pondering how the camera...

I have been pondering this some more. The problem with rotating about something is that I need to figure out what to rotate about. Fusion provides two points: an "eye"...

It turns out that the Text1-Height parameter is negative: ![image](https://user-images.githubusercontent.com/89997/121575146-51369900-ca27-11eb-80c3-99ba5d9ee587.png) The value should be 8 mm! The text height workaround triggers this error when trying to write back the height...