Table calculating values given nominal dimensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to create a dynamic block that will allow me to run up to 10 calculations given pipe diameters and elevations.
The attached image shows the basic layout of the table I want to create, ideally it would use visibility states to show up to 10 rows.
The user would enter the pertinent values and then the 'Height" parameter would be calculated.
The calculation would be RIM - INVERT - MAIN D = HEIGHT
The issue I am having is that the 'Main D' parameter needs to be entered in nominal values, but the calculation will use a completely different number.
i.e. Entering 1200 would actually need to use 1.285 in the calculation.
There is only 4 nominal values that need to be accounted for so I figured I could use a lookup table but I am at a loss as to how to go about it since look up in AutoCAD is much different than it is in Excel.
Any and all help would be greatly appreciated