@snaptrude/plugin-core 0.2.9 → 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.
- package/AGENTS.md +128 -50
- package/CHANGELOG.md +52 -6
- package/api-manifest.full.json +3999 -0
- package/api-manifest.json +3845 -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 +46 -1
- package/dist/api/core/index.d.ts.map +1 -1
- 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 +828 -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 +138 -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 +51 -23
- package/dist/api/entity/buildableEnvelope.d.ts.map +1 -1
- 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 +4 -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 +76 -828
- package/dist/api/entity/space.d.ts.map +1 -1
- package/dist/api/entity/story.d.ts +47 -37
- package/dist/api/entity/story.d.ts.map +1 -1
- package/dist/api/index.d.ts +17 -17
- 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 +367 -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 +138 -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 +3897 -1542
- 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 +3326 -1462
- 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 +193 -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 +46 -1
- 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 +886 -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 +144 -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 +64 -23
- package/src/api/entity/department.ts +0 -113
- package/src/api/entity/index.ts +4 -9
- package/src/api/entity/referenceLine.ts +50 -38
- package/src/api/entity/space.ts +84 -440
- package/src/api/entity/story.ts +53 -42
- package/src/api/index.ts +17 -17
- 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 +326 -0
- package/src/api/program/spreadsheet.ts +2075 -0
- package/src/handles.ts +148 -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/documentation/aiInspiration.d.ts +0 -2155
- package/dist/api/documentation/aiInspiration.d.ts.map +0 -1
- package/dist/api/documentation/index.d.ts +0 -13
- package/dist/api/documentation/index.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 -29
- package/dist/api/tools/index.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/documentation/aiInspiration.ts +0 -871
- package/src/api/documentation/index.ts +0 -15
- package/src/api/tools/copy.ts +0 -55
- package/src/api/tools/index.ts +0 -35
- 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,473 @@
|
|
|
1
|
+
import * as z from "zod"
|
|
2
|
+
import { PluginApiReturn } from "../../../../types"
|
|
3
|
+
import {
|
|
4
|
+
ProfileHandle,
|
|
5
|
+
Vec3Handle,
|
|
6
|
+
CurveHandle,
|
|
7
|
+
Vec3Components,
|
|
8
|
+
BBoxComponents,
|
|
9
|
+
} from "../../../../handles"
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Profile queries — read-only geometric questions about a profile (an ordered
|
|
13
|
+
* loop or chain of curves) and the relationships between two profiles
|
|
14
|
+
* (all-handle model, §11).
|
|
15
|
+
*
|
|
16
|
+
* Every method takes an opaque {@linkcode ProfileHandle} (plus point handles
|
|
17
|
+
* {@linkcode Vec3Handle} where relevant) and returns plain values — points as
|
|
18
|
+
* {@linkcode Vec3Components}, areas/perimeters/distances as `number`, predicates
|
|
19
|
+
* as `boolean`, the bounding box as {@linkcode BBoxComponents}. Methods that
|
|
20
|
+
* enumerate the profile's child curves return fresh {@linkcode CurveHandle}`[]`.
|
|
21
|
+
* No query mutates its inputs.
|
|
22
|
+
*
|
|
23
|
+
* Accessed via `snaptrude.core.geom.query.profile`.
|
|
24
|
+
*/
|
|
25
|
+
export abstract class PluginGeomQueryProfileApi {
|
|
26
|
+
constructor() {}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* List the tessellated points along a profile.
|
|
30
|
+
* @param profile The profile to query
|
|
31
|
+
* @returns The profile points as {@linkcode Vec3Components}`[]`
|
|
32
|
+
*
|
|
33
|
+
* @examplePrompt Give me the corner coordinates of this shape
|
|
34
|
+
* @examplePrompt List the vertex points along this outline
|
|
35
|
+
*
|
|
36
|
+
* # Example
|
|
37
|
+
* ```ts
|
|
38
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
39
|
+
* const points = await snaptrude.core.geom.query.profile.listPoints(rect)
|
|
40
|
+
* for (const p of points) console.log(p.x, p.y, p.z)
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
public abstract listPoints(profile: ProfileHandle): PluginApiReturn<Vec3Components[]>
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* List the curves that make up a profile. Host API call — mints fresh handles.
|
|
47
|
+
* @param profile The profile to query
|
|
48
|
+
* @returns The profile's curves as {@linkcode CurveHandle}`[]`
|
|
49
|
+
*
|
|
50
|
+
* # Example
|
|
51
|
+
* ```ts
|
|
52
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
53
|
+
* const curves = await snaptrude.core.geom.query.profile.listCurves(rect)
|
|
54
|
+
* for (const c of curves) console.log(await snaptrude.core.geom.query.curve.getLength(c))
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
public abstract listCurves(profile: ProfileHandle): PluginApiReturn<CurveHandle[]>
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Get the (approximate) enclosed area of a profile.
|
|
61
|
+
* @param profile The profile to query
|
|
62
|
+
* @returns The area as a `number`
|
|
63
|
+
*
|
|
64
|
+
* @examplePrompt What is the area enclosed by this outline?
|
|
65
|
+
* @examplePrompt Measure the area of this shape
|
|
66
|
+
*
|
|
67
|
+
* # Example
|
|
68
|
+
* ```ts
|
|
69
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
70
|
+
* const area = await snaptrude.core.geom.query.profile.getArea(rect) // 12
|
|
71
|
+
* ```
|
|
72
|
+
*/
|
|
73
|
+
public abstract getArea(profile: ProfileHandle): PluginApiReturn<number>
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Get the perimeter (total curve length) of a profile.
|
|
77
|
+
* @param profile The profile to query
|
|
78
|
+
* @returns The perimeter as a `number`
|
|
79
|
+
*
|
|
80
|
+
* @examplePrompt How long is the boundary of this shape in total?
|
|
81
|
+
* @examplePrompt Measure the perimeter of this outline
|
|
82
|
+
*
|
|
83
|
+
* # Example
|
|
84
|
+
* ```ts
|
|
85
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
86
|
+
* const perimeter = await snaptrude.core.geom.query.profile.getPerimeter(rect) // 14
|
|
87
|
+
* ```
|
|
88
|
+
*/
|
|
89
|
+
public abstract getPerimeter(profile: ProfileHandle): PluginApiReturn<number>
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Get the axis-aligned bounding box of a profile.
|
|
93
|
+
* @param profile The profile to query
|
|
94
|
+
* @returns The bounding box as {@linkcode BBoxComponents}
|
|
95
|
+
*
|
|
96
|
+
* @examplePrompt How wide and long is this outline overall?
|
|
97
|
+
*
|
|
98
|
+
* # Example
|
|
99
|
+
* ```ts
|
|
100
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
101
|
+
* const { min, max } = await snaptrude.core.geom.query.profile.getBoundingBox(rect)
|
|
102
|
+
* console.log(max.x - min.x, max.z - min.z) // 4 3
|
|
103
|
+
* ```
|
|
104
|
+
*/
|
|
105
|
+
public abstract getBoundingBox(profile: ProfileHandle): PluginApiReturn<BBoxComponents>
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Get the unit normal vector of a profile's plane.
|
|
109
|
+
* @param profile The profile to query
|
|
110
|
+
* @returns The normal as {@linkcode Vec3Components}, or `null` if the profile has no well-defined normal
|
|
111
|
+
*
|
|
112
|
+
* # Example
|
|
113
|
+
* ```ts
|
|
114
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
115
|
+
* const normal = await snaptrude.core.geom.query.profile.getNormal(rect)
|
|
116
|
+
* if (normal) console.log(normal.x, normal.y, normal.z)
|
|
117
|
+
* ```
|
|
118
|
+
*/
|
|
119
|
+
public abstract getNormal(profile: ProfileHandle): PluginApiReturn<Vec3Components | null>
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Get the point on a profile nearest to an arbitrary point.
|
|
123
|
+
* @param profile The profile to query
|
|
124
|
+
* @param point The reference point
|
|
125
|
+
* @returns The nearest point on the profile as {@linkcode Vec3Components}
|
|
126
|
+
*
|
|
127
|
+
* @examplePrompt Find the closest point on this outline to a given point
|
|
128
|
+
*
|
|
129
|
+
* # Example
|
|
130
|
+
* ```ts
|
|
131
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
132
|
+
* const point = await snaptrude.core.math.vec3.new(5, 0, 0)
|
|
133
|
+
* const nearest = await snaptrude.core.geom.query.profile.getNearestPoint(rect, point)
|
|
134
|
+
* console.log(nearest.x, nearest.y, nearest.z) // 2 0 0
|
|
135
|
+
* ```
|
|
136
|
+
*/
|
|
137
|
+
public abstract getNearestPoint(
|
|
138
|
+
profile: ProfileHandle,
|
|
139
|
+
point: Vec3Handle,
|
|
140
|
+
): PluginApiReturn<Vec3Components>
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Test whether a point lies inside a profile.
|
|
144
|
+
* @param profile The profile to query
|
|
145
|
+
* @param point The point to test
|
|
146
|
+
* @returns `true` if the point is inside the profile, otherwise `false`
|
|
147
|
+
*
|
|
148
|
+
* @examplePrompt Does this point fall inside the outline?
|
|
149
|
+
* @examplePrompt Check if the column location lies within this room boundary
|
|
150
|
+
*
|
|
151
|
+
* # Example
|
|
152
|
+
* ```ts
|
|
153
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
154
|
+
* const point = await snaptrude.core.math.vec3.new(1, 0, 1)
|
|
155
|
+
* const inside = await snaptrude.core.geom.query.profile.hasPoint(rect, point) // true
|
|
156
|
+
* ```
|
|
157
|
+
*/
|
|
158
|
+
public abstract hasPoint(
|
|
159
|
+
profile: ProfileHandle,
|
|
160
|
+
point: Vec3Handle,
|
|
161
|
+
): PluginApiReturn<boolean>
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Test whether a point lies on a profile's boundary.
|
|
165
|
+
* @param profile The profile to query
|
|
166
|
+
* @param point The point to test
|
|
167
|
+
* @returns `true` if the point is on the boundary, otherwise `false`
|
|
168
|
+
*
|
|
169
|
+
* # Example
|
|
170
|
+
* ```ts
|
|
171
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
172
|
+
* const point = await snaptrude.core.math.vec3.new(2, 0, 0)
|
|
173
|
+
* const onEdge = await snaptrude.core.geom.query.profile.isOnBoundary(rect, point) // true
|
|
174
|
+
* ```
|
|
175
|
+
*/
|
|
176
|
+
public abstract isOnBoundary(
|
|
177
|
+
profile: ProfileHandle,
|
|
178
|
+
point: Vec3Handle,
|
|
179
|
+
): PluginApiReturn<boolean>
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Test whether a profile forms a closed loop.
|
|
183
|
+
* @param profile The profile to query
|
|
184
|
+
* @returns `true` if the profile is closed, otherwise `false`
|
|
185
|
+
*
|
|
186
|
+
* @examplePrompt Is my sketch outline closed or still open?
|
|
187
|
+
* @examplePrompt Check whether this boundary forms a complete loop
|
|
188
|
+
*
|
|
189
|
+
* # Example
|
|
190
|
+
* ```ts
|
|
191
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
192
|
+
* const closed = await snaptrude.core.geom.query.profile.isClosed(rect) // true
|
|
193
|
+
* ```
|
|
194
|
+
*/
|
|
195
|
+
public abstract isClosed(profile: ProfileHandle): PluginApiReturn<boolean>
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Test whether a profile is planar.
|
|
199
|
+
* @param profile The profile to query
|
|
200
|
+
* @returns `true` if the profile is planar, otherwise `false`
|
|
201
|
+
*
|
|
202
|
+
* # Example
|
|
203
|
+
* ```ts
|
|
204
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
205
|
+
* const planar = await snaptrude.core.geom.query.profile.isPlanar(rect) // true
|
|
206
|
+
* ```
|
|
207
|
+
*/
|
|
208
|
+
public abstract isPlanar(profile: ProfileHandle): PluginApiReturn<boolean>
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* Test whether a profile is wound clockwise on the XZ plane.
|
|
212
|
+
* @param profile The profile to query
|
|
213
|
+
* @returns `true` if the profile is clockwise, otherwise `false`
|
|
214
|
+
*
|
|
215
|
+
* # Example
|
|
216
|
+
* ```ts
|
|
217
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
218
|
+
* const clockwise = await snaptrude.core.geom.query.profile.isClockwise(rect)
|
|
219
|
+
* ```
|
|
220
|
+
*/
|
|
221
|
+
public abstract isClockwise(profile: ProfileHandle): PluginApiReturn<boolean>
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* Test whether a profile intersects itself.
|
|
225
|
+
* @param profile The profile to query
|
|
226
|
+
* @returns `true` if the profile is self-intersecting, otherwise `false`
|
|
227
|
+
*
|
|
228
|
+
* # Example
|
|
229
|
+
* ```ts
|
|
230
|
+
* const a = await snaptrude.core.math.vec3.new(0, 0, 0)
|
|
231
|
+
* const b = await snaptrude.core.math.vec3.new(2, 0, 2)
|
|
232
|
+
* const c = await snaptrude.core.math.vec3.new(2, 0, 0)
|
|
233
|
+
* const d = await snaptrude.core.math.vec3.new(0, 0, 2)
|
|
234
|
+
* const bowtie = await snaptrude.core.geom.create.profileFromLinePoints([a, b, c, d])
|
|
235
|
+
* const crossed = await snaptrude.core.geom.query.profile.isSelfIntersecting(bowtie) // true
|
|
236
|
+
* ```
|
|
237
|
+
*/
|
|
238
|
+
public abstract isSelfIntersecting(profile: ProfileHandle): PluginApiReturn<boolean>
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* Test whether a profile contains no curves.
|
|
242
|
+
* @param profile The profile to query
|
|
243
|
+
* @returns `true` if the profile is empty, otherwise `false`
|
|
244
|
+
*
|
|
245
|
+
* # Example
|
|
246
|
+
* ```ts
|
|
247
|
+
* const rect = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
248
|
+
* const empty = await snaptrude.core.geom.query.profile.isEmpty(rect) // false
|
|
249
|
+
* ```
|
|
250
|
+
*/
|
|
251
|
+
public abstract isEmpty(profile: ProfileHandle): PluginApiReturn<boolean>
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Test whether two profiles are geometrically equal.
|
|
255
|
+
* @param profileA First profile
|
|
256
|
+
* @param profileB Second profile
|
|
257
|
+
* @returns `true` if the profiles are equal, otherwise `false`
|
|
258
|
+
*
|
|
259
|
+
* # Example
|
|
260
|
+
* ```ts
|
|
261
|
+
* const a = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
262
|
+
* const b = await snaptrude.core.geom.create.profileRect(4, 3)
|
|
263
|
+
* const same = await snaptrude.core.geom.query.profile.isEqual(a, b) // true
|
|
264
|
+
* ```
|
|
265
|
+
*/
|
|
266
|
+
public abstract isEqual(
|
|
267
|
+
profileA: ProfileHandle,
|
|
268
|
+
profileB: ProfileHandle,
|
|
269
|
+
): PluginApiReturn<boolean>
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.listPoints}.
|
|
274
|
+
*
|
|
275
|
+
* | Property | Type | Description |
|
|
276
|
+
* |---|---|---|
|
|
277
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
278
|
+
*/
|
|
279
|
+
export const PluginGeomQueryProfileListPointsArgs = z.object({
|
|
280
|
+
profile: ProfileHandle,
|
|
281
|
+
})
|
|
282
|
+
|
|
283
|
+
export type PluginGeomQueryProfileListPointsArgs = z.infer<typeof PluginGeomQueryProfileListPointsArgs>
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.listCurves}.
|
|
287
|
+
*
|
|
288
|
+
* | Property | Type | Description |
|
|
289
|
+
* |---|---|---|
|
|
290
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
291
|
+
*/
|
|
292
|
+
export const PluginGeomQueryProfileListCurvesArgs = z.object({
|
|
293
|
+
profile: ProfileHandle,
|
|
294
|
+
})
|
|
295
|
+
|
|
296
|
+
export type PluginGeomQueryProfileListCurvesArgs = z.infer<typeof PluginGeomQueryProfileListCurvesArgs>
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.getArea}.
|
|
300
|
+
*
|
|
301
|
+
* | Property | Type | Description |
|
|
302
|
+
* |---|---|---|
|
|
303
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
304
|
+
*/
|
|
305
|
+
export const PluginGeomQueryProfileGetAreaArgs = z.object({
|
|
306
|
+
profile: ProfileHandle,
|
|
307
|
+
})
|
|
308
|
+
|
|
309
|
+
export type PluginGeomQueryProfileGetAreaArgs = z.infer<typeof PluginGeomQueryProfileGetAreaArgs>
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.getPerimeter}.
|
|
313
|
+
*
|
|
314
|
+
* | Property | Type | Description |
|
|
315
|
+
* |---|---|---|
|
|
316
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
317
|
+
*/
|
|
318
|
+
export const PluginGeomQueryProfileGetPerimeterArgs = z.object({
|
|
319
|
+
profile: ProfileHandle,
|
|
320
|
+
})
|
|
321
|
+
|
|
322
|
+
export type PluginGeomQueryProfileGetPerimeterArgs = z.infer<typeof PluginGeomQueryProfileGetPerimeterArgs>
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.getBoundingBox}.
|
|
326
|
+
*
|
|
327
|
+
* | Property | Type | Description |
|
|
328
|
+
* |---|---|---|
|
|
329
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
330
|
+
*/
|
|
331
|
+
export const PluginGeomQueryProfileGetBoundingBoxArgs = z.object({
|
|
332
|
+
profile: ProfileHandle,
|
|
333
|
+
})
|
|
334
|
+
|
|
335
|
+
export type PluginGeomQueryProfileGetBoundingBoxArgs = z.infer<typeof PluginGeomQueryProfileGetBoundingBoxArgs>
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.getNormal}.
|
|
339
|
+
*
|
|
340
|
+
* | Property | Type | Description |
|
|
341
|
+
* |---|---|---|
|
|
342
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
343
|
+
*/
|
|
344
|
+
export const PluginGeomQueryProfileGetNormalArgs = z.object({
|
|
345
|
+
profile: ProfileHandle,
|
|
346
|
+
})
|
|
347
|
+
|
|
348
|
+
export type PluginGeomQueryProfileGetNormalArgs = z.infer<typeof PluginGeomQueryProfileGetNormalArgs>
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.getNearestPoint}.
|
|
352
|
+
*
|
|
353
|
+
* | Property | Type | Description |
|
|
354
|
+
* |---|---|---|
|
|
355
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
356
|
+
* | `point` | {@linkcode Vec3Handle} | The reference point |
|
|
357
|
+
*/
|
|
358
|
+
export const PluginGeomQueryProfileGetNearestPointArgs = z.object({
|
|
359
|
+
profile: ProfileHandle,
|
|
360
|
+
point: Vec3Handle,
|
|
361
|
+
})
|
|
362
|
+
|
|
363
|
+
export type PluginGeomQueryProfileGetNearestPointArgs = z.infer<typeof PluginGeomQueryProfileGetNearestPointArgs>
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.hasPoint}.
|
|
367
|
+
*
|
|
368
|
+
* | Property | Type | Description |
|
|
369
|
+
* |---|---|---|
|
|
370
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
371
|
+
* | `point` | {@linkcode Vec3Handle} | The point to test |
|
|
372
|
+
*/
|
|
373
|
+
export const PluginGeomQueryProfileHasPointArgs = z.object({
|
|
374
|
+
profile: ProfileHandle,
|
|
375
|
+
point: Vec3Handle,
|
|
376
|
+
})
|
|
377
|
+
|
|
378
|
+
export type PluginGeomQueryProfileHasPointArgs = z.infer<typeof PluginGeomQueryProfileHasPointArgs>
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.isOnBoundary}.
|
|
382
|
+
*
|
|
383
|
+
* | Property | Type | Description |
|
|
384
|
+
* |---|---|---|
|
|
385
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
386
|
+
* | `point` | {@linkcode Vec3Handle} | The point to test |
|
|
387
|
+
*/
|
|
388
|
+
export const PluginGeomQueryProfileIsOnBoundaryArgs = z.object({
|
|
389
|
+
profile: ProfileHandle,
|
|
390
|
+
point: Vec3Handle,
|
|
391
|
+
})
|
|
392
|
+
|
|
393
|
+
export type PluginGeomQueryProfileIsOnBoundaryArgs = z.infer<typeof PluginGeomQueryProfileIsOnBoundaryArgs>
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.isClosed}.
|
|
397
|
+
*
|
|
398
|
+
* | Property | Type | Description |
|
|
399
|
+
* |---|---|---|
|
|
400
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
401
|
+
*/
|
|
402
|
+
export const PluginGeomQueryProfileIsClosedArgs = z.object({
|
|
403
|
+
profile: ProfileHandle,
|
|
404
|
+
})
|
|
405
|
+
|
|
406
|
+
export type PluginGeomQueryProfileIsClosedArgs = z.infer<typeof PluginGeomQueryProfileIsClosedArgs>
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.isPlanar}.
|
|
410
|
+
*
|
|
411
|
+
* | Property | Type | Description |
|
|
412
|
+
* |---|---|---|
|
|
413
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
414
|
+
*/
|
|
415
|
+
export const PluginGeomQueryProfileIsPlanarArgs = z.object({
|
|
416
|
+
profile: ProfileHandle,
|
|
417
|
+
})
|
|
418
|
+
|
|
419
|
+
export type PluginGeomQueryProfileIsPlanarArgs = z.infer<typeof PluginGeomQueryProfileIsPlanarArgs>
|
|
420
|
+
|
|
421
|
+
/**
|
|
422
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.isClockwise}.
|
|
423
|
+
*
|
|
424
|
+
* | Property | Type | Description |
|
|
425
|
+
* |---|---|---|
|
|
426
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
427
|
+
*/
|
|
428
|
+
export const PluginGeomQueryProfileIsClockwiseArgs = z.object({
|
|
429
|
+
profile: ProfileHandle,
|
|
430
|
+
})
|
|
431
|
+
|
|
432
|
+
export type PluginGeomQueryProfileIsClockwiseArgs = z.infer<typeof PluginGeomQueryProfileIsClockwiseArgs>
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.isSelfIntersecting}.
|
|
436
|
+
*
|
|
437
|
+
* | Property | Type | Description |
|
|
438
|
+
* |---|---|---|
|
|
439
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
440
|
+
*/
|
|
441
|
+
export const PluginGeomQueryProfileIsSelfIntersectingArgs = z.object({
|
|
442
|
+
profile: ProfileHandle,
|
|
443
|
+
})
|
|
444
|
+
|
|
445
|
+
export type PluginGeomQueryProfileIsSelfIntersectingArgs = z.infer<typeof PluginGeomQueryProfileIsSelfIntersectingArgs>
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.isEmpty}.
|
|
449
|
+
*
|
|
450
|
+
* | Property | Type | Description |
|
|
451
|
+
* |---|---|---|
|
|
452
|
+
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
453
|
+
*/
|
|
454
|
+
export const PluginGeomQueryProfileIsEmptyArgs = z.object({
|
|
455
|
+
profile: ProfileHandle,
|
|
456
|
+
})
|
|
457
|
+
|
|
458
|
+
export type PluginGeomQueryProfileIsEmptyArgs = z.infer<typeof PluginGeomQueryProfileIsEmptyArgs>
|
|
459
|
+
|
|
460
|
+
/**
|
|
461
|
+
* Arguments for {@linkcode PluginGeomQueryProfileApi.isEqual}.
|
|
462
|
+
*
|
|
463
|
+
* | Property | Type | Description |
|
|
464
|
+
* |---|---|---|
|
|
465
|
+
* | `profileA` | {@linkcode ProfileHandle} | First profile |
|
|
466
|
+
* | `profileB` | {@linkcode ProfileHandle} | Second profile |
|
|
467
|
+
*/
|
|
468
|
+
export const PluginGeomQueryProfileIsEqualArgs = z.object({
|
|
469
|
+
profileA: ProfileHandle,
|
|
470
|
+
profileB: ProfileHandle,
|
|
471
|
+
})
|
|
472
|
+
|
|
473
|
+
export type PluginGeomQueryProfileIsEqualArgs = z.infer<typeof PluginGeomQueryProfileIsEqualArgs>
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import * as z from "zod"
|
|
2
|
+
import { PluginApiReturn } from "../../../../types"
|
|
3
|
+
import {
|
|
4
|
+
BrepHandle,
|
|
5
|
+
VertexHandle,
|
|
6
|
+
HalfEdgeHandle,
|
|
7
|
+
EdgeHandle,
|
|
8
|
+
FaceHandle,
|
|
9
|
+
Vec3Components,
|
|
10
|
+
} from "../../../../handles"
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Vertex queries — read a single BREP vertex's topology and position (all-handle
|
|
14
|
+
* model, §11). A {@linkcode VertexHandle} is minted by walking from a brep/face/edge
|
|
15
|
+
* handle; it is session-ephemeral and goes stale on undo/redo/re-topologize.
|
|
16
|
+
*
|
|
17
|
+
* Position lives on the parent brep (indexed by the vertex), so
|
|
18
|
+
* {@linkcode PluginGeomQueryVertexApi.getPosition} takes both handles. No query
|
|
19
|
+
* mutates its inputs.
|
|
20
|
+
*
|
|
21
|
+
* Accessed via `snaptrude.core.geom.query.vertex`.
|
|
22
|
+
*/
|
|
23
|
+
export abstract class PluginGeomQueryVertexApi {
|
|
24
|
+
constructor() {}
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Get the index of a vertex within its brep.
|
|
28
|
+
* @param vertex The vertex to query
|
|
29
|
+
* @returns The index as a `number` (`-1` if unindexed)
|
|
30
|
+
*
|
|
31
|
+
* # Example
|
|
32
|
+
* ```ts
|
|
33
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
34
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
35
|
+
* if (brep) {
|
|
36
|
+
* const [vertex] = await snaptrude.core.geom.query.brep.listVertices(brep)
|
|
37
|
+
* const index = await snaptrude.core.geom.query.vertex.getIndex(vertex)
|
|
38
|
+
* }
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
public abstract getIndex(vertex: VertexHandle): PluginApiReturn<number>
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Get a seed half-edge emanating from a vertex.
|
|
45
|
+
* @param vertex The vertex to query
|
|
46
|
+
* @returns The half-edge as a {@linkcode HalfEdgeHandle}, or `null` if uninitialized
|
|
47
|
+
*
|
|
48
|
+
* # Example
|
|
49
|
+
* ```ts
|
|
50
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
51
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
52
|
+
* if (brep) {
|
|
53
|
+
* const [vertex] = await snaptrude.core.geom.query.brep.listVertices(brep)
|
|
54
|
+
* const halfEdge = await snaptrude.core.geom.query.vertex.getHalfEdge(vertex)
|
|
55
|
+
* if (halfEdge) {
|
|
56
|
+
* const edge = await snaptrude.core.geom.query.halfedge.getEdge(halfEdge)
|
|
57
|
+
* }
|
|
58
|
+
* }
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
public abstract getHalfEdge(vertex: VertexHandle): PluginApiReturn<HalfEdgeHandle | null>
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Get the position of a vertex (needs the parent brep for coordinates).
|
|
65
|
+
* @param brep The parent brep (source of coordinates)
|
|
66
|
+
* @param vertex The vertex whose position to read
|
|
67
|
+
* @returns The position as {@linkcode Vec3Components}
|
|
68
|
+
*
|
|
69
|
+
* @examplePrompt What are the coordinates of this corner point?
|
|
70
|
+
* @examplePrompt Get the exact x, y, z position of the selected vertex
|
|
71
|
+
*
|
|
72
|
+
* # Example
|
|
73
|
+
* ```ts
|
|
74
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
75
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
76
|
+
* if (brep) {
|
|
77
|
+
* const [vertex] = await snaptrude.core.geom.query.brep.listVertices(brep)
|
|
78
|
+
* const pos = await snaptrude.core.geom.query.vertex.getPosition(brep, vertex)
|
|
79
|
+
* console.log(pos.x, pos.y, pos.z)
|
|
80
|
+
* }
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
public abstract getPosition(
|
|
84
|
+
brep: BrepHandle,
|
|
85
|
+
vertex: VertexHandle
|
|
86
|
+
): PluginApiReturn<Vec3Components>
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* List the half-edges around a vertex.
|
|
90
|
+
* @param vertex The vertex to query
|
|
91
|
+
* @returns The half-edges as {@linkcode HalfEdgeHandle}`[]`
|
|
92
|
+
*
|
|
93
|
+
* # Example
|
|
94
|
+
* ```ts
|
|
95
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
96
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
97
|
+
* if (brep) {
|
|
98
|
+
* const [vertex] = await snaptrude.core.geom.query.brep.listVertices(brep)
|
|
99
|
+
* const halfEdges = await snaptrude.core.geom.query.vertex.listHalfEdges(vertex)
|
|
100
|
+
* console.log("half-edges at this vertex:", halfEdges.length)
|
|
101
|
+
* }
|
|
102
|
+
* ```
|
|
103
|
+
*/
|
|
104
|
+
public abstract listHalfEdges(vertex: VertexHandle): PluginApiReturn<HalfEdgeHandle[]>
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* List the edges around a vertex.
|
|
108
|
+
* @param vertex The vertex to query
|
|
109
|
+
* @returns The edges as {@linkcode EdgeHandle}`[]`
|
|
110
|
+
*
|
|
111
|
+
* # Example
|
|
112
|
+
* ```ts
|
|
113
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
114
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
115
|
+
* if (brep) {
|
|
116
|
+
* const [vertex] = await snaptrude.core.geom.query.brep.listVertices(brep)
|
|
117
|
+
* const edges = await snaptrude.core.geom.query.vertex.listEdges(vertex)
|
|
118
|
+
* console.log("edges meeting at this corner:", edges.length)
|
|
119
|
+
* }
|
|
120
|
+
* ```
|
|
121
|
+
*/
|
|
122
|
+
public abstract listEdges(vertex: VertexHandle): PluginApiReturn<EdgeHandle[]>
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* List the faces around a vertex.
|
|
126
|
+
* @param vertex The vertex to query
|
|
127
|
+
* @returns The faces as {@linkcode FaceHandle}`[]`
|
|
128
|
+
*
|
|
129
|
+
* # Example
|
|
130
|
+
* ```ts
|
|
131
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
132
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
133
|
+
* if (brep) {
|
|
134
|
+
* const [vertex] = await snaptrude.core.geom.query.brep.listVertices(brep)
|
|
135
|
+
* const faces = await snaptrude.core.geom.query.vertex.listFaces(vertex)
|
|
136
|
+
* console.log("faces sharing this corner:", faces.length)
|
|
137
|
+
* }
|
|
138
|
+
* ```
|
|
139
|
+
*/
|
|
140
|
+
public abstract listFaces(vertex: VertexHandle): PluginApiReturn<FaceHandle[]>
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* List the neighbouring vertices of a vertex.
|
|
144
|
+
* @param vertex The vertex to query
|
|
145
|
+
* @returns The neighbours as {@linkcode VertexHandle}`[]`
|
|
146
|
+
*
|
|
147
|
+
* # Example
|
|
148
|
+
* ```ts
|
|
149
|
+
* const [wall] = await snaptrude.design.query.listWalls()
|
|
150
|
+
* const brep = await snaptrude.design.query.geometry.getBrep(wall)
|
|
151
|
+
* if (brep) {
|
|
152
|
+
* const [vertex] = await snaptrude.core.geom.query.brep.listVertices(brep)
|
|
153
|
+
* const neighbors = await snaptrude.core.geom.query.vertex.listNeighbors(vertex)
|
|
154
|
+
* for (const n of neighbors) {
|
|
155
|
+
* const pos = await snaptrude.core.geom.query.vertex.getPosition(brep, n)
|
|
156
|
+
* }
|
|
157
|
+
* }
|
|
158
|
+
* ```
|
|
159
|
+
*/
|
|
160
|
+
public abstract listNeighbors(vertex: VertexHandle): PluginApiReturn<VertexHandle[]>
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
const vertexArg = z.object({ vertex: VertexHandle })
|
|
164
|
+
|
|
165
|
+
/** Arguments for {@linkcode PluginGeomQueryVertexApi.getIndex}. `{ vertex: VertexHandle }` */
|
|
166
|
+
export const PluginGeomQueryVertexGetIndexArgs = vertexArg
|
|
167
|
+
export type PluginGeomQueryVertexGetIndexArgs = z.infer<typeof PluginGeomQueryVertexGetIndexArgs>
|
|
168
|
+
|
|
169
|
+
/** Arguments for {@linkcode PluginGeomQueryVertexApi.getHalfEdge}. `{ vertex: VertexHandle }` */
|
|
170
|
+
export const PluginGeomQueryVertexGetHalfEdgeArgs = vertexArg
|
|
171
|
+
export type PluginGeomQueryVertexGetHalfEdgeArgs = z.infer<typeof PluginGeomQueryVertexGetHalfEdgeArgs>
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Arguments for {@linkcode PluginGeomQueryVertexApi.getPosition}.
|
|
175
|
+
*
|
|
176
|
+
* | Property | Type | Description |
|
|
177
|
+
* |---|---|---|
|
|
178
|
+
* | `brep` | {@linkcode BrepHandle} | The parent brep (source of coordinates) |
|
|
179
|
+
* | `vertex` | {@linkcode VertexHandle} | The vertex whose position to read |
|
|
180
|
+
*/
|
|
181
|
+
export const PluginGeomQueryVertexGetPositionArgs = z.object({
|
|
182
|
+
brep: BrepHandle,
|
|
183
|
+
vertex: VertexHandle,
|
|
184
|
+
})
|
|
185
|
+
export type PluginGeomQueryVertexGetPositionArgs = z.infer<typeof PluginGeomQueryVertexGetPositionArgs>
|
|
186
|
+
|
|
187
|
+
/** Arguments for {@linkcode PluginGeomQueryVertexApi.listHalfEdges}. `{ vertex: VertexHandle }` */
|
|
188
|
+
export const PluginGeomQueryVertexListHalfEdgesArgs = vertexArg
|
|
189
|
+
export type PluginGeomQueryVertexListHalfEdgesArgs = z.infer<
|
|
190
|
+
typeof PluginGeomQueryVertexListHalfEdgesArgs
|
|
191
|
+
>
|
|
192
|
+
|
|
193
|
+
/** Arguments for {@linkcode PluginGeomQueryVertexApi.listEdges}. `{ vertex: VertexHandle }` */
|
|
194
|
+
export const PluginGeomQueryVertexListEdgesArgs = vertexArg
|
|
195
|
+
export type PluginGeomQueryVertexListEdgesArgs = z.infer<typeof PluginGeomQueryVertexListEdgesArgs>
|
|
196
|
+
|
|
197
|
+
/** Arguments for {@linkcode PluginGeomQueryVertexApi.listFaces}. `{ vertex: VertexHandle }` */
|
|
198
|
+
export const PluginGeomQueryVertexListFacesArgs = vertexArg
|
|
199
|
+
export type PluginGeomQueryVertexListFacesArgs = z.infer<typeof PluginGeomQueryVertexListFacesArgs>
|
|
200
|
+
|
|
201
|
+
/** Arguments for {@linkcode PluginGeomQueryVertexApi.listNeighbors}. `{ vertex: VertexHandle }` */
|
|
202
|
+
export const PluginGeomQueryVertexListNeighborsArgs = vertexArg
|
|
203
|
+
export type PluginGeomQueryVertexListNeighborsArgs = z.infer<
|
|
204
|
+
typeof PluginGeomQueryVertexListNeighborsArgs
|
|
205
|
+
>
|