Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I am trying to create a tangent arc in a sketch using the Fusion 360 API in Python. I have found the addByThreePoints and addByCentreStartSweep methods, but there does not appear to be a tangent arc method.
I have scoured both the Fusion 360 Object Model PDF and the internet, and I cannot find whether the tangent arc command is exposed through the API or not.
If not, could you please provide me with some guidance on how to create a tangent arc using text commands? Using @kandennti's helpful guide (found here: https://forums.autodesk.com/t5/fusion-360-api-and-scripts/use-textcommands/m-p/9645717#M10758), I retrieved the ID of the tangent arc command (ArcTangent), but I am unsure where to go from here.
Thank you for the help in advance.
Solved! Go to Solution.