Task 4 – Get Elements from a Design Category
By the end of this task, you will be able to:
- Fetch elements and information like id and properties.
- Make sense of the options and fields in the documentation on the elements query, elements, object, and properties object.
You will use the following queries in this task:
Type | Operation | Description |
---|---|---|
Query | Elements | Retrieves designs in the given project, using additional RSQL filters if provided. |
Step 1: Request Elements matching the specified classification filter
The Elements query returns an Elements object, which contains an array of Element objects.
For this exercise, we request all elements instances with - Elements id, name field, and properties. - Name and value fields in the properties object.
- In AEC Data Model Explorer, the query is populated by default in the Query Pane. You can also edit or update the query as per your requirement and run it.
Query
query ($designId: ID!, $propertyFilter: String!) { elements( designId: $designId filter: {query: $propertyFilter} pagination: {limit: 20} ) { pagination { cursor } results { id name properties { results { name value propertyDefinition { units } } } } } }
Show More- In the Query Variables Pane, replace the value of the
designId
obtained in task 3 and property filter with the ID of your choice. For ease of understanding, we have used “property.name.category==walls”.Note: Refer to the Advanced Filtering Capabilities page to see the list of supported metadata filtering options.
Query Variables
{ "designId" : "YWVjZH5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3", "propertyFilter": "property.name.category==Walls" }
- Click Play. The list of elements available within that design of property with name category and value as “Walls” is displayed in the response.
The response should be similar to the following code-block:
Response
{ "data": { "elements": { "pagination": { "cursor": "Y3Vyc35GQT09fjIw" }, "results": [ { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMGMzNw", "name": "Generic - 21\"", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Generic - 21\"", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Generic - 21\"", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Type", "propertyDefinition": { "units": null } }, { "name": "Absorptance", "value": 0.7, "propertyDefinition": { "units": "General" } }, { "name": "Roughness", "value": 3, "propertyDefinition": { "units": null } }, { "name": "Thermal Mass", "value": 0, "propertyDefinition": { "units": "Joules per square meter Kelvin" } }, { "name": "Thermal Resistance (R)", "value": 0, "propertyDefinition": { "units": "Square meter kelvins per watt" } }, { "name": "Coarse Scale Fill Color", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Cost", "value": 0, "propertyDefinition": { "units": "Currency" } }, { "name": "Function", "value": 1, "propertyDefinition": { "units": null } }, { "name": "Export Type to IFC", "value": "Default", "propertyDefinition": { "units": null } }, { "name": "Type IfcGUID", "value": "04b3cqL6T7nASkHPv$nphr", "propertyDefinition": { "units": null } }, { "name": "Assembly Code", "value": "B2010", "propertyDefinition": { "units": null } }, { "name": "Assembly Description", "value": "Exterior Walls", "propertyDefinition": { "units": null } }, { "name": "Width", "value": 0.5334000000000001, "propertyDefinition": { "units": "Meters" } }, { "name": "Wrapping at Ends", "value": "None", "propertyDefinition": { "units": null } }, { "name": "Wrapping at Inserts", "value": "Do not wrap", "propertyDefinition": { "units": null } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTc5NQ", "name": "_Not Defined", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Curtain Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "_Not Defined", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Length", "value": 1.0668000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 2.4928982400006445, "propertyDefinition": { "units": "Square meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no5N", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Justification", "value": "Beginning", "propertyDefinition": { "units": null } }, { "name": "Justification", "value": "Beginning", "propertyDefinition": { "units": null } }, { "name": "Number", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Number", "value": 4, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0.8128000000000001, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": -2.3368, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 2.3368000000006037, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdhNQ", "name": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 1.4383160862420683, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 3.2317665212142757, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 0.9860739215865809, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no5d", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": -0.9398000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 4.546600000000602, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdhNg", "name": "Solar Wall (Parapet)", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Solar Wall (Parapet)", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 1.6460776368749865, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 1.376465981556736, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 0.687905392562603, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no5a", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": -0.9398000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Tapered", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 3, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Exterior Angle", "value": 0.17453292519943278, "propertyDefinition": { "units": "Radians" } }, { "name": "Interior Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Enable Angle Overrides", "value": false, "propertyDefinition": { "units": null } }, { "name": "Bottom Width", "value": 0.6387870964698155, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Width", "value": 0.47307500000000025, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 0.9397999999999986, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdhNw", "name": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 1.0626540981910537, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 3.768650122285474, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 1.1019842226549768, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no5b", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": -0.9398000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 4.546600000000602, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdhOA", "name": "Solar Wall (Parapet)", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Solar Wall (Parapet)", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 1.2009675475581287, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 0.901755704546776, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 0.43464459760001195, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no5g", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": -0.9398000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Tapered", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 3, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Exterior Angle", "value": 0.17453292519943278, "propertyDefinition": { "units": "Radians" } }, { "name": "Interior Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Enable Angle Overrides", "value": false, "propertyDefinition": { "units": null } }, { "name": "Bottom Width", "value": 0.6387870964698155, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Width", "value": 0.47307500000000025, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 0.9397999999999986, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdhYg", "name": "Solar Wall (Multi-Level)", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Solar Wall (Multi-Level)", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 4.792662500000017, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 23.709836410796086, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 25.039749093710018, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no5f", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Tapered", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Exterior Angle", "value": 0.17453292519943278, "propertyDefinition": { "units": "Radians" } }, { "name": "Interior Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Enable Angle Overrides", "value": false, "propertyDefinition": { "units": null } }, { "name": "Bottom Width", "value": 1.5889109726195683, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Width", "value": 0.6215106256605418, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 5.486400000000603, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdiNA", "name": "_Not Defined", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Curtain Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "_Not Defined", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Length", "value": 1.0413999999999752, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 11.109655199999741, "propertyDefinition": { "units": "Square meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no5s", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Justification", "value": "Beginning", "propertyDefinition": { "units": null } }, { "name": "Justification", "value": "Beginning", "propertyDefinition": { "units": null } }, { "name": "Number", "value": 8, "propertyDefinition": { "units": null } }, { "name": "Number", "value": 1, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0.6096, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": -0.9144000000000001, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 10.668000000000003, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdkMw", "name": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 3.0539553128302654, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 15.050292480001643, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 4.814710783207467, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no4H", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 5.486400000000603, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdkNA", "name": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 1.201737499999955, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 8.2226448450007, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 2.497916847167566, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no4M", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": -1.5240000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": -0.9398000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 14.198600000000607, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdlYQ", "name": "Solar Wall (Multi-Level)", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Solar Wall (Multi-Level)", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 4.792662500000017, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 23.709836410796086, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 24.574663482831845, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no4e", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Tapered", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Exterior Angle", "value": 0.17453292519943278, "propertyDefinition": { "units": "Radians" } }, { "name": "Interior Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Enable Angle Overrides", "value": false, "propertyDefinition": { "units": null } }, { "name": "Bottom Width", "value": 1.5889109726195683, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Width", "value": 0.6215106256605418, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 5.486400000000603, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTdlYg", "name": "_Not Defined", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Curtain Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "_Not Defined", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Length", "value": 1.0413999999999752, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 11.109655199999716, "propertyDefinition": { "units": "Square meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$no4f", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Justification", "value": "Beginning", "propertyDefinition": { "units": null } }, { "name": "Justification", "value": "Beginning", "propertyDefinition": { "units": null } }, { "name": "Number", "value": 8, "propertyDefinition": { "units": null } }, { "name": "Number", "value": 1, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0.6096, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": -0.9144000000000001, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 10.668000000000003, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTgwYQ", "name": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 3.0539553128302654, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 15.050292480001643, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 4.8147098193551665, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$nox8", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 5.486400000000603, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTgyNA", "name": "Solar Wall (Multi-Level)", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Solar Wall (Multi-Level)", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 4.792662500000017, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 23.70983641079611, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 25.04026236877448, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$noxc", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Tapered", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Exterior Angle", "value": 0.17453292519943278, "propertyDefinition": { "units": "Radians" } }, { "name": "Interior Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Enable Angle Overrides", "value": false, "propertyDefinition": { "units": null } }, { "name": "Bottom Width", "value": 1.5889109726195683, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Width", "value": 0.6215106256605418, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 5.486400000000603, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTgyNQ", "name": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 3.0539553128302654, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 15.05029248000164, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 4.81471050400158, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$noxd", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 5.486400000000603, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTgyNw", "name": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Exterior - 12 5/8\" Rainscreen w Insultation on Metal Stud", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 1.201737499999955, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 8.222644845000717, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 2.4873596547576757, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$noxb", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": -1.5240000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Vertical", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 2, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": -0.9398000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 14.198600000000607, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTgyOA", "name": "Solar Wall (Parapet)", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Solar Wall (Parapet)", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 1.201737499999995, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 0.9938058641460061, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 0.5440940086951872, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$noxg", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": -0.9398000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Tapered", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 3, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Exterior Angle", "value": 0.17453292519943278, "propertyDefinition": { "units": "Radians" } }, { "name": "Interior Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Enable Angle Overrides", "value": false, "propertyDefinition": { "units": null } }, { "name": "Bottom Width", "value": 0.6387870964698149, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Width", "value": 0.4730749999999999, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 0.9397999999999986, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTgyOQ", "name": "Solar Wall (Parapet)", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Solar Wall (Parapet)", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 1.201737499999995, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 0.9938058641460084, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 0.5440940086951884, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$noxh", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": -0.9398000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Tapered", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 3, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Exterior Angle", "value": 0.17453292519943278, "propertyDefinition": { "units": "Radians" } }, { "name": "Interior Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Enable Angle Overrides", "value": false, "propertyDefinition": { "units": null } }, { "name": "Bottom Width", "value": 0.6387870964698149, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Width", "value": 0.4730749999999999, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 0.9397999999999986, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTgyYQ", "name": "Solar Wall (Parapet)", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Solar Wall (Parapet)", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 1.201737499999995, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 0.9938058641460122, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 0.4253410526529743, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$noxe", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": -0.9398000000000002, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Tapered", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 3, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Exterior Angle", "value": 0.17453292519943278, "propertyDefinition": { "units": "Radians" } }, { "name": "Interior Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Enable Angle Overrides", "value": false, "propertyDefinition": { "units": null } }, { "name": "Bottom Width", "value": 0.6387870964698149, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Width", "value": 0.4730749999999999, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 0.9397999999999986, "propertyDefinition": { "units": "Meters" } } ] } }, { "id": "YWVjZX5xcTdtR2JYNVV4NDNNVmJES3cwZGVuX0wyQ35iaEtKQV8zdFIxbW5LVTVVVTRjTkV3XzEwMTgyYg", "name": "Solar Wall (L5)", "properties": { "results": [ { "name": "Revit Category Type Id", "value": "Walls", "propertyDefinition": { "units": null } }, { "name": "Family Name", "value": "Basic Wall", "propertyDefinition": { "units": null } }, { "name": "Element Name", "value": "Solar Wall (L5)", "propertyDefinition": { "units": null } }, { "name": "Element Context", "value": "Instance", "propertyDefinition": { "units": null } }, { "name": "Length", "value": 4.792662500000015, "propertyDefinition": { "units": "Meters" } }, { "name": "Design Option", "value": "Main Model", "propertyDefinition": { "units": null } }, { "name": "Area", "value": 23.460893610284835, "propertyDefinition": { "units": "Square meters" } }, { "name": "Volume", "value": 22.830919776663414, "propertyDefinition": { "units": "Cubic meters" } }, { "name": "Export to IFC", "value": "By Type", "propertyDefinition": { "units": null } }, { "name": "IfcGUID", "value": "04b3cqL6T7nASkHPv$noxf", "propertyDefinition": { "units": null } }, { "name": "Related to Mass", "value": false, "propertyDefinition": { "units": null } }, { "name": "Room Bounding", "value": true, "propertyDefinition": { "units": null } }, { "name": "Base Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Base is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Cross-Section", "value": "Tapered", "propertyDefinition": { "units": null } }, { "name": "Location Line", "value": 3, "propertyDefinition": { "units": null } }, { "name": "Structural", "value": false, "propertyDefinition": { "units": null } }, { "name": "Structural Usage", "value": 0, "propertyDefinition": { "units": null } }, { "name": "Exterior Angle", "value": 0.17453292519943278, "propertyDefinition": { "units": "Radians" } }, { "name": "Interior Angle", "value": 0, "propertyDefinition": { "units": "Radians" } }, { "name": "Enable Angle Overrides", "value": false, "propertyDefinition": { "units": null } }, { "name": "Bottom Width", "value": 1.514294096959028, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Width", "value": 0.5468937500000003, "propertyDefinition": { "units": "Meters" } }, { "name": "Top Extension Distance", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Top is Attached", "value": false, "propertyDefinition": { "units": null } }, { "name": "Top Offset", "value": 0, "propertyDefinition": { "units": "Meters" } }, { "name": "Unconnected Height", "value": 5.486400000000603, "propertyDefinition": { "units": "Meters" } } ] } } ] } } }
Show More
After working through the steps mentioned above, you should see a screen similar to the following image: