@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.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 diamond to get
1532
- * a complete DOUBLE (scissors) crossover — four turnouts, two diagonals and
1533
- * the X where they cross. So it carries {@link trackSpacing} and
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 diamond where the
1624
- * diagonals of a scissors crossover cross. Published in degrees. */
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 diamond, so they cover 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 (SCISSORS) CROSSOVER — four turnouts, two diagonals,
1793
- * and the X where the diagonals cross. A half carries one full 9.46° frog and
1794
- * HALF of the 19° diamond, which is why the diamond only exists once the second
1795
- * piece is butted up. Not a single crossover: half a diamond is not usable on
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 diamond to get
1532
- * a complete DOUBLE (scissors) crossover — four turnouts, two diagonals and
1533
- * the X where they cross. So it carries {@link trackSpacing} and
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 diamond where the
1624
- * diagonals of a scissors crossover cross. Published in degrees. */
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 diamond, so they cover 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 (SCISSORS) CROSSOVER — four turnouts, two diagonals,
1793
- * and the X where the diagonals cross. A half carries one full 9.46° frog and
1794
- * HALF of the 19° diamond, which is why the diamond only exists once the second
1795
- * piece is butted up. Not a single crossover: half a diamond is not usable on
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 diamond of a scissors crossover \u2014 2 \xD7 ${deg}\xB0 within the published rounding.`
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,