I have a bunch of file with a geometry boundary box. I want to make use of the x, y and z of that boundary box. I need to get those values and write them to a file.
How do I get those values in a VB.NET script?
Edit: For clarification I am talking about getting this accurate bounding box information in the script:
Edit #2:
I see that there is a way to make a custom property get the value of the bounding box:
"SW-Total Bounding Box Length@@@Bounding Box@@Default@FF00038 Tool base 1.1.SLDPRT"
It's there. How can I get that value?
Eric, check macro in this post to help you get started Macro to create Bounding Box - How about Cylinders?
Though it VBA but should not be of much trouble to convert to VB.net or at least can give you the right direction.