@snaptrude/plugin-core 0.3.0 → 0.5.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.
Files changed (266) hide show
  1. package/AGENTS.md +130 -48
  2. package/CHANGELOG.md +111 -0
  3. package/api-manifest.full.json +3999 -0
  4. package/api-manifest.json +3845 -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 +24 -23
  14. package/dist/api/core/geom/index.d.ts.map +1 -1
  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 +46 -1
  50. package/dist/api/core/index.d.ts.map +1 -1
  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/quat.d.ts +111 -128
  54. package/dist/api/core/math/quat.d.ts.map +1 -1
  55. package/dist/api/core/math/vec3.d.ts +120 -102
  56. package/dist/api/core/math/vec3.d.ts.map +1 -1
  57. package/dist/api/core/project/index.d.ts +399 -0
  58. package/dist/api/core/project/index.d.ts.map +1 -0
  59. package/dist/api/core/tags.d.ts +755 -0
  60. package/dist/api/core/tags.d.ts.map +1 -0
  61. package/dist/api/core/units/index.d.ts +175 -0
  62. package/dist/api/core/units/index.d.ts.map +1 -0
  63. package/dist/api/core/zoom/index.d.ts +45 -0
  64. package/dist/api/core/zoom/index.d.ts.map +1 -0
  65. package/dist/api/design/boolean/index.d.ts +168 -0
  66. package/dist/api/design/boolean/index.d.ts.map +1 -0
  67. package/dist/api/design/create/index.d.ts +828 -0
  68. package/dist/api/design/create/index.d.ts.map +1 -0
  69. package/dist/api/design/delete/index.d.ts +63 -0
  70. package/dist/api/design/delete/index.d.ts.map +1 -0
  71. package/dist/api/design/doors/index.d.ts +268 -0
  72. package/dist/api/design/doors/index.d.ts.map +1 -0
  73. package/dist/api/design/edit/index.d.ts +49 -0
  74. package/dist/api/design/edit/index.d.ts.map +1 -0
  75. package/dist/api/design/erase/index.d.ts +160 -0
  76. package/dist/api/design/erase/index.d.ts.map +1 -0
  77. package/dist/api/design/furniture/index.d.ts +123 -0
  78. package/dist/api/design/furniture/index.d.ts.map +1 -0
  79. package/dist/api/design/index.d.ts +153 -0
  80. package/dist/api/design/index.d.ts.map +1 -0
  81. package/dist/api/design/lock.d.ts +41 -0
  82. package/dist/api/design/lock.d.ts.map +1 -0
  83. package/dist/api/design/materials/index.d.ts +297 -0
  84. package/dist/api/design/materials/index.d.ts.map +1 -0
  85. package/dist/api/design/query/geometry/index.d.ts +140 -0
  86. package/dist/api/design/query/geometry/index.d.ts.map +1 -0
  87. package/dist/api/design/query/index.d.ts +1011 -0
  88. package/dist/api/design/query/index.d.ts.map +1 -0
  89. package/dist/api/design/query/spaces.d.ts +221 -0
  90. package/dist/api/design/query/spaces.d.ts.map +1 -0
  91. package/dist/api/design/selection/index.d.ts +138 -0
  92. package/dist/api/design/selection/index.d.ts.map +1 -0
  93. package/dist/api/design/shared.d.ts +38 -0
  94. package/dist/api/design/shared.d.ts.map +1 -0
  95. package/dist/api/design/transform/index.d.ts +87 -0
  96. package/dist/api/design/transform/index.d.ts.map +1 -0
  97. package/dist/api/design/update/index.d.ts +178 -0
  98. package/dist/api/design/update/index.d.ts.map +1 -0
  99. package/dist/api/design/windows/index.d.ts +189 -0
  100. package/dist/api/design/windows/index.d.ts.map +1 -0
  101. package/dist/api/entity/buildableEnvelope.d.ts +261 -0
  102. package/dist/api/entity/buildableEnvelope.d.ts.map +1 -0
  103. package/dist/api/entity/department.d.ts +0 -98
  104. package/dist/api/entity/department.d.ts.map +1 -1
  105. package/dist/api/entity/index.d.ts +9 -9
  106. package/dist/api/entity/index.d.ts.map +1 -1
  107. package/dist/api/entity/referenceLine.d.ts +49 -106
  108. package/dist/api/entity/referenceLine.d.ts.map +1 -1
  109. package/dist/api/entity/space.d.ts +482 -249
  110. package/dist/api/entity/space.d.ts.map +1 -1
  111. package/dist/api/entity/story.d.ts +49 -39
  112. package/dist/api/entity/story.d.ts.map +1 -1
  113. package/dist/api/index.d.ts +17 -12
  114. package/dist/api/index.d.ts.map +1 -1
  115. package/dist/api/presentation/aiInspiration.d.ts +440 -0
  116. package/dist/api/presentation/aiInspiration.d.ts.map +1 -0
  117. package/dist/api/presentation/diagrams.d.ts +81 -0
  118. package/dist/api/presentation/diagrams.d.ts.map +1 -0
  119. package/dist/api/presentation/import.d.ts +113 -0
  120. package/dist/api/presentation/import.d.ts.map +1 -0
  121. package/dist/api/presentation/index.d.ts +46 -0
  122. package/dist/api/presentation/index.d.ts.map +1 -0
  123. package/dist/api/presentation/sheets.d.ts +176 -0
  124. package/dist/api/presentation/sheets.d.ts.map +1 -0
  125. package/dist/api/presentation/views.d.ts +296 -0
  126. package/dist/api/presentation/views.d.ts.map +1 -0
  127. package/dist/api/program/adjacency.d.ts +155 -0
  128. package/dist/api/program/adjacency.d.ts.map +1 -0
  129. package/dist/api/program/areas.d.ts +360 -0
  130. package/dist/api/program/areas.d.ts.map +1 -0
  131. package/dist/api/program/classification.d.ts +135 -0
  132. package/dist/api/program/classification.d.ts.map +1 -0
  133. package/dist/api/program/cores.d.ts +174 -0
  134. package/dist/api/program/cores.d.ts.map +1 -0
  135. package/dist/api/program/departments.d.ts +431 -0
  136. package/dist/api/program/departments.d.ts.map +1 -0
  137. package/dist/api/program/index.d.ts +69 -0
  138. package/dist/api/program/index.d.ts.map +1 -0
  139. package/dist/api/program/layout.d.ts +63 -0
  140. package/dist/api/program/layout.d.ts.map +1 -0
  141. package/dist/api/program/metrics.d.ts +108 -0
  142. package/dist/api/program/metrics.d.ts.map +1 -0
  143. package/dist/api/program/site.d.ts +367 -0
  144. package/dist/api/program/site.d.ts.map +1 -0
  145. package/dist/api/program/spreadsheet.d.ts +2041 -0
  146. package/dist/api/program/spreadsheet.d.ts.map +1 -0
  147. package/dist/handles.d.ts +138 -0
  148. package/dist/handles.d.ts.map +1 -0
  149. package/dist/host-utils.d.ts +7 -5
  150. package/dist/host-utils.d.ts.map +1 -1
  151. package/dist/index.cjs +4001 -904
  152. package/dist/index.cjs.map +1 -1
  153. package/dist/index.d.ts +1 -0
  154. package/dist/index.d.ts.map +1 -1
  155. package/dist/index.js +3392 -870
  156. package/dist/index.js.map +1 -1
  157. package/package.json +6 -2
  158. package/scripts/generate-manifest.mjs +193 -0
  159. package/scripts/generate-manifest.test.mjs +193 -0
  160. package/src/api/core/buildings.ts +485 -0
  161. package/src/api/core/comment/index.ts +258 -0
  162. package/src/api/core/geom/create/index.ts +293 -0
  163. package/src/api/core/geom/delete/index.ts +78 -0
  164. package/src/api/core/geom/index.ts +24 -23
  165. package/src/api/core/geom/query/arc.ts +169 -0
  166. package/src/api/core/geom/query/brep.ts +444 -0
  167. package/src/api/core/geom/query/circle.ts +404 -0
  168. package/src/api/core/geom/query/contour.ts +540 -0
  169. package/src/api/core/geom/query/curve.ts +1078 -0
  170. package/src/api/core/geom/query/edge.ts +130 -0
  171. package/src/api/core/geom/query/face.ts +403 -0
  172. package/src/api/core/geom/query/halfedge.ts +210 -0
  173. package/src/api/core/geom/query/index.ts +63 -0
  174. package/src/api/core/geom/query/profile.ts +473 -0
  175. package/src/api/core/geom/query/vertex.ts +205 -0
  176. package/src/api/core/geom/update/contour.ts +315 -0
  177. package/src/api/core/geom/update/curve.ts +209 -0
  178. package/src/api/core/geom/update/index.ts +29 -0
  179. package/src/api/core/geom/update/profile.ts +377 -0
  180. package/src/api/core/groups.ts +521 -0
  181. package/src/api/core/history/index.ts +84 -0
  182. package/src/api/core/index.ts +46 -1
  183. package/src/api/core/layers.ts +333 -0
  184. package/src/api/core/math/quat.ts +112 -235
  185. package/src/api/core/math/vec3.ts +124 -159
  186. package/src/api/core/project/index.ts +418 -0
  187. package/src/api/core/tags.ts +808 -0
  188. package/src/api/core/units/index.ts +164 -0
  189. package/src/api/core/zoom/index.ts +47 -0
  190. package/src/api/design/boolean/index.ts +179 -0
  191. package/src/api/design/create/index.ts +886 -0
  192. package/src/api/design/delete/index.ts +67 -0
  193. package/src/api/design/doors/index.ts +285 -0
  194. package/src/api/design/edit/index.ts +54 -0
  195. package/src/api/design/erase/index.ts +151 -0
  196. package/src/api/design/furniture/index.ts +130 -0
  197. package/src/api/design/index.ts +162 -0
  198. package/src/api/design/lock.ts +42 -0
  199. package/src/api/design/materials/index.ts +301 -0
  200. package/src/api/design/query/geometry/index.ts +166 -0
  201. package/src/api/design/query/index.ts +937 -0
  202. package/src/api/design/query/spaces.ts +132 -0
  203. package/src/api/design/selection/index.ts +144 -0
  204. package/src/api/design/shared.ts +40 -0
  205. package/src/api/design/transform/index.ts +93 -0
  206. package/src/api/design/update/index.ts +117 -0
  207. package/src/api/design/windows/index.ts +207 -0
  208. package/src/api/entity/buildableEnvelope.ts +318 -0
  209. package/src/api/entity/department.ts +0 -113
  210. package/src/api/entity/index.ts +9 -9
  211. package/src/api/entity/referenceLine.ts +50 -38
  212. package/src/api/entity/space.ts +285 -226
  213. package/src/api/entity/story.ts +53 -42
  214. package/src/api/index.ts +17 -12
  215. package/src/api/presentation/aiInspiration.ts +362 -0
  216. package/src/api/presentation/diagrams.ts +84 -0
  217. package/src/api/presentation/import.ts +112 -0
  218. package/src/api/presentation/index.ts +48 -0
  219. package/src/api/presentation/sheets.ts +198 -0
  220. package/src/api/presentation/views.ts +303 -0
  221. package/src/api/program/adjacency.ts +164 -0
  222. package/src/api/program/areas.ts +335 -0
  223. package/src/api/program/classification.ts +138 -0
  224. package/src/api/program/cores.ts +171 -0
  225. package/src/api/program/departments.ts +465 -0
  226. package/src/api/program/index.ts +71 -0
  227. package/src/api/program/layout.ts +68 -0
  228. package/src/api/program/metrics.ts +120 -0
  229. package/src/api/program/site.ts +326 -0
  230. package/src/api/program/spreadsheet.ts +2075 -0
  231. package/src/handles.ts +148 -0
  232. package/src/host-utils.ts +10 -6
  233. package/src/index.ts +1 -0
  234. package/dist/api/core/geom/arc.d.ts +0 -81
  235. package/dist/api/core/geom/arc.d.ts.map +0 -1
  236. package/dist/api/core/geom/curve.d.ts +0 -70
  237. package/dist/api/core/geom/curve.d.ts.map +0 -1
  238. package/dist/api/core/geom/line.d.ts +0 -56
  239. package/dist/api/core/geom/line.d.ts.map +0 -1
  240. package/dist/api/core/geom/profile.d.ts +0 -121
  241. package/dist/api/core/geom/profile.d.ts.map +0 -1
  242. package/dist/api/tools/copy.d.ts +0 -59
  243. package/dist/api/tools/copy.d.ts.map +0 -1
  244. package/dist/api/tools/index.d.ts +0 -33
  245. package/dist/api/tools/index.d.ts.map +0 -1
  246. package/dist/api/tools/material.d.ts +0 -51
  247. package/dist/api/tools/material.d.ts.map +0 -1
  248. package/dist/api/tools/offset.d.ts +0 -43
  249. package/dist/api/tools/offset.d.ts.map +0 -1
  250. package/dist/api/tools/selection.d.ts +0 -48
  251. package/dist/api/tools/selection.d.ts.map +0 -1
  252. package/dist/api/tools/transform.d.ts +0 -114
  253. package/dist/api/tools/transform.d.ts.map +0 -1
  254. package/dist/api/units/index.d.ts +0 -163
  255. package/dist/api/units/index.d.ts.map +0 -1
  256. package/src/api/core/geom/arc.ts +0 -70
  257. package/src/api/core/geom/curve.ts +0 -41
  258. package/src/api/core/geom/line.ts +0 -53
  259. package/src/api/core/geom/profile.ts +0 -94
  260. package/src/api/tools/copy.ts +0 -55
  261. package/src/api/tools/index.ts +0 -39
  262. package/src/api/tools/material.ts +0 -49
  263. package/src/api/tools/offset.ts +0 -43
  264. package/src/api/tools/selection.ts +0 -51
  265. package/src/api/tools/transform.ts +0 -117
  266. package/src/api/units/index.ts +0 -163
@@ -0,0 +1,540 @@
1
+ import * as z from "zod"
2
+ import { PluginApiReturn } from "../../../../types"
3
+ import {
4
+ ContourHandle,
5
+ ProfileHandle,
6
+ Vec3Handle,
7
+ Vec3Components,
8
+ BBoxComponents,
9
+ } from "../../../../handles"
10
+
11
+ /**
12
+ * Contour queries — read-only geometric questions about a contour (an outer
13
+ * {@linkcode ProfileHandle} plus zero or more inner profiles that act as holes)
14
+ * and the relationships between two contours (all-handle model, §11).
15
+ *
16
+ * Every method takes an opaque {@linkcode ContourHandle} (plus point handles
17
+ * {@linkcode Vec3Handle} where relevant) and returns plain values — points as
18
+ * {@linkcode Vec3Components}, areas/perimeters/counts as `number`, predicates as
19
+ * `boolean`, the bounding box as {@linkcode BBoxComponents}. Methods that
20
+ * enumerate the contour's child profiles return fresh {@linkcode ProfileHandle}s.
21
+ * No query mutates its inputs.
22
+ *
23
+ * Accessed via `snaptrude.core.geom.query.contour`.
24
+ */
25
+ export abstract class PluginGeomQueryContourApi {
26
+ constructor() {}
27
+
28
+ /**
29
+ * Get the outer (boundary) profile of a contour. Host API call — mints a fresh handle.
30
+ * @param contour The contour to query
31
+ * @returns The outer profile as a {@linkcode ProfileHandle}, or `null` if the contour has no outer profile
32
+ *
33
+ * # Example
34
+ * ```ts
35
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
36
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
37
+ * const outer = await snaptrude.core.geom.query.contour.getOuterProfile(contour)
38
+ * if (outer) console.log(await snaptrude.core.geom.query.profile.getPerimeter(outer))
39
+ * ```
40
+ */
41
+ public abstract getOuterProfile(
42
+ contour: ContourHandle
43
+ ): PluginApiReturn<ProfileHandle | null>
44
+
45
+ /**
46
+ * List the inner profiles (holes) of a contour. Host API call — mints fresh handles.
47
+ * @param contour The contour to query
48
+ * @returns The contour's holes as {@linkcode ProfileHandle}`[]`
49
+ *
50
+ * # Example
51
+ * ```ts
52
+ * const outer = await snaptrude.core.geom.create.profileRect(6, 4)
53
+ * const hole = await snaptrude.core.geom.create.profileRect(2, 1)
54
+ * const contour = await snaptrude.core.geom.create.contourFromProfiles(outer, [hole])
55
+ * const holes = await snaptrude.core.geom.query.contour.listHoles(contour)
56
+ * for (const h of holes) console.log(await snaptrude.core.geom.query.profile.getArea(h))
57
+ * ```
58
+ */
59
+ public abstract listHoles(
60
+ contour: ContourHandle
61
+ ): PluginApiReturn<ProfileHandle[]>
62
+
63
+ /**
64
+ * Get the number of inner profiles (holes) in a contour.
65
+ * @param contour The contour to query
66
+ * @returns The hole count as a `number`
67
+ *
68
+ * @examplePrompt How many holes does this shape have?
69
+ * @examplePrompt Count the openings in this slab outline
70
+ *
71
+ * # Example
72
+ * ```ts
73
+ * const outer = await snaptrude.core.geom.create.profileRect(6, 4)
74
+ * const hole = await snaptrude.core.geom.create.profileRect(2, 1)
75
+ * const contour = await snaptrude.core.geom.create.contourFromProfiles(outer, [hole])
76
+ * const count = await snaptrude.core.geom.query.contour.getHoleCount(contour) // 1
77
+ * ```
78
+ */
79
+ public abstract getHoleCount(
80
+ contour: ContourHandle
81
+ ): PluginApiReturn<number>
82
+
83
+ /**
84
+ * Get the (approximate) net enclosed area of a contour — the outer profile area
85
+ * minus the area of every hole.
86
+ * @param contour The contour to query
87
+ * @returns The area as a `number`
88
+ *
89
+ * @examplePrompt What is the area of this shape?
90
+ * @examplePrompt Calculate the usable area of this outline after subtracting its holes
91
+ *
92
+ * # Example
93
+ * ```ts
94
+ * const outer = await snaptrude.core.geom.create.profileRect(6, 4)
95
+ * const hole = await snaptrude.core.geom.create.profileRect(2, 1)
96
+ * const contour = await snaptrude.core.geom.create.contourFromProfiles(outer, [hole])
97
+ * const area = await snaptrude.core.geom.query.contour.getArea(contour) // 24 - 2 = 22
98
+ * ```
99
+ */
100
+ public abstract getArea(
101
+ contour: ContourHandle
102
+ ): PluginApiReturn<number>
103
+
104
+ /**
105
+ * Get the perimeter (total length of every curve) of a contour, including holes.
106
+ * @param contour The contour to query
107
+ * @returns The perimeter as a `number`
108
+ *
109
+ * @examplePrompt What is the perimeter of this shape?
110
+ * @examplePrompt How long is the boundary of this outline, including its holes?
111
+ *
112
+ * # Example
113
+ * ```ts
114
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
115
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
116
+ * const perimeter = await snaptrude.core.geom.query.contour.getPerimeter(contour) // 14
117
+ * ```
118
+ */
119
+ public abstract getPerimeter(
120
+ contour: ContourHandle
121
+ ): PluginApiReturn<number>
122
+
123
+ /**
124
+ * Get the axis-aligned bounding box of a contour.
125
+ * @param contour The contour to query
126
+ * @returns The bounding box as {@linkcode BBoxComponents}
127
+ *
128
+ * @examplePrompt What are the overall extents of this shape?
129
+ *
130
+ * # Example
131
+ * ```ts
132
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
133
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
134
+ * const { min, max } = await snaptrude.core.geom.query.contour.getBoundingBox(contour)
135
+ * console.log(max.x - min.x, max.z - min.z) // 4 3
136
+ * ```
137
+ */
138
+ public abstract getBoundingBox(
139
+ contour: ContourHandle
140
+ ): PluginApiReturn<BBoxComponents>
141
+
142
+ /**
143
+ * Get the unit normal vector of a contour's plane.
144
+ * @param contour The contour to query
145
+ * @returns The normal as {@linkcode Vec3Components}, or `null` if the contour has no well-defined normal
146
+ *
147
+ * # Example
148
+ * ```ts
149
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
150
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
151
+ * const normal = await snaptrude.core.geom.query.contour.getNormal(contour)
152
+ * if (normal) console.log(normal.x, normal.y, normal.z)
153
+ * ```
154
+ */
155
+ public abstract getNormal(
156
+ contour: ContourHandle
157
+ ): PluginApiReturn<Vec3Components | null>
158
+
159
+ /**
160
+ * Get the point on a contour nearest to an arbitrary point.
161
+ * @param contour The contour to query
162
+ * @param point The reference point
163
+ * @returns The nearest point on the contour as {@linkcode Vec3Components}
164
+ *
165
+ * @examplePrompt Find the point on this boundary closest to a given location
166
+ *
167
+ * # Example
168
+ * ```ts
169
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
170
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
171
+ * const point = await snaptrude.core.math.vec3.new(5, 0, 0)
172
+ * const nearest = await snaptrude.core.geom.query.contour.getNearestPoint(contour, point)
173
+ * console.log(nearest.x, nearest.y, nearest.z) // 2 0 0
174
+ * ```
175
+ */
176
+ public abstract getNearestPoint(
177
+ contour: ContourHandle,
178
+ point: Vec3Handle
179
+ ): PluginApiReturn<Vec3Components>
180
+
181
+ /**
182
+ * Test whether a point lies inside a contour (inside the outer profile and
183
+ * outside every hole).
184
+ * @param contour The contour to query
185
+ * @param point The point to test
186
+ * @returns `true` if the point is inside the contour, otherwise `false`
187
+ *
188
+ * @examplePrompt Is this point inside the shape?
189
+ * @examplePrompt Check whether a location falls within this boundary but not in a hole
190
+ *
191
+ * # Example
192
+ * ```ts
193
+ * const outer = await snaptrude.core.geom.create.profileRect(6, 4)
194
+ * const hole = await snaptrude.core.geom.create.profileRect(2, 1)
195
+ * const contour = await snaptrude.core.geom.create.contourFromProfiles(outer, [hole])
196
+ * const point = await snaptrude.core.math.vec3.new(2.5, 0, 1.5)
197
+ * const inside = await snaptrude.core.geom.query.contour.hasPoint(contour, point) // true — outside the hole
198
+ * ```
199
+ */
200
+ public abstract hasPoint(
201
+ contour: ContourHandle,
202
+ point: Vec3Handle
203
+ ): PluginApiReturn<boolean>
204
+
205
+ /**
206
+ * Test whether a point lies on a contour's boundary (any of its curves).
207
+ * @param contour The contour to query
208
+ * @param point The point to test
209
+ * @returns `true` if the point is on the boundary, otherwise `false`
210
+ *
211
+ * # Example
212
+ * ```ts
213
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
214
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
215
+ * const point = await snaptrude.core.math.vec3.new(2, 0, 0)
216
+ * const onEdge = await snaptrude.core.geom.query.contour.isOnBoundary(contour, point) // true
217
+ * ```
218
+ */
219
+ public abstract isOnBoundary(
220
+ contour: ContourHandle,
221
+ point: Vec3Handle
222
+ ): PluginApiReturn<boolean>
223
+
224
+ /**
225
+ * Test whether a contour's outer profile is wound clockwise on the XZ plane.
226
+ * @param contour The contour to query
227
+ * @returns `true` if the contour is clockwise, otherwise `false`
228
+ *
229
+ * # Example
230
+ * ```ts
231
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
232
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
233
+ * const clockwise = await snaptrude.core.geom.query.contour.isClockwise(contour)
234
+ * ```
235
+ */
236
+ public abstract isClockwise(
237
+ contour: ContourHandle
238
+ ): PluginApiReturn<boolean>
239
+
240
+ /**
241
+ * Test whether a contour is planar.
242
+ * @param contour The contour to query
243
+ * @returns `true` if the contour is planar, otherwise `false`
244
+ *
245
+ * # Example
246
+ * ```ts
247
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
248
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
249
+ * const planar = await snaptrude.core.geom.query.contour.isPlanar(contour) // true
250
+ * ```
251
+ */
252
+ public abstract isPlanar(
253
+ contour: ContourHandle
254
+ ): PluginApiReturn<boolean>
255
+
256
+ /**
257
+ * Test whether a contour is empty (its outer profile contains no curves).
258
+ * @param contour The contour to query
259
+ * @returns `true` if the contour is empty, otherwise `false`
260
+ *
261
+ * # Example
262
+ * ```ts
263
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
264
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
265
+ * const empty = await snaptrude.core.geom.query.contour.isEmpty(contour) // false
266
+ * ```
267
+ */
268
+ public abstract isEmpty(
269
+ contour: ContourHandle
270
+ ): PluginApiReturn<boolean>
271
+
272
+ /**
273
+ * Test whether a contour intersects itself.
274
+ * @param contour The contour to query
275
+ * @returns `true` if the contour is self-intersecting, otherwise `false`
276
+ *
277
+ * # Example
278
+ * ```ts
279
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
280
+ * const contour = await snaptrude.core.geom.create.contourFromProfile(rect)
281
+ * const crossed = await snaptrude.core.geom.query.contour.isSelfIntersecting(contour) // false
282
+ * ```
283
+ */
284
+ public abstract isSelfIntersecting(
285
+ contour: ContourHandle
286
+ ): PluginApiReturn<boolean>
287
+
288
+ /**
289
+ * Test whether a contour's orientation is valid (outer profile and holes are
290
+ * wound consistently).
291
+ * @param contour The contour to query
292
+ * @returns `true` if the orientation is valid, otherwise `false`
293
+ *
294
+ * # Example
295
+ * ```ts
296
+ * const outer = await snaptrude.core.geom.create.profileRect(6, 4)
297
+ * const hole = await snaptrude.core.geom.create.profileRect(2, 1)
298
+ * const contour = await snaptrude.core.geom.create.contourFromProfiles(outer, [hole])
299
+ * const valid = await snaptrude.core.geom.query.contour.isOrientationValid(contour)
300
+ * ```
301
+ */
302
+ public abstract isOrientationValid(
303
+ contour: ContourHandle
304
+ ): PluginApiReturn<boolean>
305
+
306
+ /**
307
+ * Test whether two contours are geometrically equal.
308
+ * @param contourA First contour
309
+ * @param contourB Second contour
310
+ * @returns `true` if the contours are equal, otherwise `false`
311
+ *
312
+ * # Example
313
+ * ```ts
314
+ * const rect = await snaptrude.core.geom.create.profileRect(4, 3)
315
+ * const a = await snaptrude.core.geom.create.contourFromProfile(rect)
316
+ * const b = await snaptrude.core.geom.create.contourFromProfile(rect)
317
+ * const same = await snaptrude.core.geom.query.contour.isEqual(a, b) // true
318
+ * ```
319
+ */
320
+ public abstract isEqual(
321
+ contourA: ContourHandle,
322
+ contourB: ContourHandle
323
+ ): PluginApiReturn<boolean>
324
+ }
325
+
326
+ /**
327
+ * Arguments for {@linkcode PluginGeomQueryContourApi.getOuterProfile}.
328
+ *
329
+ * | Property | Type | Description |
330
+ * |---|---|---|
331
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
332
+ */
333
+ export const PluginGeomQueryContourGetOuterProfileArgs = z.object({
334
+ contour: ContourHandle,
335
+ })
336
+
337
+ export type PluginGeomQueryContourGetOuterProfileArgs = z.infer<typeof PluginGeomQueryContourGetOuterProfileArgs>
338
+
339
+ /**
340
+ * Arguments for {@linkcode PluginGeomQueryContourApi.listHoles}.
341
+ *
342
+ * | Property | Type | Description |
343
+ * |---|---|---|
344
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
345
+ */
346
+ export const PluginGeomQueryContourListHolesArgs = z.object({
347
+ contour: ContourHandle,
348
+ })
349
+
350
+ export type PluginGeomQueryContourListHolesArgs = z.infer<typeof PluginGeomQueryContourListHolesArgs>
351
+
352
+ /**
353
+ * Arguments for {@linkcode PluginGeomQueryContourApi.getHoleCount}.
354
+ *
355
+ * | Property | Type | Description |
356
+ * |---|---|---|
357
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
358
+ */
359
+ export const PluginGeomQueryContourGetHoleCountArgs = z.object({
360
+ contour: ContourHandle,
361
+ })
362
+
363
+ export type PluginGeomQueryContourGetHoleCountArgs = z.infer<typeof PluginGeomQueryContourGetHoleCountArgs>
364
+
365
+ /**
366
+ * Arguments for {@linkcode PluginGeomQueryContourApi.getArea}.
367
+ *
368
+ * | Property | Type | Description |
369
+ * |---|---|---|
370
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
371
+ */
372
+ export const PluginGeomQueryContourGetAreaArgs = z.object({
373
+ contour: ContourHandle,
374
+ })
375
+
376
+ export type PluginGeomQueryContourGetAreaArgs = z.infer<typeof PluginGeomQueryContourGetAreaArgs>
377
+
378
+ /**
379
+ * Arguments for {@linkcode PluginGeomQueryContourApi.getPerimeter}.
380
+ *
381
+ * | Property | Type | Description |
382
+ * |---|---|---|
383
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
384
+ */
385
+ export const PluginGeomQueryContourGetPerimeterArgs = z.object({
386
+ contour: ContourHandle,
387
+ })
388
+
389
+ export type PluginGeomQueryContourGetPerimeterArgs = z.infer<typeof PluginGeomQueryContourGetPerimeterArgs>
390
+
391
+ /**
392
+ * Arguments for {@linkcode PluginGeomQueryContourApi.getBoundingBox}.
393
+ *
394
+ * | Property | Type | Description |
395
+ * |---|---|---|
396
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
397
+ */
398
+ export const PluginGeomQueryContourGetBoundingBoxArgs = z.object({
399
+ contour: ContourHandle,
400
+ })
401
+
402
+ export type PluginGeomQueryContourGetBoundingBoxArgs = z.infer<typeof PluginGeomQueryContourGetBoundingBoxArgs>
403
+
404
+ /**
405
+ * Arguments for {@linkcode PluginGeomQueryContourApi.getNormal}.
406
+ *
407
+ * | Property | Type | Description |
408
+ * |---|---|---|
409
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
410
+ */
411
+ export const PluginGeomQueryContourGetNormalArgs = z.object({
412
+ contour: ContourHandle,
413
+ })
414
+
415
+ export type PluginGeomQueryContourGetNormalArgs = z.infer<typeof PluginGeomQueryContourGetNormalArgs>
416
+
417
+ /**
418
+ * Arguments for {@linkcode PluginGeomQueryContourApi.getNearestPoint}.
419
+ *
420
+ * | Property | Type | Description |
421
+ * |---|---|---|
422
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
423
+ * | `point` | {@linkcode Vec3Handle} | The reference point |
424
+ */
425
+ export const PluginGeomQueryContourGetNearestPointArgs = z.object({
426
+ contour: ContourHandle,
427
+ point: Vec3Handle,
428
+ })
429
+
430
+ export type PluginGeomQueryContourGetNearestPointArgs = z.infer<typeof PluginGeomQueryContourGetNearestPointArgs>
431
+
432
+ /**
433
+ * Arguments for {@linkcode PluginGeomQueryContourApi.hasPoint}.
434
+ *
435
+ * | Property | Type | Description |
436
+ * |---|---|---|
437
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
438
+ * | `point` | {@linkcode Vec3Handle} | The point to test |
439
+ */
440
+ export const PluginGeomQueryContourHasPointArgs = z.object({
441
+ contour: ContourHandle,
442
+ point: Vec3Handle,
443
+ })
444
+
445
+ export type PluginGeomQueryContourHasPointArgs = z.infer<typeof PluginGeomQueryContourHasPointArgs>
446
+
447
+ /**
448
+ * Arguments for {@linkcode PluginGeomQueryContourApi.isOnBoundary}.
449
+ *
450
+ * | Property | Type | Description |
451
+ * |---|---|---|
452
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
453
+ * | `point` | {@linkcode Vec3Handle} | The point to test |
454
+ */
455
+ export const PluginGeomQueryContourIsOnBoundaryArgs = z.object({
456
+ contour: ContourHandle,
457
+ point: Vec3Handle,
458
+ })
459
+
460
+ export type PluginGeomQueryContourIsOnBoundaryArgs = z.infer<typeof PluginGeomQueryContourIsOnBoundaryArgs>
461
+
462
+ /**
463
+ * Arguments for {@linkcode PluginGeomQueryContourApi.isClockwise}.
464
+ *
465
+ * | Property | Type | Description |
466
+ * |---|---|---|
467
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
468
+ */
469
+ export const PluginGeomQueryContourIsClockwiseArgs = z.object({
470
+ contour: ContourHandle,
471
+ })
472
+
473
+ export type PluginGeomQueryContourIsClockwiseArgs = z.infer<typeof PluginGeomQueryContourIsClockwiseArgs>
474
+
475
+ /**
476
+ * Arguments for {@linkcode PluginGeomQueryContourApi.isPlanar}.
477
+ *
478
+ * | Property | Type | Description |
479
+ * |---|---|---|
480
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
481
+ */
482
+ export const PluginGeomQueryContourIsPlanarArgs = z.object({
483
+ contour: ContourHandle,
484
+ })
485
+
486
+ export type PluginGeomQueryContourIsPlanarArgs = z.infer<typeof PluginGeomQueryContourIsPlanarArgs>
487
+
488
+ /**
489
+ * Arguments for {@linkcode PluginGeomQueryContourApi.isEmpty}.
490
+ *
491
+ * | Property | Type | Description |
492
+ * |---|---|---|
493
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
494
+ */
495
+ export const PluginGeomQueryContourIsEmptyArgs = z.object({
496
+ contour: ContourHandle,
497
+ })
498
+
499
+ export type PluginGeomQueryContourIsEmptyArgs = z.infer<typeof PluginGeomQueryContourIsEmptyArgs>
500
+
501
+ /**
502
+ * Arguments for {@linkcode PluginGeomQueryContourApi.isSelfIntersecting}.
503
+ *
504
+ * | Property | Type | Description |
505
+ * |---|---|---|
506
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
507
+ */
508
+ export const PluginGeomQueryContourIsSelfIntersectingArgs = z.object({
509
+ contour: ContourHandle,
510
+ })
511
+
512
+ export type PluginGeomQueryContourIsSelfIntersectingArgs = z.infer<typeof PluginGeomQueryContourIsSelfIntersectingArgs>
513
+
514
+ /**
515
+ * Arguments for {@linkcode PluginGeomQueryContourApi.isOrientationValid}.
516
+ *
517
+ * | Property | Type | Description |
518
+ * |---|---|---|
519
+ * | `contour` | {@linkcode ContourHandle} | The contour to query |
520
+ */
521
+ export const PluginGeomQueryContourIsOrientationValidArgs = z.object({
522
+ contour: ContourHandle,
523
+ })
524
+
525
+ export type PluginGeomQueryContourIsOrientationValidArgs = z.infer<typeof PluginGeomQueryContourIsOrientationValidArgs>
526
+
527
+ /**
528
+ * Arguments for {@linkcode PluginGeomQueryContourApi.isEqual}.
529
+ *
530
+ * | Property | Type | Description |
531
+ * |---|---|---|
532
+ * | `contourA` | {@linkcode ContourHandle} | First contour |
533
+ * | `contourB` | {@linkcode ContourHandle} | Second contour |
534
+ */
535
+ export const PluginGeomQueryContourIsEqualArgs = z.object({
536
+ contourA: ContourHandle,
537
+ contourB: ContourHandle,
538
+ })
539
+
540
+ export type PluginGeomQueryContourIsEqualArgs = z.infer<typeof PluginGeomQueryContourIsEqualArgs>