Chris Brough Posted April 7, 2015 Share Posted April 7, 2015 (edited) I really like being able to reference =Width, =Length & =Height of an object within the Worksheets functions, however it seems the function list is half done. I only find the three dimension types i've mentioned above, and others like "Depth" which solid subtractions, additions, etc. use. You can see in my attached screen cap that those items which are "zero length" use the Depth dimension name so the =length function returns 0, but depth is not a choice as a function. Is there a way to accomplish this easily via functions or would i be getting into Vectorscript / Python? Thanks in advance for any help! Edited April 7, 2015 by Chris @ Cider Press Woodworks Quote Link to comment
michaelk Posted April 7, 2015 Share Posted April 7, 2015 If you know 2 dimensions, i.e. height and width, then use volume to extract the 3rd dimension =volume/(height*width) hth mk Quote Link to comment
Chris Brough Posted April 8, 2015 Author Share Posted April 8, 2015 Hi Michael, I definitely like the idea. My first thought is that this would only work for objects with 6 faces with all 90 degree corners. Also, I'm assuming volume accounts for subtracted space from the "box" object. i.e. if i have a large hole cut from the center of the object, that hole makes the volume smaller than just the overall LxWxH or LxDxH. Thoughts? Quote Link to comment
michaelk Posted April 8, 2015 Share Posted April 8, 2015 You're correct. Even a miter on one end throws it off. Quote Link to comment
acepernich Posted April 9, 2015 Share Posted April 9, 2015 That shouldn't bother a part size cultist. Quote Link to comment
Chris Brough Posted April 9, 2015 Author Share Posted April 9, 2015 That shouldn't bother a part size cultist. I'm not sure what you mean. If the volume of a 3/4" x 2" x 30" part has a miter on the end, the volume is less than THxWxL. So =volume/(height*width) will not return the correct depth (or needed dimension). Quote Link to comment
acepernich Posted April 9, 2015 Share Posted April 9, 2015 That shouldn't bother a part size cultist. I'm not sure what you mean. If the volume of a 3/4" x 2" x 30" part has a miter on the end, the volume is less than THxWxL. So =volume/(height*width) will not return the correct depth (or needed dimension). That shouldn't bother a part size CULTIST. (never mind) Quote Link to comment
Chris Brough Posted April 10, 2015 Author Share Posted April 10, 2015 ah gotcha! thanks for the input :crazy: Quote Link to comment
jgmrussell Posted April 13, 2015 Share Posted April 13, 2015 Good morning, I use interiorcad in my woodworking business. if you are not aware of it, please check it out as it is a very powerful addition to vectorworks in providing cut lists, part sizes etc. for cabinetry, millwork, furniture etc. Check out link, it has a free demo. http://en.extragroup.de/ Quote Link to comment
Chris Brough Posted April 13, 2015 Author Share Posted April 13, 2015 I have used the evaluation copy of Interiorcad and am close to purchasing the software. It would still be nice to have the option to make my own worksheets without third party software. Quote Link to comment
James Russell Posted April 13, 2015 Share Posted April 13, 2015 Michael (and Chris), Didn't we talk a while ago about using the bounding box parameters to calculate these three values; Length, Width and Height? There will always be obvious flaws with any of these systems; Rotational values, mitres, non-rectangular shapes, slope variations, notchouts. I'd be very interested one day to see the script that runs for the Wall Framer tool in the Architect package, I think that would tell us some interesting things. Back to the aforementioned bounding box, I'll have a play on the train tomorrow and see where I got to on that project. J Quote Link to comment
Chris Brough Posted April 14, 2015 Author Share Posted April 14, 2015 Awesome, thanks James! I can say MOST of my furniture/cabinet parts would show correctly in a cultist using the bounding box method. Does that involve VS or PY? Quote Link to comment
Chris Brough Posted May 1, 2015 Author Share Posted May 1, 2015 Any one have a method to grab a bounding box of any object or group? I'd love to at least get a group bounding box size so i can automate a cabinet list with overall sizes, etc. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.