@willcgage/module-schematic 0.83.1 → 0.83.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -11
- package/dist/index.d.ts +21 -11
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1528,9 +1528,11 @@ interface TrackPart {
|
|
|
1528
1528
|
* (#193). */
|
|
1529
1529
|
/** ⚠️ `crossover` is an ASSEMBLY, not a single turnout. A Fast Tracks
|
|
1530
1530
|
* crossover fixture builds ONE SYMMETRICAL HALF; you build a second, rotate it
|
|
1531
|
-
* 180° and butt the two together at the through routes and the
|
|
1532
|
-
* a complete DOUBLE
|
|
1533
|
-
*
|
|
1531
|
+
* 180° and butt the two together at the through routes and the scissors to get
|
|
1532
|
+
* a complete DOUBLE CROSSOVER — four turnouts, two diagonals, and the SCISSORS
|
|
1533
|
+
* where they cross. ⚠️ Will Gage, 2026-07-26: *"A double crossover contains
|
|
1534
|
+
* the scissors."* The scissors is that X, not the whole assembly — do not use
|
|
1535
|
+
* it as another name for the part. So it carries {@link trackSpacing} and
|
|
1534
1536
|
* {@link secondaryFrogAngle}, which no single turnout has, and
|
|
1535
1537
|
* {@link piecesPerAssembly} — because its lengths describe the HALF, not the
|
|
1536
1538
|
* finished crossover. */
|
|
@@ -1620,8 +1622,9 @@ interface TrackPart {
|
|
|
1620
1622
|
* than reconciled: it is a fact about the product, and an owner deciding what
|
|
1621
1623
|
* to buy is better served by the true number than by a convenient one. */
|
|
1622
1624
|
trackSpacing?: PartDimension;
|
|
1623
|
-
/** The SECOND frog angle on a part that has two — the
|
|
1624
|
-
*
|
|
1625
|
+
/** The SECOND frog angle on a part that has two — the SCISSORS of a double
|
|
1626
|
+
* crossover, the X where its two opposite diverging routes meet and cross.
|
|
1627
|
+
* Published in degrees. */
|
|
1625
1628
|
secondaryFrogAngle?: PartAngle;
|
|
1626
1629
|
/** The part's drawn geometry in its own frame, when it came from a library
|
|
1627
1630
|
* file. This is the payload worth importing — real outlines we can draw
|
|
@@ -1783,17 +1786,24 @@ declare const FAST_TRACKS_N_ME55: TrackPart[];
|
|
|
1783
1786
|
* read as the assembly's.
|
|
1784
1787
|
*
|
|
1785
1788
|
* ⚠️ THE FINISHED LENGTH IS NOT PUBLISHED, and is deliberately not stored. The
|
|
1786
|
-
* two halves are related by a 180° rotation about the
|
|
1789
|
+
* two halves are related by a 180° rotation about the scissors, so they cover the
|
|
1787
1790
|
* same longitudinal span and the finished crossover is plausibly also ~10.07″ —
|
|
1788
1791
|
* but that is an inference from the symmetry, not a reading, and this library
|
|
1789
1792
|
* has been burned four times by exactly that kind of plausible reconstruction.
|
|
1790
1793
|
* If it matters, measure a built one.
|
|
1791
1794
|
*
|
|
1792
|
-
* ⚠️ THESE MAKE A DOUBLE
|
|
1793
|
-
*
|
|
1794
|
-
* HALF of the 19°
|
|
1795
|
-
* piece is butted up. Not a single
|
|
1796
|
-
* its own.
|
|
1795
|
+
* ⚠️ THESE MAKE A DOUBLE CROSSOVER — four turnouts, two diagonals, and the
|
|
1796
|
+
* SCISSORS where the two opposite diverging routes meet and cross in an X.
|
|
1797
|
+
* A half carries one full 9.46° frog and HALF of the 19° scissors, which is why
|
|
1798
|
+
* the scissors only exists once the second piece is butted up. Not a single
|
|
1799
|
+
* crossover: half a scissors is not usable on its own.
|
|
1800
|
+
*
|
|
1801
|
+
* ⚠️ TERMINOLOGY, from Will Gage 2026-07-26: *"A double crossover contains the
|
|
1802
|
+
* scissors. The location where both opposite diverging routes meet and cross
|
|
1803
|
+
* like an 'X'."* The scissors is that crossing, NOT another name for the whole
|
|
1804
|
+
* part — the assembly is a double crossover. Nor is it this library's
|
|
1805
|
+
* `crossing`/diamond kind, which is two tracks crossing with no route choice
|
|
1806
|
+
* (#170); the scissors is internal to the crossover.
|
|
1797
1807
|
*
|
|
1798
1808
|
* ⚠️⚠️ **THE TRACK SPACING IS 1.09″, AND FREE-moN §2.0 REQUIRES 1.125″.**
|
|
1799
1809
|
* A crossover fixture is machined for ONE spacing; it is not adjustable. So a
|
package/dist/index.d.ts
CHANGED
|
@@ -1528,9 +1528,11 @@ interface TrackPart {
|
|
|
1528
1528
|
* (#193). */
|
|
1529
1529
|
/** ⚠️ `crossover` is an ASSEMBLY, not a single turnout. A Fast Tracks
|
|
1530
1530
|
* crossover fixture builds ONE SYMMETRICAL HALF; you build a second, rotate it
|
|
1531
|
-
* 180° and butt the two together at the through routes and the
|
|
1532
|
-
* a complete DOUBLE
|
|
1533
|
-
*
|
|
1531
|
+
* 180° and butt the two together at the through routes and the scissors to get
|
|
1532
|
+
* a complete DOUBLE CROSSOVER — four turnouts, two diagonals, and the SCISSORS
|
|
1533
|
+
* where they cross. ⚠️ Will Gage, 2026-07-26: *"A double crossover contains
|
|
1534
|
+
* the scissors."* The scissors is that X, not the whole assembly — do not use
|
|
1535
|
+
* it as another name for the part. So it carries {@link trackSpacing} and
|
|
1534
1536
|
* {@link secondaryFrogAngle}, which no single turnout has, and
|
|
1535
1537
|
* {@link piecesPerAssembly} — because its lengths describe the HALF, not the
|
|
1536
1538
|
* finished crossover. */
|
|
@@ -1620,8 +1622,9 @@ interface TrackPart {
|
|
|
1620
1622
|
* than reconciled: it is a fact about the product, and an owner deciding what
|
|
1621
1623
|
* to buy is better served by the true number than by a convenient one. */
|
|
1622
1624
|
trackSpacing?: PartDimension;
|
|
1623
|
-
/** The SECOND frog angle on a part that has two — the
|
|
1624
|
-
*
|
|
1625
|
+
/** The SECOND frog angle on a part that has two — the SCISSORS of a double
|
|
1626
|
+
* crossover, the X where its two opposite diverging routes meet and cross.
|
|
1627
|
+
* Published in degrees. */
|
|
1625
1628
|
secondaryFrogAngle?: PartAngle;
|
|
1626
1629
|
/** The part's drawn geometry in its own frame, when it came from a library
|
|
1627
1630
|
* file. This is the payload worth importing — real outlines we can draw
|
|
@@ -1783,17 +1786,24 @@ declare const FAST_TRACKS_N_ME55: TrackPart[];
|
|
|
1783
1786
|
* read as the assembly's.
|
|
1784
1787
|
*
|
|
1785
1788
|
* ⚠️ THE FINISHED LENGTH IS NOT PUBLISHED, and is deliberately not stored. The
|
|
1786
|
-
* two halves are related by a 180° rotation about the
|
|
1789
|
+
* two halves are related by a 180° rotation about the scissors, so they cover the
|
|
1787
1790
|
* same longitudinal span and the finished crossover is plausibly also ~10.07″ —
|
|
1788
1791
|
* but that is an inference from the symmetry, not a reading, and this library
|
|
1789
1792
|
* has been burned four times by exactly that kind of plausible reconstruction.
|
|
1790
1793
|
* If it matters, measure a built one.
|
|
1791
1794
|
*
|
|
1792
|
-
* ⚠️ THESE MAKE A DOUBLE
|
|
1793
|
-
*
|
|
1794
|
-
* HALF of the 19°
|
|
1795
|
-
* piece is butted up. Not a single
|
|
1796
|
-
* its own.
|
|
1795
|
+
* ⚠️ THESE MAKE A DOUBLE CROSSOVER — four turnouts, two diagonals, and the
|
|
1796
|
+
* SCISSORS where the two opposite diverging routes meet and cross in an X.
|
|
1797
|
+
* A half carries one full 9.46° frog and HALF of the 19° scissors, which is why
|
|
1798
|
+
* the scissors only exists once the second piece is butted up. Not a single
|
|
1799
|
+
* crossover: half a scissors is not usable on its own.
|
|
1800
|
+
*
|
|
1801
|
+
* ⚠️ TERMINOLOGY, from Will Gage 2026-07-26: *"A double crossover contains the
|
|
1802
|
+
* scissors. The location where both opposite diverging routes meet and cross
|
|
1803
|
+
* like an 'X'."* The scissors is that crossing, NOT another name for the whole
|
|
1804
|
+
* part — the assembly is a double crossover. Nor is it this library's
|
|
1805
|
+
* `crossing`/diamond kind, which is two tracks crossing with no route choice
|
|
1806
|
+
* (#170); the scissors is internal to the crossover.
|
|
1797
1807
|
*
|
|
1798
1808
|
* ⚠️⚠️ **THE TRACK SPACING IS 1.09″, AND FREE-moN §2.0 REQUIRES 1.125″.**
|
|
1799
1809
|
* A crossover fixture is machined for ONE spacing; it is not adjustable. So a
|
package/dist/index.js
CHANGED
|
@@ -1649,7 +1649,7 @@ var FAST_TRACKS_N_ME55_CROSSOVERS = [
|
|
|
1649
1649
|
secondaryFrogAngle: {
|
|
1650
1650
|
deg: second,
|
|
1651
1651
|
source: manufacturer,
|
|
1652
|
-
note: `${spec}. The
|
|
1652
|
+
note: `${spec}. The SCISSORS of a double crossover \u2014 the X where its two opposite diverging routes cross \u2014 at 2 \xD7 ${deg}\xB0 within the published rounding.`
|
|
1653
1653
|
},
|
|
1654
1654
|
overallLength: {
|
|
1655
1655
|
inches: dflt,
|