vault backup: 2025-09-11 16:53:00
This commit is contained in:
+16
-16
@@ -1,21 +1,33 @@
|
|||||||
{
|
{
|
||||||
"recentFiles": [
|
"recentFiles": [
|
||||||
{
|
{
|
||||||
"basename": "automating-pdf-annotation",
|
"basename": "subfeeds",
|
||||||
"path": "automating-pdf-annotation.md"
|
"path": "subfeeds.md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"basename": "full-takeoff",
|
"basename": "full-takeoff",
|
||||||
"path": "full-takeoff.md"
|
"path": "full-takeoff.md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"basename": "project-setup",
|
"basename": "assembly-philosophy",
|
||||||
"path": "project-setup.md"
|
"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",
|
"basename": "README",
|
||||||
"path": "README.md"
|
"path": "README.md"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"basename": "project-setup",
|
||||||
|
"path": "project-setup.md"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"basename": "breakdown-objects",
|
"basename": "breakdown-objects",
|
||||||
"path": "breakdown-objects.md"
|
"path": "breakdown-objects.md"
|
||||||
@@ -64,18 +76,10 @@
|
|||||||
"basename": "bpm-award-analysis",
|
"basename": "bpm-award-analysis",
|
||||||
"path": "bpm-award-analysis.md"
|
"path": "bpm-award-analysis.md"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"basename": "automating-estimating-project-creation",
|
|
||||||
"path": "automating-estimating-project-creation.md"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"basename": "ai-in-estimating",
|
"basename": "ai-in-estimating",
|
||||||
"path": "ai-in-estimating.md"
|
"path": "ai-in-estimating.md"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"basename": "assembly-philosophy",
|
|
||||||
"path": "assembly-philosophy.md"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"basename": "misc-budgets",
|
"basename": "misc-budgets",
|
||||||
"path": "misc-budgets.md"
|
"path": "misc-budgets.md"
|
||||||
@@ -195,10 +199,6 @@
|
|||||||
{
|
{
|
||||||
"basename": "telecom",
|
"basename": "telecom",
|
||||||
"path": "telecom.md"
|
"path": "telecom.md"
|
||||||
},
|
|
||||||
{
|
|
||||||
"basename": "the-failure-of-risk-management",
|
|
||||||
"path": "the-failure-of-risk-management.md"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"omittedPaths": [],
|
"omittedPaths": [],
|
||||||
|
|||||||
@@ -10,6 +10,33 @@ tags:
|
|||||||
|
|
||||||
See [[portable-tools]] for valid dependencies.
|
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
|
## Clean Documents
|
||||||
|
|
||||||
### Page Rotation
|
### Page Rotation
|
||||||
|
|||||||
+2
-1
@@ -57,8 +57,9 @@ Pigtail adaptors are used where feeder wires exceed the range of panel lugs.
|
|||||||
| ---------------- | --------------- |
|
| ---------------- | --------------- |
|
||||||
| 100A | 2/0 AWG |
|
| 100A | 2/0 AWG |
|
||||||
| 125A | 3/0 AWG |
|
| 125A | 3/0 AWG |
|
||||||
|
| 150A | 4/0 AWG |
|
||||||
| 225A | 300 kcmil |
|
| 225A | 300 kcmil |
|
||||||
| 400A | 500 kcmil |
|
| 400A | 500 kcmil |
|
||||||
|
|
||||||
`ITEM DATABASE`/`WIRE & CABLE ACCESSORIES`/`WIRE LUGS & SPLICING`/`PIGTAIL ADAPTORS...`/`ADAPTOR STRAIGHT PIGTAIL - ...`
|
`ITEM DATABASE`/`WIRE & CABLE ACCESSORIES`/`WIRE LUGS & SPLICING`/`PIGTAIL ADAPTORS...`/`ADAPTOR STRAIGHT PIGTAIL - ...`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user