@willcgage/module-schematic 0.36.0 → 0.38.0
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.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -279,6 +279,12 @@ interface BenchworkPoint {
|
|
|
279
279
|
y: number;
|
|
280
280
|
bulge?: number;
|
|
281
281
|
}
|
|
282
|
+
/** NB: a module has NO compass direction of its own, deliberately. It has ends
|
|
283
|
+
* A and B. Direction is a property of the LAYOUT — the same board can be
|
|
284
|
+
* installed running either way round, or on either axis, so a compass label
|
|
285
|
+
* stored here could only ever contradict the layout that placed it. Railroads
|
|
286
|
+
* do the same thing with timetable direction: the railroad declares which way
|
|
287
|
+
* is "east", not any one piece of track. Free-Dispatcher owns direction. */
|
|
282
288
|
/** One bench-work section of a module (#96 phase 2). */
|
|
283
289
|
interface SectionFootprint {
|
|
284
290
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -279,6 +279,12 @@ interface BenchworkPoint {
|
|
|
279
279
|
y: number;
|
|
280
280
|
bulge?: number;
|
|
281
281
|
}
|
|
282
|
+
/** NB: a module has NO compass direction of its own, deliberately. It has ends
|
|
283
|
+
* A and B. Direction is a property of the LAYOUT — the same board can be
|
|
284
|
+
* installed running either way round, or on either axis, so a compass label
|
|
285
|
+
* stored here could only ever contradict the layout that placed it. Railroads
|
|
286
|
+
* do the same thing with timetable direction: the railroad declares which way
|
|
287
|
+
* is "east", not any one piece of track. Free-Dispatcher owns direction. */
|
|
282
288
|
/** One bench-work section of a module (#96 phase 2). */
|
|
283
289
|
interface SectionFootprint {
|
|
284
290
|
id: string;
|