Create table listing an iPart physical properties VBA program required

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello and thanks to everybody for your assistance.
I am working on an ipart assembly to derive volume for multicompartment vessels. However to properly calibrate the metering equipment, we need the volumes at various depths. I have worked a bit with visual basic years back but I do not have the knowledge base or recent experience to automatically gather the information I need. At current, to make these tables, we have to manually go through each iteration of depth and write it into a text file. A very time consuming process.
Essentially what I have been trying to do is have it create a .txt file per solid. If not doable, can make each compartment it's own part, but having them combined would make the process more direct the way I currently run the depths, so in point form of format:
- code to insert text header
- incremental depth report as a table as such <Dimension for depth> <Physical volume of solid>
- text footer.
The main part beyond my skill is to have the popup to select the file creation location and name, and how to have it go through the table of part settings and then auto update and extract the physical volume as a numerical value. The volume units can vary depending on requirements but that is something that I can work with VBA forums and topics to set up. These more general functions I am comfortable with.
Again, I appreciate any assistance offered!