Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've got a sketch line and would like to constraint it to be collinear with the X axis in the sketch. I can easily do that in the Fusion 360 UI, however I can't figure out how to do it using the Python API.
I'm aware of the addCollinear() method, which accepts two SketchLines. However, I'm not sure how to retrieve the sketch's X axis in the first place. Do you know how to get the axis, and then would I be able to pass it to addCollinear() along with my sketch line or should I use a different method?
Thanks,
Julien
Solved! Go to Solution.