@snaptrude/plugin-core 0.0.0-dev-20260708130115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +227 -0
- package/CHANGELOG.md +119 -0
- package/CLAUDE.md +11 -0
- package/api-manifest.json +5004 -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 +33 -0
- package/dist/api/core/geom/index.d.ts.map +1 -0
- 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 +63 -0
- package/dist/api/core/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/index.d.ts +18 -0
- package/dist/api/core/math/index.d.ts.map +1 -0
- package/dist/api/core/math/quat.d.ts +170 -0
- package/dist/api/core/math/quat.d.ts.map +1 -0
- package/dist/api/core/math/vec3.d.ts +174 -0
- package/dist/api/core/math/vec3.d.ts.map +1 -0
- 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 +261 -0
- package/dist/api/entity/buildableEnvelope.d.ts.map +1 -0
- package/dist/api/entity/department.d.ts +1 -0
- package/dist/api/entity/department.d.ts.map +1 -0
- package/dist/api/entity/index.d.ts +28 -0
- package/dist/api/entity/index.d.ts.map +1 -0
- package/dist/api/entity/referenceLine.d.ts +202 -0
- package/dist/api/entity/referenceLine.d.ts.map +1 -0
- package/dist/api/entity/space.d.ts +846 -0
- package/dist/api/entity/space.d.ts.map +1 -0
- package/dist/api/entity/story.d.ts +249 -0
- package/dist/api/entity/story.d.ts.map +1 -0
- package/dist/api/index.d.ts +35 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/presentation/aiInspiration.d.ts +2400 -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 +45 -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 +43 -0
- package/dist/host-utils.d.ts.map +1 -0
- package/dist/index.cjs +4597 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3870 -0
- package/dist/index.js.map +1 -0
- package/dist/types.d.ts +16 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +39 -0
- 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 +35 -0
- 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 +65 -0
- package/src/api/core/layers.ts +333 -0
- package/src/api/core/math/index.ts +20 -0
- package/src/api/core/math/quat.ts +172 -0
- package/src/api/core/math/vec3.ts +179 -0
- 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 +318 -0
- package/src/api/entity/department.ts +0 -0
- package/src/api/entity/index.ts +30 -0
- package/src/api/entity/referenceLine.ts +227 -0
- package/src/api/entity/space.ts +612 -0
- package/src/api/entity/story.ts +273 -0
- package/src/api/index.ts +37 -0
- package/src/api/presentation/aiInspiration.ts +1116 -0
- package/src/api/presentation/diagrams.ts +84 -0
- package/src/api/presentation/import.ts +112 -0
- package/src/api/presentation/index.ts +47 -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 +64 -0
- package/src/index.ts +4 -0
- package/src/types.ts +16 -0
- package/tsconfig.json +17 -0
- package/tsup.config.ts +12 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import * as z from "zod"
|
|
2
|
+
import { PluginApiReturn } from "../../types"
|
|
3
|
+
import { ProfileHandle, CurveHandle } from "../../handles"
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Reference line management — create, query, and delete reference lines.
|
|
7
|
+
*
|
|
8
|
+
* A **reference line** is a 2D guide line (or arc) in the Snaptrude scene,
|
|
9
|
+
* typically used for grid lines and alignment guides. Reference lines
|
|
10
|
+
* carry properties such as grid tags, labels, and line styles.
|
|
11
|
+
*
|
|
12
|
+
* All methods are **host API calls** that return Promises and support
|
|
13
|
+
* undo/redo via Snaptrude's command system.
|
|
14
|
+
*
|
|
15
|
+
* Accessed via `snaptrude.entity.referenceLine`.
|
|
16
|
+
*/
|
|
17
|
+
export abstract class PluginReferenceLineApi {
|
|
18
|
+
constructor() {}
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Create multiple reference lines from a profile.
|
|
22
|
+
*
|
|
23
|
+
* Each curve in the given {@linkcode ProfileHandle} becomes
|
|
24
|
+
* a separate reference line. Uses `ReferenceLineConstructor.createFromProfile`
|
|
25
|
+
* internally.
|
|
26
|
+
*
|
|
27
|
+
* @param profile - A {@linkcode ProfileHandle} whose curves define the
|
|
28
|
+
* reference lines to create
|
|
29
|
+
* @returns A {@linkcode PluginReferenceLineCreateMultiResult} with the
|
|
30
|
+
* `referenceLineIds` of the created reference lines
|
|
31
|
+
* @throws If reference line creation fails
|
|
32
|
+
*
|
|
33
|
+
* @examplePrompt Draw grid lines across the site
|
|
34
|
+
* @examplePrompt Create reference lines from these curves
|
|
35
|
+
* @examplePrompt Add alignment guides along the building edge
|
|
36
|
+
* @examplePrompt Set up a structural grid using guide lines
|
|
37
|
+
* @examplePrompt Turn this profile into reference lines
|
|
38
|
+
*
|
|
39
|
+
* # Example
|
|
40
|
+
* ```ts
|
|
41
|
+
* const { vec3 } = snaptrude.core.math
|
|
42
|
+
*
|
|
43
|
+
* const start = await vec3.new(0, 0, 0)
|
|
44
|
+
* const mid = await vec3.new(10, 0, 0)
|
|
45
|
+
* const end = await vec3.new(10, 0, 10)
|
|
46
|
+
* const l1 = await snaptrude.core.geom.create.line(start, mid)
|
|
47
|
+
* const l2 = await snaptrude.core.geom.create.line(mid, end)
|
|
48
|
+
* const profile = await snaptrude.core.geom.create.profileFromCurves([l1, l2])
|
|
49
|
+
*
|
|
50
|
+
* const { referenceLineIds } = await snaptrude.entity.referenceLine.createMulti(profile)
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
public abstract createMulti(
|
|
54
|
+
profile: ProfileHandle
|
|
55
|
+
): PluginApiReturn<PluginReferenceLineCreateMultiResult>
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Get properties of a reference line by its ID.
|
|
59
|
+
*
|
|
60
|
+
* Only the properties listed in `properties` are returned — unlisted
|
|
61
|
+
* properties will be `undefined` in the result.
|
|
62
|
+
*
|
|
63
|
+
* @param referenceLineId - The unique reference line ID
|
|
64
|
+
* @param properties - Array of property names to retrieve. See
|
|
65
|
+
* {@linkcode PluginReferenceLineGetProperty}.
|
|
66
|
+
* @returns A partial {@linkcode PluginReferenceLineGetResult} containing only the
|
|
67
|
+
* requested properties
|
|
68
|
+
* @throws If the reference line does not exist
|
|
69
|
+
*
|
|
70
|
+
* @examplePrompt Get the curve geometry of this reference line
|
|
71
|
+
* @examplePrompt Where does this grid line run?
|
|
72
|
+
* @examplePrompt Read the geometry of a guide line by its id
|
|
73
|
+
* @examplePrompt Look up the curve of the selected reference line
|
|
74
|
+
*
|
|
75
|
+
* # Example
|
|
76
|
+
* ```ts
|
|
77
|
+
* const result = await snaptrude.entity.referenceLine.get("some-ref-line-id", ["curve"])
|
|
78
|
+
* // result.curve is an opaque CurveHandle; a dedicated curve read API for its
|
|
79
|
+
* // coordinates is exposed separately via `snaptrude.core.geom.curve`.
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
public abstract get(
|
|
83
|
+
referenceLineId: string,
|
|
84
|
+
properties: z.infer<typeof PluginReferenceLineGetProperty>[]
|
|
85
|
+
): PluginApiReturn<PluginReferenceLineGetResult>
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Get the IDs of all reference lines in the current project.
|
|
89
|
+
*
|
|
90
|
+
* Returns every reference line across all stories.
|
|
91
|
+
* Use the returned IDs with {@linkcode PluginReferenceLineApi.get} to query
|
|
92
|
+
* individual reference line properties.
|
|
93
|
+
*
|
|
94
|
+
* @returns A {@linkcode PluginReferenceLineGetAllResult} with a
|
|
95
|
+
* `referenceLineIds` array
|
|
96
|
+
*
|
|
97
|
+
* @examplePrompt How many grid lines are in the project?
|
|
98
|
+
* @examplePrompt List all the reference lines in my model
|
|
99
|
+
* @examplePrompt Show every guide line in the file
|
|
100
|
+
* @examplePrompt Do I have any reference lines in this project?
|
|
101
|
+
*
|
|
102
|
+
* # Example
|
|
103
|
+
* ```ts
|
|
104
|
+
* const { referenceLineIds } = await snaptrude.entity.referenceLine.getAll()
|
|
105
|
+
* console.log(`Project has ${referenceLineIds.length} reference lines`)
|
|
106
|
+
* ```
|
|
107
|
+
*/
|
|
108
|
+
public abstract getAll(): PluginApiReturn<PluginReferenceLineGetAllResult>
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Delete a reference line by its ID.
|
|
112
|
+
*
|
|
113
|
+
* Permanently removes the reference line and its associated mesh from
|
|
114
|
+
* the scene. This operation is undoable via Snaptrude's command system.
|
|
115
|
+
*
|
|
116
|
+
* @param referenceLineId - The unique reference line ID to delete
|
|
117
|
+
* @throws If the reference line does not exist
|
|
118
|
+
*
|
|
119
|
+
* @examplePrompt Delete this reference line
|
|
120
|
+
* @examplePrompt Remove the grid line I just drew
|
|
121
|
+
* @examplePrompt Get rid of the alignment guide on the left
|
|
122
|
+
* @examplePrompt Erase a reference line by its id
|
|
123
|
+
*
|
|
124
|
+
* # Example
|
|
125
|
+
* ```ts
|
|
126
|
+
* await snaptrude.entity.referenceLine.delete("some-ref-line-id")
|
|
127
|
+
* ```
|
|
128
|
+
*/
|
|
129
|
+
public abstract delete(
|
|
130
|
+
referenceLineId: string
|
|
131
|
+
): PluginApiReturn<PluginReferenceLineDeleteResult>
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Arguments for {@linkcode PluginReferenceLineApi.createMulti}.
|
|
136
|
+
*
|
|
137
|
+
* | Property | Type | Description |
|
|
138
|
+
* |---|---|---|
|
|
139
|
+
* | `profile` | {@linkcode ProfileHandle} | Profile handle whose curves define reference lines |
|
|
140
|
+
*/
|
|
141
|
+
export const PluginReferenceLineCreateMultiArgs = z.object({
|
|
142
|
+
profile: ProfileHandle,
|
|
143
|
+
})
|
|
144
|
+
|
|
145
|
+
export type PluginReferenceLineCreateMultiArgs = z.infer<typeof PluginReferenceLineCreateMultiArgs>
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Result of {@linkcode PluginReferenceLineApi.createMulti}.
|
|
149
|
+
*
|
|
150
|
+
* | Property | Type | Description |
|
|
151
|
+
* |---|---|---|
|
|
152
|
+
* | `referenceLineIds` | `string[]` | IDs of the created reference lines |
|
|
153
|
+
*/
|
|
154
|
+
export const PluginReferenceLineCreateMultiResult = z.object({
|
|
155
|
+
referenceLineIds: z.array(z.string()),
|
|
156
|
+
})
|
|
157
|
+
|
|
158
|
+
export type PluginReferenceLineCreateMultiResult = z.infer<typeof PluginReferenceLineCreateMultiResult>
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Available properties that can be queried on a reference line.
|
|
162
|
+
*
|
|
163
|
+
* | Value | Return Type | Description |
|
|
164
|
+
* |---|---|---|
|
|
165
|
+
* | `"curve"` | {@linkcode CurveHandle} | The curve geometry of the reference line, as an opaque handle |
|
|
166
|
+
*/
|
|
167
|
+
export const PluginReferenceLineGetProperty = z.enum([
|
|
168
|
+
"curve",
|
|
169
|
+
])
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Arguments for {@linkcode PluginReferenceLineApi.get}.
|
|
173
|
+
*
|
|
174
|
+
* | Property | Type | Description |
|
|
175
|
+
* |---|---|---|
|
|
176
|
+
* | `referenceLineId` | `string` | The reference line ID to query |
|
|
177
|
+
* | `properties` | {@linkcode PluginReferenceLineGetProperty}`[]` | Properties to retrieve |
|
|
178
|
+
*/
|
|
179
|
+
export const PluginReferenceLineGetArgs = z.object({
|
|
180
|
+
referenceLineId: z.string(),
|
|
181
|
+
properties: z.array(PluginReferenceLineGetProperty),
|
|
182
|
+
})
|
|
183
|
+
|
|
184
|
+
export type PluginReferenceLineGetArgs = z.infer<typeof PluginReferenceLineGetArgs>
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Result of {@linkcode PluginReferenceLineApi.get}.
|
|
188
|
+
*
|
|
189
|
+
* A partial object — only the properties that were requested in
|
|
190
|
+
* {@linkcode PluginReferenceLineGetArgs.properties} will be present.
|
|
191
|
+
*/
|
|
192
|
+
export const PluginReferenceLineGetResult = z
|
|
193
|
+
.object({
|
|
194
|
+
curve: CurveHandle,
|
|
195
|
+
})
|
|
196
|
+
.partial()
|
|
197
|
+
|
|
198
|
+
export type PluginReferenceLineGetResult = z.infer<typeof PluginReferenceLineGetResult>
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* Result of {@linkcode PluginReferenceLineApi.getAll}.
|
|
202
|
+
*
|
|
203
|
+
* | Property | Type | Description |
|
|
204
|
+
* |---|---|---|
|
|
205
|
+
* | `referenceLineIds` | `string[]` | IDs of all reference lines in the project |
|
|
206
|
+
*/
|
|
207
|
+
export const PluginReferenceLineGetAllResult = z.object({
|
|
208
|
+
referenceLineIds: z.array(z.string()),
|
|
209
|
+
})
|
|
210
|
+
|
|
211
|
+
export type PluginReferenceLineGetAllResult = z.infer<typeof PluginReferenceLineGetAllResult>
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Arguments for {@linkcode PluginReferenceLineApi.delete}.
|
|
215
|
+
*
|
|
216
|
+
* | Property | Type | Description |
|
|
217
|
+
* |---|---|---|
|
|
218
|
+
* | `referenceLineId` | `string` | The reference line ID to delete |
|
|
219
|
+
*/
|
|
220
|
+
export const PluginReferenceLineDeleteArgs = z.object({
|
|
221
|
+
referenceLineId: z.string(),
|
|
222
|
+
})
|
|
223
|
+
|
|
224
|
+
export type PluginReferenceLineDeleteArgs = z.infer<typeof PluginReferenceLineDeleteArgs>
|
|
225
|
+
|
|
226
|
+
/** Result type for {@linkcode PluginReferenceLineApi.delete} — returns nothing on success. */
|
|
227
|
+
export type PluginReferenceLineDeleteResult = void
|