07-22-2015
05:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-22-2015
05:21 PM
You can obtain this information directly from the API. The attached part file has an included macro (Areas) that obtains the raw surface area for each face (in each surface body - only one body in this simple part). The code works for parts that are solids or surfaces.
The code is just the basics to show the information, you would have to handle units conversions (UnitsOfMeasure object in the Inventor API) and writing the information to a suitable place or otherwise using the data.
Neil