vault backup: 2025-09-09 16:53:35

This commit is contained in:
2025-09-09 16:53:35 -04:00
parent 7f42178876
commit b807eaa420
6 changed files with 163 additions and 102 deletions
+45
View File
@@ -0,0 +1,45 @@
---
id:
aliases: []
tags:
- topic/automation
- topic/estimating
- topic/software
- status/fleeting
---
# Breakdown Objects
return child breakdowns from a parent
for use in takeoff
```
Buildings["Building A"].GetEveryNthLevel(2)
Buildings["Building A"].GetTaggedLevel("Roof")
```
```
Buildings["Building A"].GetHeight()
```
```
Buildings["Building A"].Levels[0]
```
Define equipment locations stochastically
```
in Building A,
every odd level has
20 receptacles
fed from
a panel
on that level
and every even level has
20 receptacles
fed from
a panel
on the floor below
```
equipment of the same type is assumed to be evenly spaced.