Don Berinati Posted June 24, 2007 Share Posted June 24, 2007 (edited) 1- I've looked all over for a way to add "Net Glazed Area" to the window schedule, including the formula =(Window.NetGlazedArea), which returns a huge strange number. Whassup? Wrong formula, obviously, but what's the right one and where in Help, etc are the formulas/formats listed? 2- Along those lines, in one thread I found mention of reordering the window parameters in the OIP by moving them in the # column up or down. But in my VW, there appears to be no # column (I'm looking in the Settings/Data list). There is the first column (which is a numbered list but has no symbol # at heading) but nothing is movable. Wrong place? Thanks much... Edited June 24, 2007 by Don Berinati Quote Link to comment
Robert Anderson Posted June 25, 2007 Share Posted June 25, 2007 By "huge", do you mean the area could be in square inches? If inches or feet-inches are your units, you might try dividing by 144 and see if that number looks right.... Quote Link to comment
Don Berinati Posted June 25, 2007 Author Share Posted June 25, 2007 Turns out if I divide by 12, it's correct, or at least is the same realm as in the OIP. Thanks for the thought... So where is all this parameter info? By that I mean, how to write parameters that will return the correct result without alot of trial and error? Thanks again Quote Link to comment
Robert Anderson Posted June 25, 2007 Share Posted June 25, 2007 Don, 12 is a strange one. Are your documents units metric or imperial, and if the latter, feet, inches, or feet&inches? Quote Link to comment
Don Berinati Posted June 25, 2007 Author Share Posted June 25, 2007 Imperial, Feet and inches. Window sizes are displayed in the schedule as 2'6" W x 5'0" H, say. Quote Link to comment
Robert Anderson Posted June 25, 2007 Share Posted June 25, 2007 Don, this sounds like a bug. Would you submit this to bugsubmit@nemetschek.net along with a file illustrating the problem? Thanks in advance. Quote Link to comment
wezelboy Posted June 25, 2007 Share Posted June 25, 2007 You can probably get around this by manually changing the formula in the schedule either by dividing NetGlazedArea by 12 (or 144 or whatever), or by getting the glazing height and width from other fields and doing the multiplication yourself. Quote Link to comment
Mightyquinn Posted November 16, 2007 Share Posted November 16, 2007 (edited) I have noticed the same problem as Don, and I've noticed that no matter units listed for the dimension area, and no matter how the formula is divided or multiplied, the result of =('Window'.'NetGlazedArea') is always 12 x too large.... Robert, any idea? I just submitted this as a bug Brad O'Donnell VW 2008 Edited November 16, 2007 by Mightyquinn Quote Link to comment
P Retondo Posted November 16, 2007 Share Posted November 16, 2007 Sounds like VW is reading one dimension in feet and the other in inches. Quote Link to comment
Petri Posted November 17, 2007 Share Posted November 17, 2007 In metric system, the area is 90.90725 times too large... Quote Link to comment
doughd Posted December 11, 2007 Share Posted December 11, 2007 So where are the formulas/formats listed at? Quote Link to comment
doughd Posted December 13, 2007 Share Posted December 13, 2007 Does anybody know where the formulas are listed at? Quote Link to comment
Guest Posted December 13, 2007 Share Posted December 13, 2007 Worksheet formulae (functions and criteria) can all be found by searching "formula" in the online help. Quote Link to comment
Don Berinati Posted March 1, 2008 Author Share Posted March 1, 2008 I see the functions and criteria, but where are the actual formula 'names' of the parameters, ie 'Glazing Description', say? Or do I just use the VW name without spaces or add single quotes, etc? Thanks! Quote Link to comment
Robert Anderson Posted March 1, 2008 Share Posted March 1, 2008 To add a parameter name to a column in a database row in a worksheet, you use the following general formula: ='ObjectName'.'ParameterName' So for example, the glazing description of a window is: ='Window'.'Glazing' The trick here is to figure out the parameter name, of course, as it's possible to have more verbose "alternate names" show up on the Object Info palette. You can either peruse the parameter listing in the VectorScript Plug-in Editor or there is also a script over in the VectorScript section of the TS Board that will print out all records (including parameters) attached to an object. HTH, Robert Quote Link to comment
Don Berinati Posted March 1, 2008 Author Share Posted March 1, 2008 OK, the VS Plug-In Editor has what I need. Thanks again! Quote Link to comment
angwns Posted June 16, 2010 Share Posted June 16, 2010 How about ('Door'.'NetGlazedArea') ? I tried adding this into my door schedule, but it's not working. I've also tried a couple variations of Glazed Area. Is there a secret to the wording in the formula? Thanks, Angie 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.