@snaptrude/plugin-core 0.3.0 → 0.6.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/AGENTS.md +130 -48
- package/CHANGELOG.md +163 -0
- package/api-manifest.full.json +5600 -0
- package/api-manifest.json +5502 -0
- package/dist/api/analysis/heatmaps.d.ts +234 -0
- package/dist/api/analysis/heatmaps.d.ts.map +1 -0
- package/dist/api/analysis/illuminance.d.ts +145 -0
- package/dist/api/analysis/illuminance.d.ts.map +1 -0
- package/dist/api/analysis/index.d.ts +44 -0
- package/dist/api/analysis/index.d.ts.map +1 -0
- package/dist/api/analysis/shadows.d.ts +165 -0
- package/dist/api/analysis/shadows.d.ts.map +1 -0
- package/dist/api/analysis/sunlightHours.d.ts +208 -0
- package/dist/api/analysis/sunlightHours.d.ts.map +1 -0
- package/dist/api/analysis/sunpath.d.ts +80 -0
- package/dist/api/analysis/sunpath.d.ts.map +1 -0
- package/dist/api/core/buildings.d.ts +427 -0
- package/dist/api/core/buildings.d.ts.map +1 -0
- package/dist/api/core/comment/index.d.ts +230 -0
- package/dist/api/core/comment/index.d.ts.map +1 -0
- package/dist/api/core/geom/create/index.d.ts +247 -0
- package/dist/api/core/geom/create/index.d.ts.map +1 -0
- package/dist/api/core/geom/delete/index.d.ts +72 -0
- package/dist/api/core/geom/delete/index.d.ts.map +1 -0
- package/dist/api/core/geom/index.d.ts +24 -23
- package/dist/api/core/geom/index.d.ts.map +1 -1
- package/dist/api/core/geom/query/arc.d.ts +169 -0
- package/dist/api/core/geom/query/arc.d.ts.map +1 -0
- package/dist/api/core/geom/query/brep.d.ts +402 -0
- package/dist/api/core/geom/query/brep.d.ts.map +1 -0
- package/dist/api/core/geom/query/circle.d.ts +378 -0
- package/dist/api/core/geom/query/circle.d.ts.map +1 -0
- package/dist/api/core/geom/query/contour.d.ts +450 -0
- package/dist/api/core/geom/query/contour.d.ts.map +1 -0
- package/dist/api/core/geom/query/curve.d.ts +918 -0
- package/dist/api/core/geom/query/curve.d.ts.map +1 -0
- package/dist/api/core/geom/query/edge.d.ts +128 -0
- package/dist/api/core/geom/query/edge.d.ts.map +1 -0
- package/dist/api/core/geom/query/face.d.ts +363 -0
- package/dist/api/core/geom/query/face.d.ts.map +1 -0
- package/dist/api/core/geom/query/halfedge.d.ts +206 -0
- package/dist/api/core/geom/query/halfedge.d.ts.map +1 -0
- package/dist/api/core/geom/query/index.d.ts +61 -0
- package/dist/api/core/geom/query/index.d.ts.map +1 -0
- package/dist/api/core/geom/query/profile.d.ts +410 -0
- package/dist/api/core/geom/query/profile.d.ts.map +1 -0
- package/dist/api/core/geom/query/vertex.d.ts +187 -0
- package/dist/api/core/geom/query/vertex.d.ts.map +1 -0
- package/dist/api/core/geom/update/contour.d.ts +272 -0
- package/dist/api/core/geom/update/contour.d.ts.map +1 -0
- package/dist/api/core/geom/update/curve.d.ts +180 -0
- package/dist/api/core/geom/update/curve.d.ts.map +1 -0
- package/dist/api/core/geom/update/index.d.ts +27 -0
- package/dist/api/core/geom/update/index.d.ts.map +1 -0
- package/dist/api/core/geom/update/profile.d.ts +329 -0
- package/dist/api/core/geom/update/profile.d.ts.map +1 -0
- package/dist/api/core/groups.d.ts +485 -0
- package/dist/api/core/groups.d.ts.map +1 -0
- package/dist/api/core/history/index.d.ts +78 -0
- package/dist/api/core/history/index.d.ts.map +1 -0
- package/dist/api/core/index.d.ts +51 -1
- package/dist/api/core/index.d.ts.map +1 -1
- package/dist/api/core/io/import/index.d.ts +392 -0
- package/dist/api/core/io/import/index.d.ts.map +1 -0
- package/dist/api/core/io/index.d.ts +35 -0
- package/dist/api/core/io/index.d.ts.map +1 -0
- package/dist/api/core/io/job/index.d.ts +139 -0
- package/dist/api/core/io/job/index.d.ts.map +1 -0
- package/dist/api/core/io/query/index.d.ts +74 -0
- package/dist/api/core/io/query/index.d.ts.map +1 -0
- package/dist/api/core/io/terrain/index.d.ts +206 -0
- package/dist/api/core/io/terrain/index.d.ts.map +1 -0
- package/dist/api/core/io/underlay/index.d.ts +286 -0
- package/dist/api/core/io/underlay/index.d.ts.map +1 -0
- package/dist/api/core/layers.d.ts +402 -0
- package/dist/api/core/layers.d.ts.map +1 -0
- package/dist/api/core/math/quat.d.ts +111 -128
- package/dist/api/core/math/quat.d.ts.map +1 -1
- package/dist/api/core/math/vec3.d.ts +120 -102
- package/dist/api/core/math/vec3.d.ts.map +1 -1
- package/dist/api/core/project/index.d.ts +399 -0
- package/dist/api/core/project/index.d.ts.map +1 -0
- package/dist/api/core/tags.d.ts +755 -0
- package/dist/api/core/tags.d.ts.map +1 -0
- package/dist/api/core/units/index.d.ts +175 -0
- package/dist/api/core/units/index.d.ts.map +1 -0
- package/dist/api/core/zoom/index.d.ts +45 -0
- package/dist/api/core/zoom/index.d.ts.map +1 -0
- package/dist/api/design/boolean/index.d.ts +168 -0
- package/dist/api/design/boolean/index.d.ts.map +1 -0
- package/dist/api/design/create/index.d.ts +837 -0
- package/dist/api/design/create/index.d.ts.map +1 -0
- package/dist/api/design/delete/index.d.ts +63 -0
- package/dist/api/design/delete/index.d.ts.map +1 -0
- package/dist/api/design/doors/index.d.ts +268 -0
- package/dist/api/design/doors/index.d.ts.map +1 -0
- package/dist/api/design/edit/index.d.ts +49 -0
- package/dist/api/design/edit/index.d.ts.map +1 -0
- package/dist/api/design/erase/index.d.ts +160 -0
- package/dist/api/design/erase/index.d.ts.map +1 -0
- package/dist/api/design/furniture/index.d.ts +123 -0
- package/dist/api/design/furniture/index.d.ts.map +1 -0
- package/dist/api/design/index.d.ts +153 -0
- package/dist/api/design/index.d.ts.map +1 -0
- package/dist/api/design/lock.d.ts +41 -0
- package/dist/api/design/lock.d.ts.map +1 -0
- package/dist/api/design/materials/index.d.ts +297 -0
- package/dist/api/design/materials/index.d.ts.map +1 -0
- package/dist/api/design/query/geometry/index.d.ts +140 -0
- package/dist/api/design/query/geometry/index.d.ts.map +1 -0
- package/dist/api/design/query/index.d.ts +1011 -0
- package/dist/api/design/query/index.d.ts.map +1 -0
- package/dist/api/design/query/spaces.d.ts +221 -0
- package/dist/api/design/query/spaces.d.ts.map +1 -0
- package/dist/api/design/selection/index.d.ts +282 -0
- package/dist/api/design/selection/index.d.ts.map +1 -0
- package/dist/api/design/shared.d.ts +38 -0
- package/dist/api/design/shared.d.ts.map +1 -0
- package/dist/api/design/transform/index.d.ts +87 -0
- package/dist/api/design/transform/index.d.ts.map +1 -0
- package/dist/api/design/update/index.d.ts +178 -0
- package/dist/api/design/update/index.d.ts.map +1 -0
- package/dist/api/design/windows/index.d.ts +189 -0
- package/dist/api/design/windows/index.d.ts.map +1 -0
- package/dist/api/entity/buildableEnvelope.d.ts +261 -0
- package/dist/api/entity/buildableEnvelope.d.ts.map +1 -0
- package/dist/api/entity/department.d.ts +0 -98
- package/dist/api/entity/department.d.ts.map +1 -1
- package/dist/api/entity/index.d.ts +9 -9
- package/dist/api/entity/index.d.ts.map +1 -1
- package/dist/api/entity/referenceLine.d.ts +49 -106
- package/dist/api/entity/referenceLine.d.ts.map +1 -1
- package/dist/api/entity/space.d.ts +484 -251
- package/dist/api/entity/space.d.ts.map +1 -1
- package/dist/api/entity/story.d.ts +49 -39
- package/dist/api/entity/story.d.ts.map +1 -1
- package/dist/api/index.d.ts +22 -12
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/presentation/aiInspiration.d.ts +440 -0
- package/dist/api/presentation/aiInspiration.d.ts.map +1 -0
- package/dist/api/presentation/diagrams.d.ts +81 -0
- package/dist/api/presentation/diagrams.d.ts.map +1 -0
- package/dist/api/presentation/import.d.ts +113 -0
- package/dist/api/presentation/import.d.ts.map +1 -0
- package/dist/api/presentation/index.d.ts +46 -0
- package/dist/api/presentation/index.d.ts.map +1 -0
- package/dist/api/presentation/sheets.d.ts +176 -0
- package/dist/api/presentation/sheets.d.ts.map +1 -0
- package/dist/api/presentation/views.d.ts +296 -0
- package/dist/api/presentation/views.d.ts.map +1 -0
- package/dist/api/program/adjacency.d.ts +155 -0
- package/dist/api/program/adjacency.d.ts.map +1 -0
- package/dist/api/program/areas.d.ts +360 -0
- package/dist/api/program/areas.d.ts.map +1 -0
- package/dist/api/program/classification.d.ts +135 -0
- package/dist/api/program/classification.d.ts.map +1 -0
- package/dist/api/program/cores.d.ts +174 -0
- package/dist/api/program/cores.d.ts.map +1 -0
- package/dist/api/program/departments.d.ts +431 -0
- package/dist/api/program/departments.d.ts.map +1 -0
- package/dist/api/program/index.d.ts +69 -0
- package/dist/api/program/index.d.ts.map +1 -0
- package/dist/api/program/layout.d.ts +63 -0
- package/dist/api/program/layout.d.ts.map +1 -0
- package/dist/api/program/metrics.d.ts +108 -0
- package/dist/api/program/metrics.d.ts.map +1 -0
- package/dist/api/program/site.d.ts +451 -0
- package/dist/api/program/site.d.ts.map +1 -0
- package/dist/api/program/spreadsheet.d.ts +2041 -0
- package/dist/api/program/spreadsheet.d.ts.map +1 -0
- package/dist/handles.d.ts +171 -0
- package/dist/handles.d.ts.map +1 -0
- package/dist/host-utils.d.ts +7 -5
- package/dist/host-utils.d.ts.map +1 -1
- package/dist/index.cjs +4344 -899
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3682 -865
- package/dist/index.js.map +1 -1
- package/package.json +6 -2
- package/scripts/generate-manifest.mjs +193 -0
- package/scripts/generate-manifest.test.mjs +215 -0
- package/src/api/analysis/heatmaps.ts +256 -0
- package/src/api/analysis/illuminance.ts +155 -0
- package/src/api/analysis/index.ts +46 -0
- package/src/api/analysis/shadows.ts +183 -0
- package/src/api/analysis/sunlightHours.ts +211 -0
- package/src/api/analysis/sunpath.ts +83 -0
- package/src/api/core/buildings.ts +485 -0
- package/src/api/core/comment/index.ts +258 -0
- package/src/api/core/geom/create/index.ts +293 -0
- package/src/api/core/geom/delete/index.ts +78 -0
- package/src/api/core/geom/index.ts +24 -23
- package/src/api/core/geom/query/arc.ts +169 -0
- package/src/api/core/geom/query/brep.ts +444 -0
- package/src/api/core/geom/query/circle.ts +404 -0
- package/src/api/core/geom/query/contour.ts +540 -0
- package/src/api/core/geom/query/curve.ts +1078 -0
- package/src/api/core/geom/query/edge.ts +130 -0
- package/src/api/core/geom/query/face.ts +403 -0
- package/src/api/core/geom/query/halfedge.ts +210 -0
- package/src/api/core/geom/query/index.ts +63 -0
- package/src/api/core/geom/query/profile.ts +473 -0
- package/src/api/core/geom/query/vertex.ts +205 -0
- package/src/api/core/geom/update/contour.ts +315 -0
- package/src/api/core/geom/update/curve.ts +209 -0
- package/src/api/core/geom/update/index.ts +29 -0
- package/src/api/core/geom/update/profile.ts +377 -0
- package/src/api/core/groups.ts +521 -0
- package/src/api/core/history/index.ts +84 -0
- package/src/api/core/index.ts +51 -1
- package/src/api/core/io/import/index.ts +432 -0
- package/src/api/core/io/index.ts +37 -0
- package/src/api/core/io/job/index.ts +140 -0
- package/src/api/core/io/query/index.ts +71 -0
- package/src/api/core/io/terrain/index.ts +214 -0
- package/src/api/core/io/underlay/index.ts +295 -0
- package/src/api/core/layers.ts +333 -0
- package/src/api/core/math/quat.ts +112 -235
- package/src/api/core/math/vec3.ts +124 -159
- package/src/api/core/project/index.ts +418 -0
- package/src/api/core/tags.ts +808 -0
- package/src/api/core/units/index.ts +164 -0
- package/src/api/core/zoom/index.ts +47 -0
- package/src/api/design/boolean/index.ts +179 -0
- package/src/api/design/create/index.ts +895 -0
- package/src/api/design/delete/index.ts +67 -0
- package/src/api/design/doors/index.ts +285 -0
- package/src/api/design/edit/index.ts +54 -0
- package/src/api/design/erase/index.ts +151 -0
- package/src/api/design/furniture/index.ts +130 -0
- package/src/api/design/index.ts +162 -0
- package/src/api/design/lock.ts +42 -0
- package/src/api/design/materials/index.ts +301 -0
- package/src/api/design/query/geometry/index.ts +166 -0
- package/src/api/design/query/index.ts +937 -0
- package/src/api/design/query/spaces.ts +132 -0
- package/src/api/design/selection/index.ts +273 -0
- package/src/api/design/shared.ts +40 -0
- package/src/api/design/transform/index.ts +93 -0
- package/src/api/design/update/index.ts +117 -0
- package/src/api/design/windows/index.ts +207 -0
- package/src/api/entity/buildableEnvelope.ts +318 -0
- package/src/api/entity/department.ts +0 -113
- package/src/api/entity/index.ts +9 -9
- package/src/api/entity/referenceLine.ts +50 -38
- package/src/api/entity/space.ts +285 -226
- package/src/api/entity/story.ts +53 -42
- package/src/api/index.ts +22 -12
- package/src/api/presentation/aiInspiration.ts +362 -0
- package/src/api/presentation/diagrams.ts +84 -0
- package/src/api/presentation/import.ts +112 -0
- package/src/api/presentation/index.ts +48 -0
- package/src/api/presentation/sheets.ts +198 -0
- package/src/api/presentation/views.ts +303 -0
- package/src/api/program/adjacency.ts +164 -0
- package/src/api/program/areas.ts +335 -0
- package/src/api/program/classification.ts +138 -0
- package/src/api/program/cores.ts +171 -0
- package/src/api/program/departments.ts +465 -0
- package/src/api/program/index.ts +71 -0
- package/src/api/program/layout.ts +68 -0
- package/src/api/program/metrics.ts +120 -0
- package/src/api/program/site.ts +419 -0
- package/src/api/program/spreadsheet.ts +2075 -0
- package/src/handles.ts +194 -0
- package/src/host-utils.ts +10 -6
- package/src/index.ts +1 -0
- package/dist/api/core/geom/arc.d.ts +0 -81
- package/dist/api/core/geom/arc.d.ts.map +0 -1
- package/dist/api/core/geom/curve.d.ts +0 -70
- package/dist/api/core/geom/curve.d.ts.map +0 -1
- package/dist/api/core/geom/line.d.ts +0 -56
- package/dist/api/core/geom/line.d.ts.map +0 -1
- package/dist/api/core/geom/profile.d.ts +0 -121
- package/dist/api/core/geom/profile.d.ts.map +0 -1
- package/dist/api/tools/copy.d.ts +0 -59
- package/dist/api/tools/copy.d.ts.map +0 -1
- package/dist/api/tools/index.d.ts +0 -33
- package/dist/api/tools/index.d.ts.map +0 -1
- package/dist/api/tools/material.d.ts +0 -51
- package/dist/api/tools/material.d.ts.map +0 -1
- package/dist/api/tools/offset.d.ts +0 -43
- package/dist/api/tools/offset.d.ts.map +0 -1
- package/dist/api/tools/selection.d.ts +0 -48
- package/dist/api/tools/selection.d.ts.map +0 -1
- package/dist/api/tools/transform.d.ts +0 -114
- package/dist/api/tools/transform.d.ts.map +0 -1
- package/dist/api/units/index.d.ts +0 -163
- package/dist/api/units/index.d.ts.map +0 -1
- package/src/api/core/geom/arc.ts +0 -70
- package/src/api/core/geom/curve.ts +0 -41
- package/src/api/core/geom/line.ts +0 -53
- package/src/api/core/geom/profile.ts +0 -94
- package/src/api/tools/copy.ts +0 -55
- package/src/api/tools/index.ts +0 -39
- package/src/api/tools/material.ts +0 -49
- package/src/api/tools/offset.ts +0 -43
- package/src/api/tools/selection.ts +0 -51
- package/src/api/tools/transform.ts +0 -117
- package/src/api/units/index.ts +0 -163
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
import * as z from "zod"
|
|
2
|
+
import { PluginApiReturn } from "../../../../types"
|
|
3
|
+
import { HalfEdgeHandle, VertexHandle, EdgeHandle, FaceHandle } from "../../../../handles"
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Half-edge queries — walk and read a single BREP half-edge (all-handle model, §11).
|
|
7
|
+
* A {@linkcode HalfEdgeHandle} is minted by walking from a brep/face/edge/vertex
|
|
8
|
+
* handle; it is session-ephemeral and goes stale on undo/redo/re-topologize.
|
|
9
|
+
*
|
|
10
|
+
* The kind token is all-lowercase `"halfedge"` (§6.1 — no camelCase namespaces).
|
|
11
|
+
* Traversals (`getNext`/`getPrev`/`getFlip`) return `null` on a boundary or a
|
|
12
|
+
* malformed chain rather than throwing (§6, reads never throw).
|
|
13
|
+
*
|
|
14
|
+
* Accessed via `snaptrude.core.geom.query.halfedge`.
|
|
15
|
+
*/
|
|
16
|
+
export abstract class PluginGeomQueryHalfEdgeApi {
|
|
17
|
+
constructor() {}
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Get the next half-edge around the face loop.
|
|
21
|
+
* @param halfEdge The half-edge to walk from
|
|
22
|
+
* @returns The next half-edge as a {@linkcode HalfEdgeHandle}, or `null` on a malformed chain
|
|
23
|
+
*
|
|
24
|
+
* # Example
|
|
25
|
+
* ```ts
|
|
26
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
27
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
28
|
+
* if (brep) {
|
|
29
|
+
* const [face] = await snaptrude.core.geom.query.brep.listFaces(brep)
|
|
30
|
+
* const [he] = await snaptrude.core.geom.query.face.listHalfEdges(face)
|
|
31
|
+
* const next = await snaptrude.core.geom.query.halfedge.getNext(he)
|
|
32
|
+
* if (next) {
|
|
33
|
+
* const vertex = await snaptrude.core.geom.query.halfedge.getVertex(next)
|
|
34
|
+
* }
|
|
35
|
+
* }
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
public abstract getNext(halfEdge: HalfEdgeHandle): PluginApiReturn<HalfEdgeHandle | null>
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Get the previous half-edge around the face loop.
|
|
42
|
+
* @param halfEdge The half-edge to walk from
|
|
43
|
+
* @returns The previous half-edge as a {@linkcode HalfEdgeHandle}, or `null` on a malformed chain
|
|
44
|
+
*
|
|
45
|
+
* # Example
|
|
46
|
+
* ```ts
|
|
47
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
48
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
49
|
+
* if (brep) {
|
|
50
|
+
* const [he] = await snaptrude.core.geom.query.brep.listHalfEdges(brep)
|
|
51
|
+
* const prev = await snaptrude.core.geom.query.halfedge.getPrev(he)
|
|
52
|
+
* if (prev) {
|
|
53
|
+
* const edge = await snaptrude.core.geom.query.halfedge.getEdge(prev)
|
|
54
|
+
* }
|
|
55
|
+
* }
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
public abstract getPrev(halfEdge: HalfEdgeHandle): PluginApiReturn<HalfEdgeHandle | null>
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Get the flip (opposite) half-edge of the shared edge.
|
|
62
|
+
* @param halfEdge The half-edge to flip
|
|
63
|
+
* @returns The flip half-edge as a {@linkcode HalfEdgeHandle}, or `null` on a boundary
|
|
64
|
+
*
|
|
65
|
+
* # Example
|
|
66
|
+
* ```ts
|
|
67
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
68
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
69
|
+
* if (brep) {
|
|
70
|
+
* const [he] = await snaptrude.core.geom.query.brep.listHalfEdges(brep)
|
|
71
|
+
* const flip = await snaptrude.core.geom.query.halfedge.getFlip(he)
|
|
72
|
+
* if (flip) {
|
|
73
|
+
* // cross the shared edge into the neighbouring face
|
|
74
|
+
* const neighbourFace = await snaptrude.core.geom.query.halfedge.getFace(flip)
|
|
75
|
+
* }
|
|
76
|
+
* }
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
public abstract getFlip(halfEdge: HalfEdgeHandle): PluginApiReturn<HalfEdgeHandle | null>
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Get the tail vertex of a half-edge.
|
|
83
|
+
* @param halfEdge The half-edge to read
|
|
84
|
+
* @returns The vertex as a {@linkcode VertexHandle}
|
|
85
|
+
*
|
|
86
|
+
* # Example
|
|
87
|
+
* ```ts
|
|
88
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
89
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
90
|
+
* if (brep) {
|
|
91
|
+
* const [he] = await snaptrude.core.geom.query.brep.listHalfEdges(brep)
|
|
92
|
+
* const vertex = await snaptrude.core.geom.query.halfedge.getVertex(he)
|
|
93
|
+
* const pos = await snaptrude.core.geom.query.vertex.getPosition(brep, vertex)
|
|
94
|
+
* }
|
|
95
|
+
* ```
|
|
96
|
+
*/
|
|
97
|
+
public abstract getVertex(halfEdge: HalfEdgeHandle): PluginApiReturn<VertexHandle>
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Get the edge of a half-edge.
|
|
101
|
+
* @param halfEdge The half-edge to read
|
|
102
|
+
* @returns The edge as an {@linkcode EdgeHandle}
|
|
103
|
+
*
|
|
104
|
+
* # Example
|
|
105
|
+
* ```ts
|
|
106
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
107
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
108
|
+
* if (brep) {
|
|
109
|
+
* const [he] = await snaptrude.core.geom.query.brep.listHalfEdges(brep)
|
|
110
|
+
* const edge = await snaptrude.core.geom.query.halfedge.getEdge(he)
|
|
111
|
+
* const faces = await snaptrude.core.geom.query.edge.listFaces(edge)
|
|
112
|
+
* }
|
|
113
|
+
* ```
|
|
114
|
+
*/
|
|
115
|
+
public abstract getEdge(halfEdge: HalfEdgeHandle): PluginApiReturn<EdgeHandle>
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Get the face of a half-edge.
|
|
119
|
+
* @param halfEdge The half-edge to read
|
|
120
|
+
* @returns The face as a {@linkcode FaceHandle}
|
|
121
|
+
*
|
|
122
|
+
* # Example
|
|
123
|
+
* ```ts
|
|
124
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
125
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
126
|
+
* if (brep) {
|
|
127
|
+
* const [he] = await snaptrude.core.geom.query.brep.listHalfEdges(brep)
|
|
128
|
+
* const face = await snaptrude.core.geom.query.halfedge.getFace(he)
|
|
129
|
+
* const index = await snaptrude.core.geom.query.face.getIndex(face)
|
|
130
|
+
* }
|
|
131
|
+
* ```
|
|
132
|
+
*/
|
|
133
|
+
public abstract getFace(halfEdge: HalfEdgeHandle): PluginApiReturn<FaceHandle>
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Test whether a half-edge lies on the brep boundary (has no flip).
|
|
137
|
+
* @param halfEdge The half-edge to test
|
|
138
|
+
* @returns `true` if on the boundary, otherwise `false`
|
|
139
|
+
*
|
|
140
|
+
* # Example
|
|
141
|
+
* ```ts
|
|
142
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
143
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
144
|
+
* if (brep) {
|
|
145
|
+
* const halfEdges = await snaptrude.core.geom.query.brep.listHalfEdges(brep)
|
|
146
|
+
* let boundary = 0
|
|
147
|
+
* for (const he of halfEdges) {
|
|
148
|
+
* if (await snaptrude.core.geom.query.halfedge.isOnBoundary(he)) boundary++
|
|
149
|
+
* }
|
|
150
|
+
* console.log("boundary half-edges:", boundary)
|
|
151
|
+
* }
|
|
152
|
+
* ```
|
|
153
|
+
*/
|
|
154
|
+
public abstract isOnBoundary(halfEdge: HalfEdgeHandle): PluginApiReturn<boolean>
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* Test whether a half-edge is the forward (primary) half-edge of its edge —
|
|
158
|
+
* i.e. `edge.getHalfEdge() === thisHalfEdge`.
|
|
159
|
+
* @param halfEdge The half-edge to test
|
|
160
|
+
* @returns `true` if forward, otherwise `false`
|
|
161
|
+
*
|
|
162
|
+
* # Example
|
|
163
|
+
* ```ts
|
|
164
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
165
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
166
|
+
* if (brep) {
|
|
167
|
+
* const [he] = await snaptrude.core.geom.query.brep.listHalfEdges(brep)
|
|
168
|
+
* const forward = await snaptrude.core.geom.query.halfedge.isForward(he)
|
|
169
|
+
* console.log(forward ? "primary half-edge" : "flip half-edge")
|
|
170
|
+
* }
|
|
171
|
+
* ```
|
|
172
|
+
*/
|
|
173
|
+
public abstract isForward(halfEdge: HalfEdgeHandle): PluginApiReturn<boolean>
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
const heArg = z.object({ halfEdge: HalfEdgeHandle })
|
|
177
|
+
|
|
178
|
+
/** Arguments for {@linkcode PluginGeomQueryHalfEdgeApi.getNext}. `{ halfEdge: HalfEdgeHandle }` */
|
|
179
|
+
export const PluginGeomQueryHalfEdgeGetNextArgs = heArg
|
|
180
|
+
export type PluginGeomQueryHalfEdgeGetNextArgs = z.infer<typeof PluginGeomQueryHalfEdgeGetNextArgs>
|
|
181
|
+
|
|
182
|
+
/** Arguments for {@linkcode PluginGeomQueryHalfEdgeApi.getPrev}. `{ halfEdge: HalfEdgeHandle }` */
|
|
183
|
+
export const PluginGeomQueryHalfEdgeGetPrevArgs = heArg
|
|
184
|
+
export type PluginGeomQueryHalfEdgeGetPrevArgs = z.infer<typeof PluginGeomQueryHalfEdgeGetPrevArgs>
|
|
185
|
+
|
|
186
|
+
/** Arguments for {@linkcode PluginGeomQueryHalfEdgeApi.getFlip}. `{ halfEdge: HalfEdgeHandle }` */
|
|
187
|
+
export const PluginGeomQueryHalfEdgeGetFlipArgs = heArg
|
|
188
|
+
export type PluginGeomQueryHalfEdgeGetFlipArgs = z.infer<typeof PluginGeomQueryHalfEdgeGetFlipArgs>
|
|
189
|
+
|
|
190
|
+
/** Arguments for {@linkcode PluginGeomQueryHalfEdgeApi.getVertex}. `{ halfEdge: HalfEdgeHandle }` */
|
|
191
|
+
export const PluginGeomQueryHalfEdgeGetVertexArgs = heArg
|
|
192
|
+
export type PluginGeomQueryHalfEdgeGetVertexArgs = z.infer<typeof PluginGeomQueryHalfEdgeGetVertexArgs>
|
|
193
|
+
|
|
194
|
+
/** Arguments for {@linkcode PluginGeomQueryHalfEdgeApi.getEdge}. `{ halfEdge: HalfEdgeHandle }` */
|
|
195
|
+
export const PluginGeomQueryHalfEdgeGetEdgeArgs = heArg
|
|
196
|
+
export type PluginGeomQueryHalfEdgeGetEdgeArgs = z.infer<typeof PluginGeomQueryHalfEdgeGetEdgeArgs>
|
|
197
|
+
|
|
198
|
+
/** Arguments for {@linkcode PluginGeomQueryHalfEdgeApi.getFace}. `{ halfEdge: HalfEdgeHandle }` */
|
|
199
|
+
export const PluginGeomQueryHalfEdgeGetFaceArgs = heArg
|
|
200
|
+
export type PluginGeomQueryHalfEdgeGetFaceArgs = z.infer<typeof PluginGeomQueryHalfEdgeGetFaceArgs>
|
|
201
|
+
|
|
202
|
+
/** Arguments for {@linkcode PluginGeomQueryHalfEdgeApi.isOnBoundary}. `{ halfEdge: HalfEdgeHandle }` */
|
|
203
|
+
export const PluginGeomQueryHalfEdgeIsOnBoundaryArgs = heArg
|
|
204
|
+
export type PluginGeomQueryHalfEdgeIsOnBoundaryArgs = z.infer<
|
|
205
|
+
typeof PluginGeomQueryHalfEdgeIsOnBoundaryArgs
|
|
206
|
+
>
|
|
207
|
+
|
|
208
|
+
/** Arguments for {@linkcode PluginGeomQueryHalfEdgeApi.isForward}. `{ halfEdge: HalfEdgeHandle }` */
|
|
209
|
+
export const PluginGeomQueryHalfEdgeIsForwardArgs = heArg
|
|
210
|
+
export type PluginGeomQueryHalfEdgeIsForwardArgs = z.infer<typeof PluginGeomQueryHalfEdgeIsForwardArgs>
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { PluginGeomQueryCurveApi } from "./curve"
|
|
2
|
+
import { PluginGeomQueryArcApi } from "./arc"
|
|
3
|
+
import { PluginGeomQueryCircleApi } from "./circle"
|
|
4
|
+
import { PluginGeomQueryProfileApi } from "./profile"
|
|
5
|
+
import { PluginGeomQueryContourApi } from "./contour"
|
|
6
|
+
import { PluginGeomQueryBrepApi } from "./brep"
|
|
7
|
+
import { PluginGeomQueryFaceApi } from "./face"
|
|
8
|
+
import { PluginGeomQueryEdgeApi } from "./edge"
|
|
9
|
+
import { PluginGeomQueryHalfEdgeApi } from "./halfedge"
|
|
10
|
+
import { PluginGeomQueryVertexApi } from "./vertex"
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Geometry-kernel query namespace — read geometry, topology, and relationships as
|
|
14
|
+
* plain values / child handles (all-handle model, §11). No query mutates its inputs.
|
|
15
|
+
*
|
|
16
|
+
* - {@linkcode PluginGeomQueryApi.curve} — shared line/arc queries + two-curve relationships
|
|
17
|
+
* - {@linkcode PluginGeomQueryApi.arc} — arc-specific reads
|
|
18
|
+
* - {@linkcode PluginGeomQueryApi.circle} — circle-specific reads
|
|
19
|
+
* - {@linkcode PluginGeomQueryApi.profile} — profile reads
|
|
20
|
+
* - {@linkcode PluginGeomQueryApi.contour} — contour reads (outer profile + holes)
|
|
21
|
+
* - {@linkcode PluginGeomQueryApi.brep} — BREP mesh topology + geometry
|
|
22
|
+
* - {@linkcode PluginGeomQueryApi.face} — BREP face reads
|
|
23
|
+
* - {@linkcode PluginGeomQueryApi.edge} — BREP edge reads
|
|
24
|
+
* - {@linkcode PluginGeomQueryApi.halfedge} — BREP half-edge walks
|
|
25
|
+
* - {@linkcode PluginGeomQueryApi.vertex} — BREP vertex reads
|
|
26
|
+
*
|
|
27
|
+
* Accessed via `snaptrude.core.geom.query`.
|
|
28
|
+
*/
|
|
29
|
+
export abstract class PluginGeomQueryApi {
|
|
30
|
+
/** Shared curve queries (line or arc) and relationships. See {@linkcode PluginGeomQueryCurveApi}. */
|
|
31
|
+
public abstract curve: PluginGeomQueryCurveApi
|
|
32
|
+
/** Arc-specific queries. See {@linkcode PluginGeomQueryArcApi}. */
|
|
33
|
+
public abstract arc: PluginGeomQueryArcApi
|
|
34
|
+
/** Circle-specific queries. See {@linkcode PluginGeomQueryCircleApi}. */
|
|
35
|
+
public abstract circle: PluginGeomQueryCircleApi
|
|
36
|
+
/** Profile queries. See {@linkcode PluginGeomQueryProfileApi}. */
|
|
37
|
+
public abstract profile: PluginGeomQueryProfileApi
|
|
38
|
+
/** Contour queries. See {@linkcode PluginGeomQueryContourApi}. */
|
|
39
|
+
public abstract contour: PluginGeomQueryContourApi
|
|
40
|
+
/** BREP mesh topology + geometry queries. See {@linkcode PluginGeomQueryBrepApi}. */
|
|
41
|
+
public abstract brep: PluginGeomQueryBrepApi
|
|
42
|
+
/** BREP face queries. See {@linkcode PluginGeomQueryFaceApi}. */
|
|
43
|
+
public abstract face: PluginGeomQueryFaceApi
|
|
44
|
+
/** BREP edge queries. See {@linkcode PluginGeomQueryEdgeApi}. */
|
|
45
|
+
public abstract edge: PluginGeomQueryEdgeApi
|
|
46
|
+
/** BREP half-edge walks. See {@linkcode PluginGeomQueryHalfEdgeApi}. */
|
|
47
|
+
public abstract halfedge: PluginGeomQueryHalfEdgeApi
|
|
48
|
+
/** BREP vertex queries. See {@linkcode PluginGeomQueryVertexApi}. */
|
|
49
|
+
public abstract vertex: PluginGeomQueryVertexApi
|
|
50
|
+
|
|
51
|
+
constructor() {}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export * from "./curve"
|
|
55
|
+
export * from "./arc"
|
|
56
|
+
export * from "./circle"
|
|
57
|
+
export * from "./profile"
|
|
58
|
+
export * from "./contour"
|
|
59
|
+
export * from "./brep"
|
|
60
|
+
export * from "./face"
|
|
61
|
+
export * from "./edge"
|
|
62
|
+
export * from "./halfedge"
|
|
63
|
+
export * from "./vertex"
|