2009-09-02 05:51 PM
2009-09-02 05:59 PM
2009-09-03 02:22 PM
2009-09-06 12:31 AM
2009-09-06 01:38 AM
Kieran wrote:Are your property objects linking to the components purely through the "Components" interface (GUI)? Or, have you also programmed linkages into your Property Script?
I would like to list the components of a property object that are linked to a database eg: (DB set, Key, Code, Name etc).
Is this possible? Idealy i'd like to export them into excell but if i could list them in any form this would be useful.
Essentially i'm trying to find which property objects use database items with a custom measurement. I can then determine if the
"Proportional with (Custom):"
text field at the top has an error in the formula. I will do this by comparing similar items and checking they contain the same formula.
2009-09-08 11:05 AM
2009-09-08 10:35 PM
<CompDef NumComps="4" SubIdent="0" SectVersion="3" SectionFlags="0"> <CompRec> <Code><![CDATA["300-01000"]]></Code> <Name><![CDATA["concrete"]]></Name> <Quantity>1</Quantity> <Measure><![CDATA[""]]></Measure> <Keycode><![CDATA["CSI.03"]]></Keycode> <Unitcode><![CDATA[""]]></Unitcode> <DBSetname><![CDATA["AC_12_US"]]></DBSetname> <Prop_with>4</Prop_with> <Reference>yes</Reference> <Prop_expr><![CDATA[""]]></Prop_expr> </CompRec> <CompRec> <Code><![CDATA["f001"]]></Code> <Name><![CDATA["Anchor bolts"]]></Name> <Quantity>0</Quantity> <Measure><![CDATA[""]]></Measure> <Keycode><![CDATA["CSI.03"]]></Keycode> <Unitcode><![CDATA["1"]]></Unitcode> <DBSetname><![CDATA["AC_12_US"]]></DBSetname> <Prop_with>0</Prop_with> <Reference>no</Reference> <Prop_expr><![CDATA[""]]></Prop_expr> </CompRec> <CompRec> <Code><![CDATA["200-00000"]]></Code> <Name><![CDATA["Rebar #5"]]></Name> <Quantity>0</Quantity> <Measure><![CDATA[""]]></Measure> <Keycode><![CDATA["CSI.03"]]></Keycode> <Unitcode><![CDATA["3"]]></Unitcode> <DBSetname><![CDATA["AC_12_US"]]></DBSetname> <Prop_with>1</Prop_with> <Reference>yes</Reference> <Prop_expr><![CDATA[""]]></Prop_expr> </CompRec> <CompRec> <Code><![CDATA["05102"]]></Code> <Name><![CDATA[""]]></Name> <Quantity>0</Quantity> <Measure><![CDATA[""]]></Measure> <Keycode><![CDATA["E-WF.07"]]></Keycode> <Unitcode><![CDATA[""]]></Unitcode> <DBSetname><![CDATA["AC_12_US"]]></DBSetname> <Prop_with>3</Prop_with> <Reference>yes</Reference> <Prop_expr><![CDATA[""]]></Prop_expr> </CompRec> </CompDef>Excel on Windows (but not Excell 2004 on Mac - perhaps Excel 2008 on Mac will do it) can open XML files. Attached is a screenshot of a few of the columns generated from the above.
2009-09-08 10:48 PM
Kieran wrote:If you look at this option, start a new thread in the Developer forum. (From a quick look at the documentation just now, I found where you can retrieve the computed components for an element (not what you want), and where you can retrieve the script for any section of a GDL object - but it was not immediately clear how the component data would be retrieved.)
I am considering downloading the API Developement Kit to attempt to create an add on that could access this data and create a report, but I have not used the kit and I don't know if this would be possible or how difficult it would be.
2009-09-09 04:43 PM