@snaptrude/plugin-core 0.0.0-dev-20260708130115

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.
Files changed (241) hide show
  1. package/AGENTS.md +227 -0
  2. package/CHANGELOG.md +119 -0
  3. package/CLAUDE.md +11 -0
  4. package/api-manifest.json +5004 -0
  5. package/dist/api/core/buildings.d.ts +427 -0
  6. package/dist/api/core/buildings.d.ts.map +1 -0
  7. package/dist/api/core/comment/index.d.ts +230 -0
  8. package/dist/api/core/comment/index.d.ts.map +1 -0
  9. package/dist/api/core/geom/create/index.d.ts +247 -0
  10. package/dist/api/core/geom/create/index.d.ts.map +1 -0
  11. package/dist/api/core/geom/delete/index.d.ts +72 -0
  12. package/dist/api/core/geom/delete/index.d.ts.map +1 -0
  13. package/dist/api/core/geom/index.d.ts +33 -0
  14. package/dist/api/core/geom/index.d.ts.map +1 -0
  15. package/dist/api/core/geom/query/arc.d.ts +169 -0
  16. package/dist/api/core/geom/query/arc.d.ts.map +1 -0
  17. package/dist/api/core/geom/query/brep.d.ts +402 -0
  18. package/dist/api/core/geom/query/brep.d.ts.map +1 -0
  19. package/dist/api/core/geom/query/circle.d.ts +378 -0
  20. package/dist/api/core/geom/query/circle.d.ts.map +1 -0
  21. package/dist/api/core/geom/query/contour.d.ts +450 -0
  22. package/dist/api/core/geom/query/contour.d.ts.map +1 -0
  23. package/dist/api/core/geom/query/curve.d.ts +918 -0
  24. package/dist/api/core/geom/query/curve.d.ts.map +1 -0
  25. package/dist/api/core/geom/query/edge.d.ts +128 -0
  26. package/dist/api/core/geom/query/edge.d.ts.map +1 -0
  27. package/dist/api/core/geom/query/face.d.ts +363 -0
  28. package/dist/api/core/geom/query/face.d.ts.map +1 -0
  29. package/dist/api/core/geom/query/halfedge.d.ts +206 -0
  30. package/dist/api/core/geom/query/halfedge.d.ts.map +1 -0
  31. package/dist/api/core/geom/query/index.d.ts +61 -0
  32. package/dist/api/core/geom/query/index.d.ts.map +1 -0
  33. package/dist/api/core/geom/query/profile.d.ts +410 -0
  34. package/dist/api/core/geom/query/profile.d.ts.map +1 -0
  35. package/dist/api/core/geom/query/vertex.d.ts +187 -0
  36. package/dist/api/core/geom/query/vertex.d.ts.map +1 -0
  37. package/dist/api/core/geom/update/contour.d.ts +272 -0
  38. package/dist/api/core/geom/update/contour.d.ts.map +1 -0
  39. package/dist/api/core/geom/update/curve.d.ts +180 -0
  40. package/dist/api/core/geom/update/curve.d.ts.map +1 -0
  41. package/dist/api/core/geom/update/index.d.ts +27 -0
  42. package/dist/api/core/geom/update/index.d.ts.map +1 -0
  43. package/dist/api/core/geom/update/profile.d.ts +329 -0
  44. package/dist/api/core/geom/update/profile.d.ts.map +1 -0
  45. package/dist/api/core/groups.d.ts +485 -0
  46. package/dist/api/core/groups.d.ts.map +1 -0
  47. package/dist/api/core/history/index.d.ts +78 -0
  48. package/dist/api/core/history/index.d.ts.map +1 -0
  49. package/dist/api/core/index.d.ts +63 -0
  50. package/dist/api/core/index.d.ts.map +1 -0
  51. package/dist/api/core/layers.d.ts +402 -0
  52. package/dist/api/core/layers.d.ts.map +1 -0
  53. package/dist/api/core/math/index.d.ts +18 -0
  54. package/dist/api/core/math/index.d.ts.map +1 -0
  55. package/dist/api/core/math/quat.d.ts +170 -0
  56. package/dist/api/core/math/quat.d.ts.map +1 -0
  57. package/dist/api/core/math/vec3.d.ts +174 -0
  58. package/dist/api/core/math/vec3.d.ts.map +1 -0
  59. package/dist/api/core/project/index.d.ts +399 -0
  60. package/dist/api/core/project/index.d.ts.map +1 -0
  61. package/dist/api/core/tags.d.ts +755 -0
  62. package/dist/api/core/tags.d.ts.map +1 -0
  63. package/dist/api/core/units/index.d.ts +175 -0
  64. package/dist/api/core/units/index.d.ts.map +1 -0
  65. package/dist/api/core/zoom/index.d.ts +45 -0
  66. package/dist/api/core/zoom/index.d.ts.map +1 -0
  67. package/dist/api/design/boolean/index.d.ts +168 -0
  68. package/dist/api/design/boolean/index.d.ts.map +1 -0
  69. package/dist/api/design/create/index.d.ts +828 -0
  70. package/dist/api/design/create/index.d.ts.map +1 -0
  71. package/dist/api/design/delete/index.d.ts +63 -0
  72. package/dist/api/design/delete/index.d.ts.map +1 -0
  73. package/dist/api/design/doors/index.d.ts +268 -0
  74. package/dist/api/design/doors/index.d.ts.map +1 -0
  75. package/dist/api/design/edit/index.d.ts +49 -0
  76. package/dist/api/design/edit/index.d.ts.map +1 -0
  77. package/dist/api/design/erase/index.d.ts +160 -0
  78. package/dist/api/design/erase/index.d.ts.map +1 -0
  79. package/dist/api/design/furniture/index.d.ts +123 -0
  80. package/dist/api/design/furniture/index.d.ts.map +1 -0
  81. package/dist/api/design/index.d.ts +153 -0
  82. package/dist/api/design/index.d.ts.map +1 -0
  83. package/dist/api/design/lock.d.ts +41 -0
  84. package/dist/api/design/lock.d.ts.map +1 -0
  85. package/dist/api/design/materials/index.d.ts +297 -0
  86. package/dist/api/design/materials/index.d.ts.map +1 -0
  87. package/dist/api/design/query/geometry/index.d.ts +140 -0
  88. package/dist/api/design/query/geometry/index.d.ts.map +1 -0
  89. package/dist/api/design/query/index.d.ts +1011 -0
  90. package/dist/api/design/query/index.d.ts.map +1 -0
  91. package/dist/api/design/query/spaces.d.ts +221 -0
  92. package/dist/api/design/query/spaces.d.ts.map +1 -0
  93. package/dist/api/design/selection/index.d.ts +138 -0
  94. package/dist/api/design/selection/index.d.ts.map +1 -0
  95. package/dist/api/design/shared.d.ts +38 -0
  96. package/dist/api/design/shared.d.ts.map +1 -0
  97. package/dist/api/design/transform/index.d.ts +87 -0
  98. package/dist/api/design/transform/index.d.ts.map +1 -0
  99. package/dist/api/design/update/index.d.ts +178 -0
  100. package/dist/api/design/update/index.d.ts.map +1 -0
  101. package/dist/api/design/windows/index.d.ts +189 -0
  102. package/dist/api/design/windows/index.d.ts.map +1 -0
  103. package/dist/api/entity/buildableEnvelope.d.ts +261 -0
  104. package/dist/api/entity/buildableEnvelope.d.ts.map +1 -0
  105. package/dist/api/entity/department.d.ts +1 -0
  106. package/dist/api/entity/department.d.ts.map +1 -0
  107. package/dist/api/entity/index.d.ts +28 -0
  108. package/dist/api/entity/index.d.ts.map +1 -0
  109. package/dist/api/entity/referenceLine.d.ts +202 -0
  110. package/dist/api/entity/referenceLine.d.ts.map +1 -0
  111. package/dist/api/entity/space.d.ts +846 -0
  112. package/dist/api/entity/space.d.ts.map +1 -0
  113. package/dist/api/entity/story.d.ts +249 -0
  114. package/dist/api/entity/story.d.ts.map +1 -0
  115. package/dist/api/index.d.ts +35 -0
  116. package/dist/api/index.d.ts.map +1 -0
  117. package/dist/api/presentation/aiInspiration.d.ts +2400 -0
  118. package/dist/api/presentation/aiInspiration.d.ts.map +1 -0
  119. package/dist/api/presentation/diagrams.d.ts +81 -0
  120. package/dist/api/presentation/diagrams.d.ts.map +1 -0
  121. package/dist/api/presentation/import.d.ts +113 -0
  122. package/dist/api/presentation/import.d.ts.map +1 -0
  123. package/dist/api/presentation/index.d.ts +45 -0
  124. package/dist/api/presentation/index.d.ts.map +1 -0
  125. package/dist/api/presentation/sheets.d.ts +176 -0
  126. package/dist/api/presentation/sheets.d.ts.map +1 -0
  127. package/dist/api/presentation/views.d.ts +296 -0
  128. package/dist/api/presentation/views.d.ts.map +1 -0
  129. package/dist/api/program/adjacency.d.ts +155 -0
  130. package/dist/api/program/adjacency.d.ts.map +1 -0
  131. package/dist/api/program/areas.d.ts +360 -0
  132. package/dist/api/program/areas.d.ts.map +1 -0
  133. package/dist/api/program/classification.d.ts +135 -0
  134. package/dist/api/program/classification.d.ts.map +1 -0
  135. package/dist/api/program/cores.d.ts +174 -0
  136. package/dist/api/program/cores.d.ts.map +1 -0
  137. package/dist/api/program/departments.d.ts +431 -0
  138. package/dist/api/program/departments.d.ts.map +1 -0
  139. package/dist/api/program/index.d.ts +69 -0
  140. package/dist/api/program/index.d.ts.map +1 -0
  141. package/dist/api/program/layout.d.ts +63 -0
  142. package/dist/api/program/layout.d.ts.map +1 -0
  143. package/dist/api/program/metrics.d.ts +108 -0
  144. package/dist/api/program/metrics.d.ts.map +1 -0
  145. package/dist/api/program/site.d.ts +367 -0
  146. package/dist/api/program/site.d.ts.map +1 -0
  147. package/dist/api/program/spreadsheet.d.ts +2041 -0
  148. package/dist/api/program/spreadsheet.d.ts.map +1 -0
  149. package/dist/handles.d.ts +138 -0
  150. package/dist/handles.d.ts.map +1 -0
  151. package/dist/host-utils.d.ts +43 -0
  152. package/dist/host-utils.d.ts.map +1 -0
  153. package/dist/index.cjs +4597 -0
  154. package/dist/index.cjs.map +1 -0
  155. package/dist/index.d.ts +5 -0
  156. package/dist/index.d.ts.map +1 -0
  157. package/dist/index.js +3870 -0
  158. package/dist/index.js.map +1 -0
  159. package/dist/types.d.ts +16 -0
  160. package/dist/types.d.ts.map +1 -0
  161. package/package.json +39 -0
  162. package/scripts/generate-manifest.mjs +193 -0
  163. package/scripts/generate-manifest.test.mjs +193 -0
  164. package/src/api/core/buildings.ts +485 -0
  165. package/src/api/core/comment/index.ts +258 -0
  166. package/src/api/core/geom/create/index.ts +293 -0
  167. package/src/api/core/geom/delete/index.ts +78 -0
  168. package/src/api/core/geom/index.ts +35 -0
  169. package/src/api/core/geom/query/arc.ts +169 -0
  170. package/src/api/core/geom/query/brep.ts +444 -0
  171. package/src/api/core/geom/query/circle.ts +404 -0
  172. package/src/api/core/geom/query/contour.ts +540 -0
  173. package/src/api/core/geom/query/curve.ts +1078 -0
  174. package/src/api/core/geom/query/edge.ts +130 -0
  175. package/src/api/core/geom/query/face.ts +403 -0
  176. package/src/api/core/geom/query/halfedge.ts +210 -0
  177. package/src/api/core/geom/query/index.ts +63 -0
  178. package/src/api/core/geom/query/profile.ts +473 -0
  179. package/src/api/core/geom/query/vertex.ts +205 -0
  180. package/src/api/core/geom/update/contour.ts +315 -0
  181. package/src/api/core/geom/update/curve.ts +209 -0
  182. package/src/api/core/geom/update/index.ts +29 -0
  183. package/src/api/core/geom/update/profile.ts +377 -0
  184. package/src/api/core/groups.ts +521 -0
  185. package/src/api/core/history/index.ts +84 -0
  186. package/src/api/core/index.ts +65 -0
  187. package/src/api/core/layers.ts +333 -0
  188. package/src/api/core/math/index.ts +20 -0
  189. package/src/api/core/math/quat.ts +172 -0
  190. package/src/api/core/math/vec3.ts +179 -0
  191. package/src/api/core/project/index.ts +418 -0
  192. package/src/api/core/tags.ts +808 -0
  193. package/src/api/core/units/index.ts +164 -0
  194. package/src/api/core/zoom/index.ts +47 -0
  195. package/src/api/design/boolean/index.ts +179 -0
  196. package/src/api/design/create/index.ts +886 -0
  197. package/src/api/design/delete/index.ts +67 -0
  198. package/src/api/design/doors/index.ts +285 -0
  199. package/src/api/design/edit/index.ts +54 -0
  200. package/src/api/design/erase/index.ts +151 -0
  201. package/src/api/design/furniture/index.ts +130 -0
  202. package/src/api/design/index.ts +162 -0
  203. package/src/api/design/lock.ts +42 -0
  204. package/src/api/design/materials/index.ts +301 -0
  205. package/src/api/design/query/geometry/index.ts +166 -0
  206. package/src/api/design/query/index.ts +937 -0
  207. package/src/api/design/query/spaces.ts +132 -0
  208. package/src/api/design/selection/index.ts +144 -0
  209. package/src/api/design/shared.ts +40 -0
  210. package/src/api/design/transform/index.ts +93 -0
  211. package/src/api/design/update/index.ts +117 -0
  212. package/src/api/design/windows/index.ts +207 -0
  213. package/src/api/entity/buildableEnvelope.ts +318 -0
  214. package/src/api/entity/department.ts +0 -0
  215. package/src/api/entity/index.ts +30 -0
  216. package/src/api/entity/referenceLine.ts +227 -0
  217. package/src/api/entity/space.ts +612 -0
  218. package/src/api/entity/story.ts +273 -0
  219. package/src/api/index.ts +37 -0
  220. package/src/api/presentation/aiInspiration.ts +1116 -0
  221. package/src/api/presentation/diagrams.ts +84 -0
  222. package/src/api/presentation/import.ts +112 -0
  223. package/src/api/presentation/index.ts +47 -0
  224. package/src/api/presentation/sheets.ts +198 -0
  225. package/src/api/presentation/views.ts +303 -0
  226. package/src/api/program/adjacency.ts +164 -0
  227. package/src/api/program/areas.ts +335 -0
  228. package/src/api/program/classification.ts +138 -0
  229. package/src/api/program/cores.ts +171 -0
  230. package/src/api/program/departments.ts +465 -0
  231. package/src/api/program/index.ts +71 -0
  232. package/src/api/program/layout.ts +68 -0
  233. package/src/api/program/metrics.ts +120 -0
  234. package/src/api/program/site.ts +326 -0
  235. package/src/api/program/spreadsheet.ts +2075 -0
  236. package/src/handles.ts +148 -0
  237. package/src/host-utils.ts +64 -0
  238. package/src/index.ts +4 -0
  239. package/src/types.ts +16 -0
  240. package/tsconfig.json +17 -0
  241. package/tsup.config.ts +12 -0
@@ -0,0 +1,402 @@
1
+ import * as z from "zod";
2
+ import { PluginApiReturn } from "../../types";
3
+ /**
4
+ * Layers — read and toggle the drawing/reference layers of a storey.
5
+ *
6
+ * These are the **drawing/reference** layers shown in the storey's Layers panel —
7
+ * the surfaces you sketch on and the imported underlays (CAD, PDF, images,
8
+ * terrain). They are **not** wall/floor construction-assembly material layers,
9
+ * which are a property of the built element, not this namespace.
10
+ *
11
+ * Reads return plain records and never throw for a missing layer (`get` and
12
+ * `getActive` return `null`, `list` returns `[]`).
13
+ *
14
+ * v1 exposes reads plus visibility edits and the active-layer switch.
15
+ * Creating and deleting layers are intentionally not part of this contract yet.
16
+ *
17
+ * Sub-namespace members typed as optional (`?`) are **authored ahead of the
18
+ * host** — declared so plugins and codegen can see the shape, but kept out of the
19
+ * discovery manifest until the host lands them (at which point they are promoted
20
+ * to required `abstract` members).
21
+ *
22
+ * Accessed via `snaptrude.core.layers`.
23
+ */
24
+ export declare abstract class PluginCoreLayersApi {
25
+ constructor();
26
+ /**
27
+ * List the drawing layers of a storey.
28
+ *
29
+ * Optionally filter to a single {@linkcode PluginCoreLayerType}.
30
+ *
31
+ * @param storeyId - The storey whose layers to read.
32
+ * @param layerType - Optional {@linkcode PluginCoreLayerType} filter.
33
+ * @returns A {@linkcode PluginCoreLayersListResult} with a `layers` array
34
+ * (empty when the storey is missing or has no matching layers).
35
+ *
36
+ * @examplePrompt List the drawing layers on this storey
37
+ * @examplePrompt Show all the PDF underlays on storey st_2
38
+ * @examplePrompt What CAD layers are on the ground floor?
39
+ *
40
+ * # Example
41
+ * ```ts
42
+ * const { layers } = await snaptrude.core.layers.list("st_2")
43
+ * for (const l of layers) console.log(l.name, l.layerType, l.hidden)
44
+ * ```
45
+ */
46
+ abstract list(storeyId: string, layerType?: PluginCoreLayerType): PluginApiReturn<PluginCoreLayersListResult>;
47
+ /**
48
+ * Get a single drawing layer by id.
49
+ *
50
+ * @param layerId - The id of the layer to read.
51
+ * @returns The matching {@linkcode PluginCoreLayer}, or `null` if no layer has
52
+ * that id.
53
+ *
54
+ * @examplePrompt Get the drawing layer with id ly_5
55
+ * @examplePrompt Is layer ly_5 hidden or locked?
56
+ * @examplePrompt Look up a single drawing layer by its id
57
+ *
58
+ * # Example
59
+ * ```ts
60
+ * const layer = await snaptrude.core.layers.get("ly_5")
61
+ * if (layer) console.log(layer.name, layer.hidden, layer.locked)
62
+ * ```
63
+ */
64
+ abstract get(layerId: string): PluginApiReturn<PluginCoreLayersGetResult>;
65
+ /**
66
+ * Get the active drawing layer of a storey.
67
+ *
68
+ * The active layer is the one new sketch geometry is drawn onto. Paired with
69
+ * {@linkcode PluginCoreLayersApi.setActive}.
70
+ *
71
+ * @param storeyId - The storey whose active layer to read.
72
+ * @returns The active {@linkcode PluginCoreLayer}, or `null` if the storey is
73
+ * missing or has no active layer.
74
+ *
75
+ * @examplePrompt Which drawing layer is active on this storey?
76
+ * @examplePrompt Get the current layer on storey st_2
77
+ * @examplePrompt What layer am I drawing on?
78
+ *
79
+ * # Example
80
+ * ```ts
81
+ * const active = await snaptrude.core.layers.getActive("st_2")
82
+ * if (active) console.log(active.name)
83
+ * ```
84
+ */
85
+ abstract getActive(storeyId: string): PluginApiReturn<PluginCoreLayersGetActiveResult>;
86
+ /**
87
+ * Make a drawing layer the active layer of its storey.
88
+ *
89
+ * Paired with {@linkcode PluginCoreLayersApi.getActive}.
90
+ *
91
+ * @param layerId - The id of the layer to activate.
92
+ * @returns The id of the now-active layer.
93
+ * @throws If no layer has the given id.
94
+ *
95
+ * @examplePrompt Draw on layer ly_5
96
+ * @examplePrompt Make this the active layer
97
+ * @examplePrompt Switch the active layer to the CAD underlay
98
+ *
99
+ * # Example
100
+ * ```ts
101
+ * await snaptrude.core.layers.setActive("ly_5")
102
+ * ```
103
+ */
104
+ abstract setActive(layerId: string): PluginApiReturn<PluginCoreLayersSetActiveResult>;
105
+ /**
106
+ * Update a drawing layer's visibility.
107
+ *
108
+ * A **sparse** update: omit `hidden` to leave it unchanged. This edit is **not
109
+ * undoable**. Locking and renaming are not exposed — layer `locked` is a
110
+ * read-only status here (setting it at runtime does not lock the live meshes or
111
+ * flip the panel padlock until a reload), and a rename cascades to every member
112
+ * mesh's `layerName`, a corruption hazard.
113
+ *
114
+ * @param layerId - The id of the layer to update.
115
+ * @param hidden - New hidden state (unchanged if omitted).
116
+ * @returns The updated {@linkcode PluginCoreLayer}.
117
+ * @throws If no layer has the given id.
118
+ *
119
+ * @examplePrompt Hide the PDF underlay layer
120
+ * @examplePrompt Show the CAD layer again
121
+ * @examplePrompt Hide layer ly_5
122
+ *
123
+ * # Example
124
+ * ```ts
125
+ * const layer = await snaptrude.core.layers.update("ly_5", true)
126
+ * ```
127
+ */
128
+ abstract update(layerId: string, hidden?: boolean): PluginApiReturn<PluginCoreLayersUpdateResult>;
129
+ }
130
+ /**
131
+ * The kind of a drawing layer.
132
+ *
133
+ * Author-drawable kinds (`floor`, `wall`, `ceiling`, `rough`, `default`) plus
134
+ * read-only imported underlays (`image`, `cad`, `pdf`, `terrain`, `buildings`).
135
+ */
136
+ export declare const PluginCoreLayerType: z.ZodEnum<{
137
+ default: "default";
138
+ buildings: "buildings";
139
+ floor: "floor";
140
+ wall: "wall";
141
+ ceiling: "ceiling";
142
+ rough: "rough";
143
+ image: "image";
144
+ cad: "cad";
145
+ pdf: "pdf";
146
+ terrain: "terrain";
147
+ }>;
148
+ export type PluginCoreLayerType = z.infer<typeof PluginCoreLayerType>;
149
+ /**
150
+ * A drawing/reference layer on a storey.
151
+ *
152
+ * | Property | Type | Description |
153
+ * |---|---|---|
154
+ * | `id` | `string` | Stable public layer id (e.g. `"ly_5"`) |
155
+ * | `name` | `string` | Display name |
156
+ * | `layerType` | {@linkcode PluginCoreLayerType} | The layer's kind |
157
+ * | `storeyId` | `string` | The stable id of the storey this layer belongs to |
158
+ * | `buildingId` | `string` | The stable id of the building this layer belongs to |
159
+ * | `hidden` | `boolean` | Whether the layer is hidden |
160
+ * | `locked` | `boolean` | Whether the layer is locked against edits |
161
+ * | `contentSummary` | `object` | A summary of what the layer holds (see below) |
162
+ *
163
+ * `contentSummary`:
164
+ *
165
+ * | Property | Type | Description |
166
+ * |---|---|---|
167
+ * | `hasFloorplan` | `boolean` | Whether the layer holds drawn floorplan geometry |
168
+ * | `pdfCount` | `number` | Number of PDF underlays on the layer |
169
+ * | `hasTerrain` | `boolean` | Whether the layer holds terrain |
170
+ */
171
+ export declare const PluginCoreLayer: z.ZodObject<{
172
+ id: z.ZodString;
173
+ name: z.ZodString;
174
+ layerType: z.ZodEnum<{
175
+ default: "default";
176
+ buildings: "buildings";
177
+ floor: "floor";
178
+ wall: "wall";
179
+ ceiling: "ceiling";
180
+ rough: "rough";
181
+ image: "image";
182
+ cad: "cad";
183
+ pdf: "pdf";
184
+ terrain: "terrain";
185
+ }>;
186
+ storeyId: z.ZodString;
187
+ buildingId: z.ZodString;
188
+ hidden: z.ZodBoolean;
189
+ locked: z.ZodBoolean;
190
+ contentSummary: z.ZodObject<{
191
+ hasFloorplan: z.ZodBoolean;
192
+ pdfCount: z.ZodNumber;
193
+ hasTerrain: z.ZodBoolean;
194
+ }, z.core.$strip>;
195
+ }, z.core.$strip>;
196
+ export type PluginCoreLayer = z.infer<typeof PluginCoreLayer>;
197
+ /**
198
+ * Arguments for {@linkcode PluginCoreLayersApi.list}.
199
+ *
200
+ * | Property | Type | Description |
201
+ * |---|---|---|
202
+ * | `storeyId` | `string` | The storey whose layers to read |
203
+ * | `layerType` | {@linkcode PluginCoreLayerType}` \| undefined` | Optional layer-type filter |
204
+ */
205
+ export declare const PluginCoreLayersListArgs: z.ZodObject<{
206
+ storeyId: z.ZodString;
207
+ layerType: z.ZodOptional<z.ZodEnum<{
208
+ default: "default";
209
+ buildings: "buildings";
210
+ floor: "floor";
211
+ wall: "wall";
212
+ ceiling: "ceiling";
213
+ rough: "rough";
214
+ image: "image";
215
+ cad: "cad";
216
+ pdf: "pdf";
217
+ terrain: "terrain";
218
+ }>>;
219
+ }, z.core.$strip>;
220
+ export type PluginCoreLayersListArgs = z.infer<typeof PluginCoreLayersListArgs>;
221
+ /**
222
+ * Result of {@linkcode PluginCoreLayersApi.list}.
223
+ *
224
+ * | Property | Type | Description |
225
+ * |---|---|---|
226
+ * | `layers` | {@linkcode PluginCoreLayer}`[]` | The storey's drawing layers (empty when missing or none match) |
227
+ */
228
+ export declare const PluginCoreLayersListResult: z.ZodObject<{
229
+ layers: z.ZodArray<z.ZodObject<{
230
+ id: z.ZodString;
231
+ name: z.ZodString;
232
+ layerType: z.ZodEnum<{
233
+ default: "default";
234
+ buildings: "buildings";
235
+ floor: "floor";
236
+ wall: "wall";
237
+ ceiling: "ceiling";
238
+ rough: "rough";
239
+ image: "image";
240
+ cad: "cad";
241
+ pdf: "pdf";
242
+ terrain: "terrain";
243
+ }>;
244
+ storeyId: z.ZodString;
245
+ buildingId: z.ZodString;
246
+ hidden: z.ZodBoolean;
247
+ locked: z.ZodBoolean;
248
+ contentSummary: z.ZodObject<{
249
+ hasFloorplan: z.ZodBoolean;
250
+ pdfCount: z.ZodNumber;
251
+ hasTerrain: z.ZodBoolean;
252
+ }, z.core.$strip>;
253
+ }, z.core.$strip>>;
254
+ }, z.core.$strip>;
255
+ export type PluginCoreLayersListResult = z.infer<typeof PluginCoreLayersListResult>;
256
+ /**
257
+ * Arguments for {@linkcode PluginCoreLayersApi.get}.
258
+ *
259
+ * | Property | Type | Description |
260
+ * |---|---|---|
261
+ * | `layerId` | `string` | The id of the layer to read |
262
+ */
263
+ export declare const PluginCoreLayersGetArgs: z.ZodObject<{
264
+ layerId: z.ZodString;
265
+ }, z.core.$strip>;
266
+ export type PluginCoreLayersGetArgs = z.infer<typeof PluginCoreLayersGetArgs>;
267
+ /**
268
+ * Result of {@linkcode PluginCoreLayersApi.get} — the layer, or `null`
269
+ * when no layer has the given id.
270
+ */
271
+ export declare const PluginCoreLayersGetResult: z.ZodNullable<z.ZodObject<{
272
+ id: z.ZodString;
273
+ name: z.ZodString;
274
+ layerType: z.ZodEnum<{
275
+ default: "default";
276
+ buildings: "buildings";
277
+ floor: "floor";
278
+ wall: "wall";
279
+ ceiling: "ceiling";
280
+ rough: "rough";
281
+ image: "image";
282
+ cad: "cad";
283
+ pdf: "pdf";
284
+ terrain: "terrain";
285
+ }>;
286
+ storeyId: z.ZodString;
287
+ buildingId: z.ZodString;
288
+ hidden: z.ZodBoolean;
289
+ locked: z.ZodBoolean;
290
+ contentSummary: z.ZodObject<{
291
+ hasFloorplan: z.ZodBoolean;
292
+ pdfCount: z.ZodNumber;
293
+ hasTerrain: z.ZodBoolean;
294
+ }, z.core.$strip>;
295
+ }, z.core.$strip>>;
296
+ export type PluginCoreLayersGetResult = z.infer<typeof PluginCoreLayersGetResult>;
297
+ /**
298
+ * Arguments for {@linkcode PluginCoreLayersApi.getActive}.
299
+ *
300
+ * | Property | Type | Description |
301
+ * |---|---|---|
302
+ * | `storeyId` | `string` | The storey whose active layer to read |
303
+ */
304
+ export declare const PluginCoreLayersGetActiveArgs: z.ZodObject<{
305
+ storeyId: z.ZodString;
306
+ }, z.core.$strip>;
307
+ export type PluginCoreLayersGetActiveArgs = z.infer<typeof PluginCoreLayersGetActiveArgs>;
308
+ /**
309
+ * Result of {@linkcode PluginCoreLayersApi.getActive} — the active layer,
310
+ * or `null` when the storey is missing or has no active layer.
311
+ */
312
+ export declare const PluginCoreLayersGetActiveResult: z.ZodNullable<z.ZodObject<{
313
+ id: z.ZodString;
314
+ name: z.ZodString;
315
+ layerType: z.ZodEnum<{
316
+ default: "default";
317
+ buildings: "buildings";
318
+ floor: "floor";
319
+ wall: "wall";
320
+ ceiling: "ceiling";
321
+ rough: "rough";
322
+ image: "image";
323
+ cad: "cad";
324
+ pdf: "pdf";
325
+ terrain: "terrain";
326
+ }>;
327
+ storeyId: z.ZodString;
328
+ buildingId: z.ZodString;
329
+ hidden: z.ZodBoolean;
330
+ locked: z.ZodBoolean;
331
+ contentSummary: z.ZodObject<{
332
+ hasFloorplan: z.ZodBoolean;
333
+ pdfCount: z.ZodNumber;
334
+ hasTerrain: z.ZodBoolean;
335
+ }, z.core.$strip>;
336
+ }, z.core.$strip>>;
337
+ export type PluginCoreLayersGetActiveResult = z.infer<typeof PluginCoreLayersGetActiveResult>;
338
+ /**
339
+ * Arguments for {@linkcode PluginCoreLayersApi.setActive}.
340
+ *
341
+ * | Property | Type | Description |
342
+ * |---|---|---|
343
+ * | `layerId` | `string` | The id of the layer to activate |
344
+ */
345
+ export declare const PluginCoreLayersSetActiveArgs: z.ZodObject<{
346
+ layerId: z.ZodString;
347
+ }, z.core.$strip>;
348
+ export type PluginCoreLayersSetActiveArgs = z.infer<typeof PluginCoreLayersSetActiveArgs>;
349
+ /**
350
+ * Result of {@linkcode PluginCoreLayersApi.setActive} — the now-active
351
+ * layer's id.
352
+ *
353
+ * | Property | Type | Description |
354
+ * |---|---|---|
355
+ * | `layerId` | `string` | The id of the now-active layer |
356
+ */
357
+ export declare const PluginCoreLayersSetActiveResult: z.ZodObject<{
358
+ layerId: z.ZodString;
359
+ }, z.core.$strip>;
360
+ export type PluginCoreLayersSetActiveResult = z.infer<typeof PluginCoreLayersSetActiveResult>;
361
+ /**
362
+ * Arguments for {@linkcode PluginCoreLayersApi.update}. Sparse — only the
363
+ * provided fields are changed.
364
+ *
365
+ * | Property | Type | Description |
366
+ * |---|---|---|
367
+ * | `layerId` | `string` | The id of the layer to update |
368
+ * | `hidden` | `boolean \| undefined` | New hidden state (unchanged if omitted) |
369
+ */
370
+ export declare const PluginCoreLayersUpdateArgs: z.ZodObject<{
371
+ layerId: z.ZodString;
372
+ hidden: z.ZodOptional<z.ZodBoolean>;
373
+ }, z.core.$strip>;
374
+ export type PluginCoreLayersUpdateArgs = z.infer<typeof PluginCoreLayersUpdateArgs>;
375
+ /** Result of {@linkcode PluginCoreLayersApi.update} — the updated layer. */
376
+ export declare const PluginCoreLayersUpdateResult: z.ZodObject<{
377
+ id: z.ZodString;
378
+ name: z.ZodString;
379
+ layerType: z.ZodEnum<{
380
+ default: "default";
381
+ buildings: "buildings";
382
+ floor: "floor";
383
+ wall: "wall";
384
+ ceiling: "ceiling";
385
+ rough: "rough";
386
+ image: "image";
387
+ cad: "cad";
388
+ pdf: "pdf";
389
+ terrain: "terrain";
390
+ }>;
391
+ storeyId: z.ZodString;
392
+ buildingId: z.ZodString;
393
+ hidden: z.ZodBoolean;
394
+ locked: z.ZodBoolean;
395
+ contentSummary: z.ZodObject<{
396
+ hasFloorplan: z.ZodBoolean;
397
+ pdfCount: z.ZodNumber;
398
+ hasTerrain: z.ZodBoolean;
399
+ }, z.core.$strip>;
400
+ }, z.core.$strip>;
401
+ export type PluginCoreLayersUpdateResult = z.infer<typeof PluginCoreLayersUpdateResult>;
402
+ //# sourceMappingURL=layers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layers.d.ts","sourceRoot":"","sources":["../../../src/api/core/layers.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ import { PluginVec3Api } from "./vec3";
2
+ import { PluginQuatApi } from "./quat";
3
+ /**
4
+ * Math primitives for 3D vector and quaternion operations.
5
+ *
6
+ * - {@linkcode PluginMathApi.vec3} — 3D vector creation and arithmetic
7
+ * - {@linkcode PluginMathApi.quat} — Quaternion creation and rotation operations
8
+ */
9
+ export declare abstract class PluginMathApi {
10
+ /** 3D vector operations. See {@linkcode PluginVec3Api}. */
11
+ abstract vec3: PluginVec3Api;
12
+ /** Quaternion operations. See {@linkcode PluginQuatApi}. */
13
+ abstract quat: PluginQuatApi;
14
+ constructor();
15
+ }
16
+ export * from "./vec3";
17
+ export * from "./quat";
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/core/math/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAA;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAA;AAEtC;;;;;GAKG;AACH,8BAAsB,aAAa;IACjC,2DAA2D;IAC3D,SAAgB,IAAI,EAAE,aAAa,CAAA;IACnC,4DAA4D;IAC5D,SAAgB,IAAI,EAAE,aAAa,CAAA;;CAGpC;AAED,cAAc,QAAQ,CAAA;AACtB,cAAc,QAAQ,CAAA"}
@@ -0,0 +1,170 @@
1
+ import { PluginApiReturn } from "../../../types";
2
+ import { Vec3Handle, QuatHandle, QuatComponents } from "../../../handles";
3
+ /**
4
+ * Quaternion operations (all-handle model, §11).
5
+ *
6
+ * Quaternions are opaque {@linkcode QuatHandle}s; every operation is a host call
7
+ * returning a new handle. Read primitive components back with
8
+ * {@linkcode PluginQuatApi.components}. Accessed via `snaptrude.core.math.quat`.
9
+ */
10
+ export declare abstract class PluginQuatApi {
11
+ constructor();
12
+ /**
13
+ * Create a quaternion from primitive components.
14
+ *
15
+ * # Example
16
+ * ```ts
17
+ * const q = await snaptrude.core.math.quat.new(0, 0, 0, 1)
18
+ * const { x, y, z, w } = await snaptrude.core.math.quat.components(q)
19
+ * ```
20
+ */
21
+ abstract new(x: number, y: number, z: number, w: number): PluginApiReturn<QuatHandle>;
22
+ /**
23
+ * Return the identity quaternion (no rotation).
24
+ *
25
+ * # Example
26
+ * ```ts
27
+ * const noRotation = await snaptrude.core.math.quat.identity()
28
+ * ```
29
+ */
30
+ abstract identity(): PluginApiReturn<QuatHandle>;
31
+ /**
32
+ * Build a quaternion from a rotation axis and an angle in radians.
33
+ *
34
+ * # Example
35
+ * ```ts
36
+ * const axis = await snaptrude.core.math.vec3.new(0, 0, 1)
37
+ * const quarterTurn = await snaptrude.core.math.quat.fromAxisAngle(axis, Math.PI / 2)
38
+ * ```
39
+ */
40
+ abstract fromAxisAngle(axis: Vec3Handle, angle: number): PluginApiReturn<QuatHandle>;
41
+ /**
42
+ * Build a quaternion from Euler angles in radians.
43
+ *
44
+ * # Example
45
+ * ```ts
46
+ * const q = await snaptrude.core.math.quat.fromEuler(0, Math.PI / 2, 0)
47
+ * ```
48
+ */
49
+ abstract fromEuler(x: number, y: number, z: number): PluginApiReturn<QuatHandle>;
50
+ /**
51
+ * Compose two rotations with the Hamilton product `a * b` (apply `b` then `a`).
52
+ *
53
+ * # Example
54
+ * ```ts
55
+ * const a = await snaptrude.core.math.quat.fromEuler(0, Math.PI / 2, 0)
56
+ * const b = await snaptrude.core.math.quat.fromEuler(Math.PI / 4, 0, 0)
57
+ * const combined = await snaptrude.core.math.quat.multiply(a, b) // b first, then a
58
+ * ```
59
+ */
60
+ abstract multiply(a: QuatHandle, b: QuatHandle): PluginApiReturn<QuatHandle>;
61
+ /**
62
+ * Compute the conjugate of a quaternion (negated vector part).
63
+ *
64
+ * # Example
65
+ * ```ts
66
+ * const q = await snaptrude.core.math.quat.fromEuler(0, Math.PI / 4, 0)
67
+ * const conj = await snaptrude.core.math.quat.conjugate(q)
68
+ * ```
69
+ */
70
+ abstract conjugate(q: QuatHandle): PluginApiReturn<QuatHandle>;
71
+ /**
72
+ * Compute the magnitude (norm) of a quaternion.
73
+ *
74
+ * # Example
75
+ * ```ts
76
+ * const q = await snaptrude.core.math.quat.new(0, 0, 0, 1)
77
+ * const len = await snaptrude.core.math.quat.length(q) // 1
78
+ * ```
79
+ */
80
+ abstract length(q: QuatHandle): PluginApiReturn<number>;
81
+ /**
82
+ * Normalize a quaternion to unit length.
83
+ *
84
+ * # Example
85
+ * ```ts
86
+ * const q = await snaptrude.core.math.quat.new(0, 0, 1, 1)
87
+ * const unit = await snaptrude.core.math.quat.normalize(q)
88
+ * ```
89
+ */
90
+ abstract normalize(q: QuatHandle): PluginApiReturn<QuatHandle>;
91
+ /**
92
+ * Compute the inverse quaternion — the rotation that undoes `q`.
93
+ *
94
+ * # Example
95
+ * ```ts
96
+ * const q = await snaptrude.core.math.quat.fromEuler(0, Math.PI / 2, 0)
97
+ * const undo = await snaptrude.core.math.quat.inverse(q)
98
+ * ```
99
+ */
100
+ abstract inverse(q: QuatHandle): PluginApiReturn<QuatHandle>;
101
+ /**
102
+ * Decompose a quaternion into its rotation axis and angle (radians).
103
+ *
104
+ * # Example
105
+ * ```ts
106
+ * const q = await snaptrude.core.math.quat.fromEuler(0, Math.PI / 3, 0)
107
+ * const { axis, angle } = await snaptrude.core.math.quat.toAxisAngle(q)
108
+ * const { x, y, z } = await snaptrude.core.math.vec3.components(axis)
109
+ * ```
110
+ */
111
+ abstract toAxisAngle(q: QuatHandle): PluginApiReturn<{
112
+ axis: Vec3Handle;
113
+ angle: number;
114
+ }>;
115
+ /**
116
+ * Spherically interpolate (slerp) between two rotations by factor `t`.
117
+ *
118
+ * # Example
119
+ * ```ts
120
+ * const start = await snaptrude.core.math.quat.identity()
121
+ * const end = await snaptrude.core.math.quat.fromEuler(0, Math.PI, 0)
122
+ * const halfway = await snaptrude.core.math.quat.slerp(start, end, 0.5)
123
+ * ```
124
+ */
125
+ abstract slerp(a: QuatHandle, b: QuatHandle, t: number): PluginApiReturn<QuatHandle>;
126
+ /**
127
+ * Compute the dot product of two quaternions.
128
+ *
129
+ * # Example
130
+ * ```ts
131
+ * const a = await snaptrude.core.math.quat.identity()
132
+ * const b = await snaptrude.core.math.quat.fromEuler(0, Math.PI / 2, 0)
133
+ * const d = await snaptrude.core.math.quat.dot(a, b)
134
+ * ```
135
+ */
136
+ abstract dot(a: QuatHandle, b: QuatHandle): PluginApiReturn<number>;
137
+ /**
138
+ * Test whether two quaternions have exactly equal components.
139
+ *
140
+ * # Example
141
+ * ```ts
142
+ * const a = await snaptrude.core.math.quat.new(0, 0, 0, 1)
143
+ * const b = await snaptrude.core.math.quat.identity()
144
+ * const same = await snaptrude.core.math.quat.equals(a, b) // true
145
+ * ```
146
+ */
147
+ abstract equals(a: QuatHandle, b: QuatHandle): PluginApiReturn<boolean>;
148
+ /**
149
+ * Test whether two quaternions are equal within a tolerance `epsilon` (default `1e-6`).
150
+ *
151
+ * # Example
152
+ * ```ts
153
+ * const a = await snaptrude.core.math.quat.fromEuler(0, Math.PI / 2, 0)
154
+ * const b = await snaptrude.core.math.quat.fromEuler(0, 1.5711, 0)
155
+ * const close = await snaptrude.core.math.quat.equalsApprox(a, b, 1e-3) // true
156
+ * ```
157
+ */
158
+ abstract equalsApprox(a: QuatHandle, b: QuatHandle, epsilon?: number): PluginApiReturn<boolean>;
159
+ /**
160
+ * Read the primitive `{ x, y, z, w }` components of a quaternion handle.
161
+ *
162
+ * # Example
163
+ * ```ts
164
+ * const q = await snaptrude.core.math.quat.fromEuler(0, Math.PI / 2, 0)
165
+ * const { x, y, z, w } = await snaptrude.core.math.quat.components(q)
166
+ * ```
167
+ */
168
+ abstract components(q: QuatHandle): PluginApiReturn<QuatComponents>;
169
+ }
170
+ //# sourceMappingURL=quat.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quat.d.ts","sourceRoot":"","sources":["../../../../src/api/core/math/quat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAChD,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAEzE;;;;;;GAMG;AACH,8BAAsB,aAAa;;IAGjC;;;;;;;;OAQG;IACH,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC,UAAU,CAAC;IACrF;;;;;;;OAOG;IACH,QAAQ,CAAC,QAAQ,IAAI,eAAe,CAAC,UAAU,CAAC;IAChD;;;;;;;;OAQG;IACH,QAAQ,CAAC,aAAa,CAAC,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,GAAG,eAAe,CAAC,UAAU,CAAC;IACpF;;;;;;;OAOG;IACH,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC,UAAU,CAAC;IAChF;;;;;;;;;OASG;IACH,QAAQ,CAAC,QAAQ,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,UAAU,GAAG,eAAe,CAAC,UAAU,CAAC;IAC5E;;;;;;;;OAQG;IACH,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,UAAU,GAAG,eAAe,CAAC,UAAU,CAAC;IAC9D;;;;;;;;OAQG;IACH,QAAQ,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,eAAe,CAAC,MAAM,CAAC;IACvD;;;;;;;;OAQG;IACH,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,UAAU,GAAG,eAAe,CAAC,UAAU,CAAC;IAC9D;;;;;;;;OAQG;IACH,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,UAAU,GAAG,eAAe,CAAC,UAAU,CAAC;IAC5D;;;;;;;;;OASG;IACH,QAAQ,CAAC,WAAW,CAAC,CAAC,EAAE,UAAU,GAAG,eAAe,CAAC;QAAE,IAAI,EAAE,UAAU,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACzF;;;;;;;;;OASG;IACH,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC,UAAU,CAAC;IACpF;;;;;;;;;OASG;IACH,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,UAAU,GAAG,eAAe,CAAC,MAAM,CAAC;IACnE;;;;;;;;;OASG;IACH,QAAQ,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,UAAU,GAAG,eAAe,CAAC,OAAO,CAAC;IACvE;;;;;;;;;OASG;IACH,QAAQ,CAAC,YAAY,CACnB,CAAC,EAAE,UAAU,EACb,CAAC,EAAE,UAAU,EACb,OAAO,CAAC,EAAE,MAAM,GACf,eAAe,CAAC,OAAO,CAAC;IAC3B;;;;;;;;OAQG;IACH,QAAQ,CAAC,UAAU,CAAC,CAAC,EAAE,UAAU,GAAG,eAAe,CAAC,cAAc,CAAC;CACpE"}