vault backup: 2025-12-12 15:11:12

This commit is contained in:
2025-12-12 15:11:12 -05:00
parent d0cc8ed5b5
commit bdea27a990
15 changed files with 73 additions and 30 deletions
+8 -5
View File
@@ -1,6 +1,7 @@
---
id:
aliases: []
title: Breakdown Objects
tags:
- authorship/original
- destiny/fleeting
@@ -9,7 +10,6 @@ tags:
- topic/estimating
- topic/software
- type/idea
title: Breakdown Objects
---
# Breakdown Objects
@@ -64,10 +64,13 @@ equipment of the same type is assumed to be evenly spaced.
![[location-vs-scope.excalidraw]]
MDPB is physically _located_ in "Bldg A",
but serves only loads in "Bldg B".
MDPB is physically _located_ in Building A,
but serves only loads in Building B.
```
location = "Bldg A"
scope = "Bldg B"
location = Buildings["Building A"]
scope = Buildings["Building B"]
```
Were Building B removed from the contract scope,
it can be expected that MDPB would be as well.