Message 1 of 4

Not applicable
06-05-2017
05:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, in the Python API for Fusion 360, is there a way to perform inspections such as measuring the minimal distance between two components? I didn't see "measure" or "inspect" in the API reference. I've been working my way through the methods on the objects and the best I've been able to do is compare bounding boxes and center of mass. I thought maybe I could do something with the bRep and meshes of the component, e.g., compare all pairs of vertices, but those lists are empty, at least for the components I'm using for testing. Thank you
Solved! Go to Solution.