vault backup: 2025-09-11 16:53:00
This commit is contained in:
+16
-16
@@ -1,21 +1,33 @@
|
||||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "automating-pdf-annotation",
|
||||
"path": "automating-pdf-annotation.md"
|
||||
"basename": "subfeeds",
|
||||
"path": "subfeeds.md"
|
||||
},
|
||||
{
|
||||
"basename": "full-takeoff",
|
||||
"path": "full-takeoff.md"
|
||||
},
|
||||
{
|
||||
"basename": "project-setup",
|
||||
"path": "project-setup.md"
|
||||
"basename": "assembly-philosophy",
|
||||
"path": "assembly-philosophy.md"
|
||||
},
|
||||
{
|
||||
"basename": "automating-pdf-annotation",
|
||||
"path": "automating-pdf-annotation.md"
|
||||
},
|
||||
{
|
||||
"basename": "automating-estimating-project-creation",
|
||||
"path": "automating-estimating-project-creation.md"
|
||||
},
|
||||
{
|
||||
"basename": "README",
|
||||
"path": "README.md"
|
||||
},
|
||||
{
|
||||
"basename": "project-setup",
|
||||
"path": "project-setup.md"
|
||||
},
|
||||
{
|
||||
"basename": "breakdown-objects",
|
||||
"path": "breakdown-objects.md"
|
||||
@@ -64,18 +76,10 @@
|
||||
"basename": "bpm-award-analysis",
|
||||
"path": "bpm-award-analysis.md"
|
||||
},
|
||||
{
|
||||
"basename": "automating-estimating-project-creation",
|
||||
"path": "automating-estimating-project-creation.md"
|
||||
},
|
||||
{
|
||||
"basename": "ai-in-estimating",
|
||||
"path": "ai-in-estimating.md"
|
||||
},
|
||||
{
|
||||
"basename": "assembly-philosophy",
|
||||
"path": "assembly-philosophy.md"
|
||||
},
|
||||
{
|
||||
"basename": "misc-budgets",
|
||||
"path": "misc-budgets.md"
|
||||
@@ -195,10 +199,6 @@
|
||||
{
|
||||
"basename": "telecom",
|
||||
"path": "telecom.md"
|
||||
},
|
||||
{
|
||||
"basename": "the-failure-of-risk-management",
|
||||
"path": "the-failure-of-risk-management.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
||||
@@ -10,6 +10,33 @@ tags:
|
||||
|
||||
See [[portable-tools]] for valid dependencies.
|
||||
|
||||
## Bluebeam Revu Measure Hack
|
||||
|
||||
BlueBeam Revu give coordinates for count annotations,
|
||||
even where count = 1.
|
||||
|
||||
Bluebeam's .bax is a annotation interchange format based on xml
|
||||
|
||||
1. Export markups to .bax
|
||||
|
||||
> [!menu]
|
||||
> Markups List > Markups > Export Markups
|
||||
|
||||
2. Edit markups
|
||||
|
||||
Convert count annotations to polygons
|
||||
|
||||
```
|
||||
<TypeInternal>Bluebeam.PDF.Annotations.AnnotationPolygon</TypeInternal>
|
||||
```
|
||||
|
||||
3. Delete all markups in the pdf
|
||||
|
||||
4. Import Markups from edited .bax file
|
||||
|
||||
> [!menu]
|
||||
> Markups List > Markups > Import
|
||||
|
||||
## Clean Documents
|
||||
|
||||
### Page Rotation
|
||||
|
||||
@@ -57,6 +57,7 @@ Pigtail adaptors are used where feeder wires exceed the range of panel lugs.
|
||||
| ---------------- | --------------- |
|
||||
| 100A | 2/0 AWG |
|
||||
| 125A | 3/0 AWG |
|
||||
| 150A | 4/0 AWG |
|
||||
| 225A | 300 kcmil |
|
||||
| 400A | 500 kcmil |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user