@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,485 @@
|
|
|
1
|
+
import * as z from "zod"
|
|
2
|
+
import { PluginApiReturn } from "../../types"
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Buildings — read and edit the buildings of the active project.
|
|
6
|
+
*
|
|
7
|
+
* A **building** is the top of the project's spatial hierarchy: a named container
|
|
8
|
+
* of storeys, positioned by its base elevation. This namespace reads a building's
|
|
9
|
+
* identity and base elevation and lists the storeys it holds; storey detail is
|
|
10
|
+
* read through the entity story surface (`snaptrude.entity.story`).
|
|
11
|
+
*
|
|
12
|
+
* Reads return plain records and never throw for a missing building (`get` and
|
|
13
|
+
* `getActive` return `null`, `list` returns `[]`). Ids are stable public strings.
|
|
14
|
+
*
|
|
15
|
+
* Sub-namespace members typed as optional (`?`) are **authored ahead of the
|
|
16
|
+
* host** — declared so plugins and codegen can see the shape, but kept out of the
|
|
17
|
+
* discovery manifest until the host lands them (at which point they are promoted
|
|
18
|
+
* to required `abstract` members).
|
|
19
|
+
*
|
|
20
|
+
* Accessed via `snaptrude.core.buildings`.
|
|
21
|
+
*/
|
|
22
|
+
export abstract class PluginCoreBuildingsApi {
|
|
23
|
+
constructor() {}
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* List the buildings in the active project.
|
|
27
|
+
*
|
|
28
|
+
* @returns A {@linkcode PluginCoreBuildingsListResult} with a `buildings` array
|
|
29
|
+
* (empty when the project has none).
|
|
30
|
+
*
|
|
31
|
+
* @examplePrompt List all the buildings in my project
|
|
32
|
+
* @examplePrompt How many buildings are in this model?
|
|
33
|
+
* @examplePrompt Show every building with its base elevation
|
|
34
|
+
*
|
|
35
|
+
* # Example
|
|
36
|
+
* ```ts
|
|
37
|
+
* const { buildings } = await snaptrude.core.buildings.list()
|
|
38
|
+
* for (const b of buildings) console.log(b.name, b.baseElevation)
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
public abstract list(): PluginApiReturn<PluginCoreBuildingsListResult>
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Get a single building by id.
|
|
45
|
+
*
|
|
46
|
+
* @param buildingId - The id of the building to read.
|
|
47
|
+
* @returns The matching {@linkcode PluginCoreBuildingRef}, or `null` if no
|
|
48
|
+
* building has that id.
|
|
49
|
+
*
|
|
50
|
+
* @examplePrompt Get the building with id blg_1
|
|
51
|
+
* @examplePrompt Look up a single building by its id
|
|
52
|
+
* @examplePrompt What is the base elevation of building blg_2?
|
|
53
|
+
*
|
|
54
|
+
* # Example
|
|
55
|
+
* ```ts
|
|
56
|
+
* const building = await snaptrude.core.buildings.get("blg_1")
|
|
57
|
+
* if (building) console.log(building.name, building.baseElevation)
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
public abstract get(
|
|
61
|
+
buildingId: string,
|
|
62
|
+
): PluginApiReturn<PluginCoreBuildingsGetResult>
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* List the storeys of a building.
|
|
66
|
+
*
|
|
67
|
+
* Returns the building's storeys as stable storey ids, in the project's storey
|
|
68
|
+
* order. Read each storey's detail through `snaptrude.entity.story`.
|
|
69
|
+
*
|
|
70
|
+
* @param buildingId - The id of the building whose storeys to list.
|
|
71
|
+
* @returns A {@linkcode PluginCoreBuildingsListStoreysResult} with a `storeyIds`
|
|
72
|
+
* array (empty when the building is missing or has no storeys).
|
|
73
|
+
*
|
|
74
|
+
* @examplePrompt List the storeys in building blg_1
|
|
75
|
+
* @examplePrompt How many floors does this building have?
|
|
76
|
+
* @examplePrompt Get the storey ids of the active building
|
|
77
|
+
*
|
|
78
|
+
* # Example
|
|
79
|
+
* ```ts
|
|
80
|
+
* const { storeyIds } = await snaptrude.core.buildings.listStoreys("blg_1")
|
|
81
|
+
* console.log(`${storeyIds.length} storeys`)
|
|
82
|
+
* ```
|
|
83
|
+
*/
|
|
84
|
+
public abstract listStoreys(
|
|
85
|
+
buildingId: string,
|
|
86
|
+
): PluginApiReturn<PluginCoreBuildingsListStoreysResult>
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Get the active building.
|
|
90
|
+
*
|
|
91
|
+
* The active building is the one new storeys and edits target. Paired with
|
|
92
|
+
* {@linkcode PluginCoreBuildingsApi.setActive}.
|
|
93
|
+
*
|
|
94
|
+
* @returns A {@linkcode PluginCoreBuildingsGetActiveResult} with the active
|
|
95
|
+
* `buildingId`, or `null` if there is no active building.
|
|
96
|
+
*
|
|
97
|
+
* @examplePrompt Which building is active?
|
|
98
|
+
* @examplePrompt Get the current building
|
|
99
|
+
* @examplePrompt What building am I working in?
|
|
100
|
+
*
|
|
101
|
+
* # Example
|
|
102
|
+
* ```ts
|
|
103
|
+
* const active = await snaptrude.core.buildings.getActive()
|
|
104
|
+
* if (active) console.log(active.buildingId)
|
|
105
|
+
* ```
|
|
106
|
+
*/
|
|
107
|
+
public abstract getActive(): PluginApiReturn<PluginCoreBuildingsGetActiveResult>
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Make a building the active building.
|
|
111
|
+
*
|
|
112
|
+
* Paired with {@linkcode PluginCoreBuildingsApi.getActive}.
|
|
113
|
+
*
|
|
114
|
+
* @param buildingId - The id of the building to activate.
|
|
115
|
+
* @returns The id of the now-active building.
|
|
116
|
+
* @throws If no building has the given id.
|
|
117
|
+
*
|
|
118
|
+
* @examplePrompt Switch to building blg_2
|
|
119
|
+
* @examplePrompt Make this building the active one
|
|
120
|
+
* @examplePrompt Set the active building to blg_1
|
|
121
|
+
*
|
|
122
|
+
* # Example
|
|
123
|
+
* ```ts
|
|
124
|
+
* await snaptrude.core.buildings.setActive("blg_2")
|
|
125
|
+
* ```
|
|
126
|
+
*/
|
|
127
|
+
public abstract setActive(
|
|
128
|
+
buildingId: string,
|
|
129
|
+
): PluginApiReturn<PluginCoreBuildingsSetActiveResult>
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Create a new building.
|
|
133
|
+
*
|
|
134
|
+
* Adds a named building at the given base elevation (defaults to `0`). The new
|
|
135
|
+
* building starts empty — add storeys through the storeys namespace.
|
|
136
|
+
*
|
|
137
|
+
* @param name - Display name of the new building.
|
|
138
|
+
* @param baseElevation - Base elevation in meters (defaults to `0`).
|
|
139
|
+
* @returns The new building's id (read the full record back with
|
|
140
|
+
* {@linkcode PluginCoreBuildingsApi.get}).
|
|
141
|
+
* @throws If the building could not be created.
|
|
142
|
+
*
|
|
143
|
+
* @examplePrompt Create a building called Tower B
|
|
144
|
+
* @examplePrompt Add a new building at elevation 12 meters
|
|
145
|
+
* @examplePrompt Make a second building named Annex
|
|
146
|
+
*
|
|
147
|
+
* # Example
|
|
148
|
+
* ```ts
|
|
149
|
+
* const { buildingId } = await snaptrude.core.buildings.create("Tower B", 0)
|
|
150
|
+
* ```
|
|
151
|
+
*/
|
|
152
|
+
public abstract create(
|
|
153
|
+
name: string,
|
|
154
|
+
baseElevation?: number,
|
|
155
|
+
): PluginApiReturn<PluginCoreBuildingsCreateResult>
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Update a building's name and/or base elevation.
|
|
159
|
+
*
|
|
160
|
+
* A **sparse** update: omitted fields are left unchanged.
|
|
161
|
+
*
|
|
162
|
+
* @param buildingId - The id of the building to update.
|
|
163
|
+
* @param options - Any of `name`, `baseElevation`; omitted fields are left
|
|
164
|
+
* unchanged.
|
|
165
|
+
* @returns The updated {@linkcode PluginCoreBuildingRef}.
|
|
166
|
+
* @throws If no building has the given id.
|
|
167
|
+
*
|
|
168
|
+
* @examplePrompt Rename building blg_1 to Tower A
|
|
169
|
+
* @examplePrompt Move the building up to elevation 6 meters
|
|
170
|
+
* @examplePrompt Change the base elevation of blg_2
|
|
171
|
+
*
|
|
172
|
+
* # Example
|
|
173
|
+
* ```ts
|
|
174
|
+
* const building = await snaptrude.core.buildings.update("blg_1", { name: "Tower A" })
|
|
175
|
+
* ```
|
|
176
|
+
*/
|
|
177
|
+
public abstract update(
|
|
178
|
+
buildingId: string,
|
|
179
|
+
options?: { name?: string; baseElevation?: number },
|
|
180
|
+
): PluginApiReturn<PluginCoreBuildingsUpdateResult>
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Copy a building.
|
|
184
|
+
*
|
|
185
|
+
* Copies the building — its storeys, components, and drawing layers — into a new
|
|
186
|
+
* building. `asInstances` controls the copy's geometry: `true` shares the source
|
|
187
|
+
* geometry as instances (low memory), `false` makes independent editable copies
|
|
188
|
+
* (the host defaults to `true`). Optionally override the copy's `name` and
|
|
189
|
+
* `baseElevation`.
|
|
190
|
+
*
|
|
191
|
+
* @param buildingId - The id of the building to copy.
|
|
192
|
+
* @param options - Optional `name`, `baseElevation`, `asInstances` overrides
|
|
193
|
+
* for the copy.
|
|
194
|
+
* @returns The new building's id.
|
|
195
|
+
* @throws If no building has the given id.
|
|
196
|
+
*
|
|
197
|
+
* @examplePrompt Copy building blg_1
|
|
198
|
+
* @examplePrompt Make an independent editable copy of this building
|
|
199
|
+
* @examplePrompt Copy Tower A as instances to save memory
|
|
200
|
+
*
|
|
201
|
+
* # Example
|
|
202
|
+
* ```ts
|
|
203
|
+
* const { buildingId } = await snaptrude.core.buildings.copy("blg_1", {
|
|
204
|
+
* name: "Tower A Copy",
|
|
205
|
+
* asInstances: false,
|
|
206
|
+
* })
|
|
207
|
+
* ```
|
|
208
|
+
*/
|
|
209
|
+
public abstract copy(
|
|
210
|
+
buildingId: string,
|
|
211
|
+
options?: { name?: string; baseElevation?: number; asInstances?: boolean },
|
|
212
|
+
): PluginApiReturn<PluginCoreBuildingsCopyResult>
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Delete a building.
|
|
216
|
+
*
|
|
217
|
+
* **Gated and destructive.** Deleting a building cascades through its meshes,
|
|
218
|
+
* storeys, and the building itself, and removes its saved views — **saved views
|
|
219
|
+
* are not restored on undo.** The project's only remaining building cannot be
|
|
220
|
+
* deleted.
|
|
221
|
+
*
|
|
222
|
+
* @param buildingId - The id of the building to delete.
|
|
223
|
+
* @returns Confirmation that the building was deleted.
|
|
224
|
+
* @throws If no building has the given id, or it is the only building.
|
|
225
|
+
*
|
|
226
|
+
* @examplePrompt Delete building blg_2
|
|
227
|
+
* @examplePrompt Remove the Annex building and everything in it
|
|
228
|
+
* @examplePrompt Delete this building
|
|
229
|
+
*
|
|
230
|
+
* # Example
|
|
231
|
+
* ```ts
|
|
232
|
+
* await snaptrude.core.buildings.delete("blg_2")
|
|
233
|
+
* ```
|
|
234
|
+
*/
|
|
235
|
+
public abstract delete(
|
|
236
|
+
buildingId: string,
|
|
237
|
+
): PluginApiReturn<PluginCoreBuildingsDeleteResult>
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* A building in the active project.
|
|
242
|
+
*
|
|
243
|
+
* | Property | Type | Description |
|
|
244
|
+
* |---|---|---|
|
|
245
|
+
* | `id` | `string` | Stable public building id (e.g. `"blg_1"`) |
|
|
246
|
+
* | `name` | `string` | Display name |
|
|
247
|
+
* | `baseElevation` | `number` | Base elevation in meters, positive up (default `0`) |
|
|
248
|
+
*/
|
|
249
|
+
export const PluginCoreBuildingRef = z.object({
|
|
250
|
+
id: z.string(),
|
|
251
|
+
name: z.string(),
|
|
252
|
+
baseElevation: z.number(),
|
|
253
|
+
})
|
|
254
|
+
export type PluginCoreBuildingRef = z.infer<typeof PluginCoreBuildingRef>
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Result of {@linkcode PluginCoreBuildingsApi.list}.
|
|
258
|
+
*
|
|
259
|
+
* | Property | Type | Description |
|
|
260
|
+
* |---|---|---|
|
|
261
|
+
* | `buildings` | {@linkcode PluginCoreBuildingRef}`[]` | Every building in the active project |
|
|
262
|
+
*/
|
|
263
|
+
export const PluginCoreBuildingsListResult = z.object({
|
|
264
|
+
buildings: z.array(PluginCoreBuildingRef),
|
|
265
|
+
})
|
|
266
|
+
export type PluginCoreBuildingsListResult = z.infer<
|
|
267
|
+
typeof PluginCoreBuildingsListResult
|
|
268
|
+
>
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* Arguments for {@linkcode PluginCoreBuildingsApi.get}.
|
|
272
|
+
*
|
|
273
|
+
* | Property | Type | Description |
|
|
274
|
+
* |---|---|---|
|
|
275
|
+
* | `buildingId` | `string` | The id of the building to read |
|
|
276
|
+
*/
|
|
277
|
+
export const PluginCoreBuildingsGetArgs = z.object({
|
|
278
|
+
buildingId: z.string(),
|
|
279
|
+
})
|
|
280
|
+
export type PluginCoreBuildingsGetArgs = z.infer<
|
|
281
|
+
typeof PluginCoreBuildingsGetArgs
|
|
282
|
+
>
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* Result of {@linkcode PluginCoreBuildingsApi.get} — the building, or `null` when
|
|
286
|
+
* no building has the given id.
|
|
287
|
+
*/
|
|
288
|
+
export const PluginCoreBuildingsGetResult = PluginCoreBuildingRef.nullable()
|
|
289
|
+
export type PluginCoreBuildingsGetResult = z.infer<
|
|
290
|
+
typeof PluginCoreBuildingsGetResult
|
|
291
|
+
>
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* Arguments for {@linkcode PluginCoreBuildingsApi.listStoreys}.
|
|
295
|
+
*
|
|
296
|
+
* | Property | Type | Description |
|
|
297
|
+
* |---|---|---|
|
|
298
|
+
* | `buildingId` | `string` | The id of the building whose storeys to list |
|
|
299
|
+
*/
|
|
300
|
+
export const PluginCoreBuildingsListStoreysArgs = z.object({
|
|
301
|
+
buildingId: z.string(),
|
|
302
|
+
})
|
|
303
|
+
export type PluginCoreBuildingsListStoreysArgs = z.infer<
|
|
304
|
+
typeof PluginCoreBuildingsListStoreysArgs
|
|
305
|
+
>
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Result of {@linkcode PluginCoreBuildingsApi.listStoreys}.
|
|
309
|
+
*
|
|
310
|
+
* | Property | Type | Description |
|
|
311
|
+
* |---|---|---|
|
|
312
|
+
* | `storeyIds` | `string[]` | The building's storey ids in storey order (empty when missing or none) |
|
|
313
|
+
*/
|
|
314
|
+
export const PluginCoreBuildingsListStoreysResult = z.object({
|
|
315
|
+
storeyIds: z.array(z.string()),
|
|
316
|
+
})
|
|
317
|
+
export type PluginCoreBuildingsListStoreysResult = z.infer<
|
|
318
|
+
typeof PluginCoreBuildingsListStoreysResult
|
|
319
|
+
>
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Result of {@linkcode PluginCoreBuildingsApi.getActive} — the active building's
|
|
323
|
+
* id, or `null` when there is no active building.
|
|
324
|
+
*
|
|
325
|
+
* | Property | Type | Description |
|
|
326
|
+
* |---|---|---|
|
|
327
|
+
* | `buildingId` | `string` | The id of the active building |
|
|
328
|
+
*/
|
|
329
|
+
export const PluginCoreBuildingsGetActiveResult = z
|
|
330
|
+
.object({
|
|
331
|
+
buildingId: z.string(),
|
|
332
|
+
})
|
|
333
|
+
.nullable()
|
|
334
|
+
export type PluginCoreBuildingsGetActiveResult = z.infer<
|
|
335
|
+
typeof PluginCoreBuildingsGetActiveResult
|
|
336
|
+
>
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* Arguments for {@linkcode PluginCoreBuildingsApi.setActive}.
|
|
340
|
+
*
|
|
341
|
+
* | Property | Type | Description |
|
|
342
|
+
* |---|---|---|
|
|
343
|
+
* | `buildingId` | `string` | The id of the building to activate |
|
|
344
|
+
*/
|
|
345
|
+
export const PluginCoreBuildingsSetActiveArgs = z.object({
|
|
346
|
+
buildingId: z.string(),
|
|
347
|
+
})
|
|
348
|
+
export type PluginCoreBuildingsSetActiveArgs = z.infer<
|
|
349
|
+
typeof PluginCoreBuildingsSetActiveArgs
|
|
350
|
+
>
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* Result of {@linkcode PluginCoreBuildingsApi.setActive} — the now-active
|
|
354
|
+
* building's id.
|
|
355
|
+
*
|
|
356
|
+
* | Property | Type | Description |
|
|
357
|
+
* |---|---|---|
|
|
358
|
+
* | `buildingId` | `string` | The id of the now-active building |
|
|
359
|
+
*/
|
|
360
|
+
export const PluginCoreBuildingsSetActiveResult = z.object({
|
|
361
|
+
buildingId: z.string(),
|
|
362
|
+
})
|
|
363
|
+
export type PluginCoreBuildingsSetActiveResult = z.infer<
|
|
364
|
+
typeof PluginCoreBuildingsSetActiveResult
|
|
365
|
+
>
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* Arguments for {@linkcode PluginCoreBuildingsApi.create}.
|
|
369
|
+
*
|
|
370
|
+
* | Property | Type | Description |
|
|
371
|
+
* |---|---|---|
|
|
372
|
+
* | `name` | `string` | Display name of the new building |
|
|
373
|
+
* | `baseElevation` | `number \| undefined` | Base elevation in meters (defaults to `0`) |
|
|
374
|
+
*/
|
|
375
|
+
export const PluginCoreBuildingsCreateArgs = z.object({
|
|
376
|
+
name: z.string(),
|
|
377
|
+
baseElevation: z.number().optional(),
|
|
378
|
+
})
|
|
379
|
+
export type PluginCoreBuildingsCreateArgs = z.infer<
|
|
380
|
+
typeof PluginCoreBuildingsCreateArgs
|
|
381
|
+
>
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* Result of {@linkcode PluginCoreBuildingsApi.create} — the id of the new
|
|
385
|
+
* building.
|
|
386
|
+
*
|
|
387
|
+
* | Property | Type | Description |
|
|
388
|
+
* |---|---|---|
|
|
389
|
+
* | `buildingId` | `string` | The id of the newly created building |
|
|
390
|
+
*/
|
|
391
|
+
export const PluginCoreBuildingsCreateResult = z.object({
|
|
392
|
+
buildingId: z.string(),
|
|
393
|
+
})
|
|
394
|
+
export type PluginCoreBuildingsCreateResult = z.infer<
|
|
395
|
+
typeof PluginCoreBuildingsCreateResult
|
|
396
|
+
>
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* Arguments for {@linkcode PluginCoreBuildingsApi.update}. Sparse — only the
|
|
400
|
+
* provided fields are changed.
|
|
401
|
+
*
|
|
402
|
+
* | Property | Type | Description |
|
|
403
|
+
* |---|---|---|
|
|
404
|
+
* | `buildingId` | `string` | The id of the building to update |
|
|
405
|
+
* | `name` | `string \| undefined` | New display name (unchanged if omitted) |
|
|
406
|
+
* | `baseElevation` | `number \| undefined` | New base elevation in meters (unchanged if omitted) |
|
|
407
|
+
*/
|
|
408
|
+
export const PluginCoreBuildingsUpdateArgs = z.object({
|
|
409
|
+
buildingId: z.string(),
|
|
410
|
+
name: z.string().optional(),
|
|
411
|
+
baseElevation: z.number().optional(),
|
|
412
|
+
})
|
|
413
|
+
export type PluginCoreBuildingsUpdateArgs = z.infer<
|
|
414
|
+
typeof PluginCoreBuildingsUpdateArgs
|
|
415
|
+
>
|
|
416
|
+
|
|
417
|
+
/** Result of {@linkcode PluginCoreBuildingsApi.update} — the updated record. */
|
|
418
|
+
export const PluginCoreBuildingsUpdateResult = PluginCoreBuildingRef
|
|
419
|
+
export type PluginCoreBuildingsUpdateResult = z.infer<
|
|
420
|
+
typeof PluginCoreBuildingsUpdateResult
|
|
421
|
+
>
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* Arguments for {@linkcode PluginCoreBuildingsApi.copy}.
|
|
425
|
+
*
|
|
426
|
+
* | Property | Type | Description |
|
|
427
|
+
* |---|---|---|
|
|
428
|
+
* | `buildingId` | `string` | The id of the building to copy |
|
|
429
|
+
* | `name` | `string \| undefined` | Name for the copy (auto-generated if omitted) |
|
|
430
|
+
* | `baseElevation` | `number \| undefined` | Base elevation for the copy in meters (source's if omitted) |
|
|
431
|
+
* | `asInstances` | `boolean \| undefined` | `true` shares source geometry as instances; `false` makes independent copies (host default `true`) |
|
|
432
|
+
*/
|
|
433
|
+
export const PluginCoreBuildingsCopyArgs = z.object({
|
|
434
|
+
buildingId: z.string(),
|
|
435
|
+
name: z.string().optional(),
|
|
436
|
+
baseElevation: z.number().optional(),
|
|
437
|
+
asInstances: z.boolean().optional(),
|
|
438
|
+
})
|
|
439
|
+
export type PluginCoreBuildingsCopyArgs = z.infer<
|
|
440
|
+
typeof PluginCoreBuildingsCopyArgs
|
|
441
|
+
>
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* Result of {@linkcode PluginCoreBuildingsApi.copy} — the id of the new
|
|
445
|
+
* building.
|
|
446
|
+
*
|
|
447
|
+
* | Property | Type | Description |
|
|
448
|
+
* |---|---|---|
|
|
449
|
+
* | `buildingId` | `string` | The id of the copied building |
|
|
450
|
+
*/
|
|
451
|
+
export const PluginCoreBuildingsCopyResult = z.object({
|
|
452
|
+
buildingId: z.string(),
|
|
453
|
+
})
|
|
454
|
+
export type PluginCoreBuildingsCopyResult = z.infer<
|
|
455
|
+
typeof PluginCoreBuildingsCopyResult
|
|
456
|
+
>
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* Arguments for {@linkcode PluginCoreBuildingsApi.delete}.
|
|
460
|
+
*
|
|
461
|
+
* | Property | Type | Description |
|
|
462
|
+
* |---|---|---|
|
|
463
|
+
* | `buildingId` | `string` | The id of the building to delete |
|
|
464
|
+
*/
|
|
465
|
+
export const PluginCoreBuildingsDeleteArgs = z.object({
|
|
466
|
+
buildingId: z.string(),
|
|
467
|
+
})
|
|
468
|
+
export type PluginCoreBuildingsDeleteArgs = z.infer<
|
|
469
|
+
typeof PluginCoreBuildingsDeleteArgs
|
|
470
|
+
>
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* Result of {@linkcode PluginCoreBuildingsApi.delete} — confirmation that the
|
|
474
|
+
* building was deleted.
|
|
475
|
+
*
|
|
476
|
+
* | Property | Type | Description |
|
|
477
|
+
* |---|---|---|
|
|
478
|
+
* | `deleted` | `true` | Always `true` on success |
|
|
479
|
+
*/
|
|
480
|
+
export const PluginCoreBuildingsDeleteResult = z.object({
|
|
481
|
+
deleted: z.literal(true),
|
|
482
|
+
})
|
|
483
|
+
export type PluginCoreBuildingsDeleteResult = z.infer<
|
|
484
|
+
typeof PluginCoreBuildingsDeleteResult
|
|
485
|
+
>
|