@snaptrude/plugin-core 0.7.0 → 0.8.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/CHANGELOG.md +22 -0
- package/api-manifest.full.json +360 -19
- package/api-manifest.json +915 -37
- package/dist/api/core/camera/index.d.ts +208 -0
- package/dist/api/core/camera/index.d.ts.map +1 -0
- package/dist/api/core/comment/index.d.ts +105 -2
- package/dist/api/core/comment/index.d.ts.map +1 -1
- package/dist/api/core/geom/create/index.d.ts +13 -13
- package/dist/api/core/geom/delete/index.d.ts +8 -2
- package/dist/api/core/geom/delete/index.d.ts.map +1 -1
- package/dist/api/core/geom/query/arc.d.ts +5 -5
- package/dist/api/core/geom/query/brep.d.ts +18 -18
- package/dist/api/core/geom/query/circle.d.ts +18 -18
- package/dist/api/core/geom/query/contour.d.ts +20 -20
- package/dist/api/core/geom/query/curve.d.ts +49 -49
- package/dist/api/core/geom/query/edge.d.ts +5 -5
- package/dist/api/core/geom/query/face.d.ts +16 -16
- package/dist/api/core/geom/query/halfedge.d.ts +8 -8
- package/dist/api/core/geom/query/profile.d.ts +19 -19
- package/dist/api/core/geom/query/vertex.d.ts +8 -8
- package/dist/api/core/geom/update/contour.d.ts +14 -14
- package/dist/api/core/geom/update/curve.d.ts +7 -7
- package/dist/api/core/geom/update/profile.d.ts +16 -16
- package/dist/api/core/handles/index.d.ts +210 -0
- package/dist/api/core/handles/index.d.ts.map +1 -0
- package/dist/api/core/index.d.ts +15 -0
- package/dist/api/core/index.d.ts.map +1 -1
- package/dist/api/core/io/export/index.d.ts +132 -0
- package/dist/api/core/io/export/index.d.ts.map +1 -0
- package/dist/api/core/io/import/index.d.ts +1 -1
- package/dist/api/core/io/index.d.ts +5 -0
- package/dist/api/core/io/index.d.ts.map +1 -1
- package/dist/api/core/layers.d.ts +7 -7
- package/dist/api/core/proposals/index.d.ts +65 -9
- package/dist/api/core/proposals/index.d.ts.map +1 -1
- package/dist/api/core/user.d.ts +44 -0
- package/dist/api/core/user.d.ts.map +1 -0
- package/dist/api/design/boolean/index.d.ts +4 -4
- package/dist/api/design/create/index.d.ts +139 -44
- package/dist/api/design/create/index.d.ts.map +1 -1
- package/dist/api/design/doors/index.d.ts +36 -0
- package/dist/api/design/doors/index.d.ts.map +1 -1
- package/dist/api/design/edit/index.d.ts +1 -1
- package/dist/api/design/erase/index.d.ts +2 -2
- package/dist/api/design/furniture/index.d.ts +114 -3
- package/dist/api/design/furniture/index.d.ts.map +1 -1
- package/dist/api/design/index.d.ts +10 -0
- package/dist/api/design/index.d.ts.map +1 -1
- package/dist/api/design/materials/index.d.ts +111 -14
- package/dist/api/design/materials/index.d.ts.map +1 -1
- package/dist/api/design/query/index.d.ts +31 -1
- package/dist/api/design/query/index.d.ts.map +1 -1
- package/dist/api/design/query/spaces.d.ts +5 -5
- package/dist/api/design/transform/index.d.ts +83 -14
- package/dist/api/design/transform/index.d.ts.map +1 -1
- package/dist/api/design/types/index.d.ts +181 -0
- package/dist/api/design/types/index.d.ts.map +1 -0
- package/dist/api/design/update/index.d.ts +335 -2
- package/dist/api/design/update/index.d.ts.map +1 -1
- package/dist/api/design/visibility.d.ts +98 -0
- package/dist/api/design/visibility.d.ts.map +1 -0
- package/dist/api/entity/referenceLine.d.ts +2 -2
- package/dist/api/entity/space.d.ts +19 -19
- package/dist/api/entity/story.d.ts +128 -15
- package/dist/api/entity/story.d.ts.map +1 -1
- package/dist/api/presentation/aiInspiration.d.ts +1967 -7
- package/dist/api/presentation/aiInspiration.d.ts.map +1 -1
- package/dist/api/presentation/annotate.d.ts +448 -0
- package/dist/api/presentation/annotate.d.ts.map +1 -0
- package/dist/api/presentation/diagrams.d.ts +49 -8
- package/dist/api/presentation/diagrams.d.ts.map +1 -1
- package/dist/api/presentation/export.d.ts +104 -0
- package/dist/api/presentation/export.d.ts.map +1 -0
- package/dist/api/presentation/index.d.ts +40 -3
- package/dist/api/presentation/index.d.ts.map +1 -1
- package/dist/api/presentation/sheets.d.ts +410 -13
- package/dist/api/presentation/sheets.d.ts.map +1 -1
- package/dist/api/presentation/views.d.ts +165 -10
- package/dist/api/presentation/views.d.ts.map +1 -1
- package/dist/api/program/areas.d.ts +63 -3
- package/dist/api/program/areas.d.ts.map +1 -1
- package/dist/api/program/cores.d.ts +3 -99
- package/dist/api/program/cores.d.ts.map +1 -1
- package/dist/api/program/index.d.ts +2 -2
- package/dist/api/program/index.d.ts.map +1 -1
- package/dist/api/program/layout.d.ts +172 -12
- package/dist/api/program/layout.d.ts.map +1 -1
- package/dist/api/program/site.d.ts +11 -8
- package/dist/api/program/site.d.ts.map +1 -1
- package/dist/api/program/spreadsheet.d.ts +105 -13
- package/dist/api/program/spreadsheet.d.ts.map +1 -1
- package/dist/handles.d.ts +64 -25
- package/dist/handles.d.ts.map +1 -1
- package/dist/index.cjs +2502 -1466
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2369 -1461
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/api/core/camera/index.ts +212 -0
- package/src/api/core/comment/index.ts +120 -2
- package/src/api/core/geom/delete/index.ts +6 -0
- package/src/api/core/handles/index.ts +233 -0
- package/src/api/core/index.ts +15 -0
- package/src/api/core/io/export/index.ts +124 -0
- package/src/api/core/io/index.ts +5 -0
- package/src/api/core/proposals/index.ts +71 -11
- package/src/api/core/user.ts +46 -0
- package/src/api/design/create/index.ts +166 -36
- package/src/api/design/doors/index.ts +40 -0
- package/src/api/design/furniture/index.ts +127 -3
- package/src/api/design/index.ts +10 -0
- package/src/api/design/materials/index.ts +157 -30
- package/src/api/design/query/index.ts +33 -7
- package/src/api/design/transform/index.ts +89 -12
- package/src/api/design/types/index.ts +156 -0
- package/src/api/design/update/index.ts +402 -6
- package/src/api/design/visibility.ts +109 -0
- package/src/api/entity/story.ts +141 -15
- package/src/api/presentation/aiInspiration.ts +761 -7
- package/src/api/presentation/annotate.ts +360 -0
- package/src/api/presentation/diagrams.ts +53 -8
- package/src/api/presentation/export.ts +104 -0
- package/src/api/presentation/index.ts +48 -3
- package/src/api/presentation/sheets.ts +346 -13
- package/src/api/presentation/views.ts +164 -12
- package/src/api/program/areas.ts +57 -6
- package/src/api/program/cores.ts +3 -91
- package/src/api/program/index.ts +2 -2
- package/src/api/program/layout.ts +182 -12
- package/src/api/program/site.ts +11 -8
- package/src/api/program/spreadsheet.ts +125 -29
- package/src/handles.ts +77 -13
- package/tsconfig.json +7 -2
|
@@ -242,7 +242,7 @@ export declare abstract class PluginGeomQueryProfileApi {
|
|
|
242
242
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
243
243
|
*/
|
|
244
244
|
export declare const PluginGeomQueryProfileListPointsArgs: z.ZodObject<{
|
|
245
|
-
profile: z.ZodPipe<z.
|
|
245
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
246
246
|
}, z.core.$strip>;
|
|
247
247
|
export type PluginGeomQueryProfileListPointsArgs = z.infer<typeof PluginGeomQueryProfileListPointsArgs>;
|
|
248
248
|
/**
|
|
@@ -253,7 +253,7 @@ export type PluginGeomQueryProfileListPointsArgs = z.infer<typeof PluginGeomQuer
|
|
|
253
253
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
254
254
|
*/
|
|
255
255
|
export declare const PluginGeomQueryProfileListCurvesArgs: z.ZodObject<{
|
|
256
|
-
profile: z.ZodPipe<z.
|
|
256
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
257
257
|
}, z.core.$strip>;
|
|
258
258
|
export type PluginGeomQueryProfileListCurvesArgs = z.infer<typeof PluginGeomQueryProfileListCurvesArgs>;
|
|
259
259
|
/**
|
|
@@ -264,7 +264,7 @@ export type PluginGeomQueryProfileListCurvesArgs = z.infer<typeof PluginGeomQuer
|
|
|
264
264
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
265
265
|
*/
|
|
266
266
|
export declare const PluginGeomQueryProfileGetAreaArgs: z.ZodObject<{
|
|
267
|
-
profile: z.ZodPipe<z.
|
|
267
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
268
268
|
}, z.core.$strip>;
|
|
269
269
|
export type PluginGeomQueryProfileGetAreaArgs = z.infer<typeof PluginGeomQueryProfileGetAreaArgs>;
|
|
270
270
|
/**
|
|
@@ -275,7 +275,7 @@ export type PluginGeomQueryProfileGetAreaArgs = z.infer<typeof PluginGeomQueryPr
|
|
|
275
275
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
276
276
|
*/
|
|
277
277
|
export declare const PluginGeomQueryProfileGetPerimeterArgs: z.ZodObject<{
|
|
278
|
-
profile: z.ZodPipe<z.
|
|
278
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
279
279
|
}, z.core.$strip>;
|
|
280
280
|
export type PluginGeomQueryProfileGetPerimeterArgs = z.infer<typeof PluginGeomQueryProfileGetPerimeterArgs>;
|
|
281
281
|
/**
|
|
@@ -286,7 +286,7 @@ export type PluginGeomQueryProfileGetPerimeterArgs = z.infer<typeof PluginGeomQu
|
|
|
286
286
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
287
287
|
*/
|
|
288
288
|
export declare const PluginGeomQueryProfileGetBoundingBoxArgs: z.ZodObject<{
|
|
289
|
-
profile: z.ZodPipe<z.
|
|
289
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
290
290
|
}, z.core.$strip>;
|
|
291
291
|
export type PluginGeomQueryProfileGetBoundingBoxArgs = z.infer<typeof PluginGeomQueryProfileGetBoundingBoxArgs>;
|
|
292
292
|
/**
|
|
@@ -297,7 +297,7 @@ export type PluginGeomQueryProfileGetBoundingBoxArgs = z.infer<typeof PluginGeom
|
|
|
297
297
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
298
298
|
*/
|
|
299
299
|
export declare const PluginGeomQueryProfileGetNormalArgs: z.ZodObject<{
|
|
300
|
-
profile: z.ZodPipe<z.
|
|
300
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
301
301
|
}, z.core.$strip>;
|
|
302
302
|
export type PluginGeomQueryProfileGetNormalArgs = z.infer<typeof PluginGeomQueryProfileGetNormalArgs>;
|
|
303
303
|
/**
|
|
@@ -309,8 +309,8 @@ export type PluginGeomQueryProfileGetNormalArgs = z.infer<typeof PluginGeomQuery
|
|
|
309
309
|
* | `point` | {@linkcode Vec3Handle} | The reference point |
|
|
310
310
|
*/
|
|
311
311
|
export declare const PluginGeomQueryProfileGetNearestPointArgs: z.ZodObject<{
|
|
312
|
-
profile: z.ZodPipe<z.
|
|
313
|
-
point: z.ZodPipe<z.
|
|
312
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
313
|
+
point: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
314
314
|
}, z.core.$strip>;
|
|
315
315
|
export type PluginGeomQueryProfileGetNearestPointArgs = z.infer<typeof PluginGeomQueryProfileGetNearestPointArgs>;
|
|
316
316
|
/**
|
|
@@ -322,8 +322,8 @@ export type PluginGeomQueryProfileGetNearestPointArgs = z.infer<typeof PluginGeo
|
|
|
322
322
|
* | `point` | {@linkcode Vec3Handle} | The point to test |
|
|
323
323
|
*/
|
|
324
324
|
export declare const PluginGeomQueryProfileHasPointArgs: z.ZodObject<{
|
|
325
|
-
profile: z.ZodPipe<z.
|
|
326
|
-
point: z.ZodPipe<z.
|
|
325
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
326
|
+
point: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
327
327
|
}, z.core.$strip>;
|
|
328
328
|
export type PluginGeomQueryProfileHasPointArgs = z.infer<typeof PluginGeomQueryProfileHasPointArgs>;
|
|
329
329
|
/**
|
|
@@ -335,8 +335,8 @@ export type PluginGeomQueryProfileHasPointArgs = z.infer<typeof PluginGeomQueryP
|
|
|
335
335
|
* | `point` | {@linkcode Vec3Handle} | The point to test |
|
|
336
336
|
*/
|
|
337
337
|
export declare const PluginGeomQueryProfileIsOnBoundaryArgs: z.ZodObject<{
|
|
338
|
-
profile: z.ZodPipe<z.
|
|
339
|
-
point: z.ZodPipe<z.
|
|
338
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
339
|
+
point: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
340
340
|
}, z.core.$strip>;
|
|
341
341
|
export type PluginGeomQueryProfileIsOnBoundaryArgs = z.infer<typeof PluginGeomQueryProfileIsOnBoundaryArgs>;
|
|
342
342
|
/**
|
|
@@ -347,7 +347,7 @@ export type PluginGeomQueryProfileIsOnBoundaryArgs = z.infer<typeof PluginGeomQu
|
|
|
347
347
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
348
348
|
*/
|
|
349
349
|
export declare const PluginGeomQueryProfileIsClosedArgs: z.ZodObject<{
|
|
350
|
-
profile: z.ZodPipe<z.
|
|
350
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
351
351
|
}, z.core.$strip>;
|
|
352
352
|
export type PluginGeomQueryProfileIsClosedArgs = z.infer<typeof PluginGeomQueryProfileIsClosedArgs>;
|
|
353
353
|
/**
|
|
@@ -358,7 +358,7 @@ export type PluginGeomQueryProfileIsClosedArgs = z.infer<typeof PluginGeomQueryP
|
|
|
358
358
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
359
359
|
*/
|
|
360
360
|
export declare const PluginGeomQueryProfileIsPlanarArgs: z.ZodObject<{
|
|
361
|
-
profile: z.ZodPipe<z.
|
|
361
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
362
362
|
}, z.core.$strip>;
|
|
363
363
|
export type PluginGeomQueryProfileIsPlanarArgs = z.infer<typeof PluginGeomQueryProfileIsPlanarArgs>;
|
|
364
364
|
/**
|
|
@@ -369,7 +369,7 @@ export type PluginGeomQueryProfileIsPlanarArgs = z.infer<typeof PluginGeomQueryP
|
|
|
369
369
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
370
370
|
*/
|
|
371
371
|
export declare const PluginGeomQueryProfileIsClockwiseArgs: z.ZodObject<{
|
|
372
|
-
profile: z.ZodPipe<z.
|
|
372
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
373
373
|
}, z.core.$strip>;
|
|
374
374
|
export type PluginGeomQueryProfileIsClockwiseArgs = z.infer<typeof PluginGeomQueryProfileIsClockwiseArgs>;
|
|
375
375
|
/**
|
|
@@ -380,7 +380,7 @@ export type PluginGeomQueryProfileIsClockwiseArgs = z.infer<typeof PluginGeomQue
|
|
|
380
380
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
381
381
|
*/
|
|
382
382
|
export declare const PluginGeomQueryProfileIsSelfIntersectingArgs: z.ZodObject<{
|
|
383
|
-
profile: z.ZodPipe<z.
|
|
383
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
384
384
|
}, z.core.$strip>;
|
|
385
385
|
export type PluginGeomQueryProfileIsSelfIntersectingArgs = z.infer<typeof PluginGeomQueryProfileIsSelfIntersectingArgs>;
|
|
386
386
|
/**
|
|
@@ -391,7 +391,7 @@ export type PluginGeomQueryProfileIsSelfIntersectingArgs = z.infer<typeof Plugin
|
|
|
391
391
|
* | `profile` | {@linkcode ProfileHandle} | The profile to query |
|
|
392
392
|
*/
|
|
393
393
|
export declare const PluginGeomQueryProfileIsEmptyArgs: z.ZodObject<{
|
|
394
|
-
profile: z.ZodPipe<z.
|
|
394
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
395
395
|
}, z.core.$strip>;
|
|
396
396
|
export type PluginGeomQueryProfileIsEmptyArgs = z.infer<typeof PluginGeomQueryProfileIsEmptyArgs>;
|
|
397
397
|
/**
|
|
@@ -403,8 +403,8 @@ export type PluginGeomQueryProfileIsEmptyArgs = z.infer<typeof PluginGeomQueryPr
|
|
|
403
403
|
* | `profileB` | {@linkcode ProfileHandle} | Second profile |
|
|
404
404
|
*/
|
|
405
405
|
export declare const PluginGeomQueryProfileIsEqualArgs: z.ZodObject<{
|
|
406
|
-
profileA: z.ZodPipe<z.
|
|
407
|
-
profileB: z.ZodPipe<z.
|
|
406
|
+
profileA: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
407
|
+
profileB: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
408
408
|
}, z.core.$strip>;
|
|
409
409
|
export type PluginGeomQueryProfileIsEqualArgs = z.infer<typeof PluginGeomQueryProfileIsEqualArgs>;
|
|
410
410
|
//# sourceMappingURL=profile.d.ts.map
|
|
@@ -143,12 +143,12 @@ export declare abstract class PluginGeomQueryVertexApi {
|
|
|
143
143
|
}
|
|
144
144
|
/** Arguments for {@linkcode PluginGeomQueryVertexApi.getIndex}. `{ vertex: VertexHandle }` */
|
|
145
145
|
export declare const PluginGeomQueryVertexGetIndexArgs: z.ZodObject<{
|
|
146
|
-
vertex: z.ZodPipe<z.
|
|
146
|
+
vertex: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vertex">, string>>;
|
|
147
147
|
}, z.core.$strip>;
|
|
148
148
|
export type PluginGeomQueryVertexGetIndexArgs = z.infer<typeof PluginGeomQueryVertexGetIndexArgs>;
|
|
149
149
|
/** Arguments for {@linkcode PluginGeomQueryVertexApi.getHalfEdge}. `{ vertex: VertexHandle }` */
|
|
150
150
|
export declare const PluginGeomQueryVertexGetHalfEdgeArgs: z.ZodObject<{
|
|
151
|
-
vertex: z.ZodPipe<z.
|
|
151
|
+
vertex: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vertex">, string>>;
|
|
152
152
|
}, z.core.$strip>;
|
|
153
153
|
export type PluginGeomQueryVertexGetHalfEdgeArgs = z.infer<typeof PluginGeomQueryVertexGetHalfEdgeArgs>;
|
|
154
154
|
/**
|
|
@@ -160,28 +160,28 @@ export type PluginGeomQueryVertexGetHalfEdgeArgs = z.infer<typeof PluginGeomQuer
|
|
|
160
160
|
* | `vertex` | {@linkcode VertexHandle} | The vertex whose position to read |
|
|
161
161
|
*/
|
|
162
162
|
export declare const PluginGeomQueryVertexGetPositionArgs: z.ZodObject<{
|
|
163
|
-
brep: z.ZodPipe<z.
|
|
164
|
-
vertex: z.ZodPipe<z.
|
|
163
|
+
brep: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"brep">, string>>;
|
|
164
|
+
vertex: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vertex">, string>>;
|
|
165
165
|
}, z.core.$strip>;
|
|
166
166
|
export type PluginGeomQueryVertexGetPositionArgs = z.infer<typeof PluginGeomQueryVertexGetPositionArgs>;
|
|
167
167
|
/** Arguments for {@linkcode PluginGeomQueryVertexApi.listHalfEdges}. `{ vertex: VertexHandle }` */
|
|
168
168
|
export declare const PluginGeomQueryVertexListHalfEdgesArgs: z.ZodObject<{
|
|
169
|
-
vertex: z.ZodPipe<z.
|
|
169
|
+
vertex: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vertex">, string>>;
|
|
170
170
|
}, z.core.$strip>;
|
|
171
171
|
export type PluginGeomQueryVertexListHalfEdgesArgs = z.infer<typeof PluginGeomQueryVertexListHalfEdgesArgs>;
|
|
172
172
|
/** Arguments for {@linkcode PluginGeomQueryVertexApi.listEdges}. `{ vertex: VertexHandle }` */
|
|
173
173
|
export declare const PluginGeomQueryVertexListEdgesArgs: z.ZodObject<{
|
|
174
|
-
vertex: z.ZodPipe<z.
|
|
174
|
+
vertex: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vertex">, string>>;
|
|
175
175
|
}, z.core.$strip>;
|
|
176
176
|
export type PluginGeomQueryVertexListEdgesArgs = z.infer<typeof PluginGeomQueryVertexListEdgesArgs>;
|
|
177
177
|
/** Arguments for {@linkcode PluginGeomQueryVertexApi.listFaces}. `{ vertex: VertexHandle }` */
|
|
178
178
|
export declare const PluginGeomQueryVertexListFacesArgs: z.ZodObject<{
|
|
179
|
-
vertex: z.ZodPipe<z.
|
|
179
|
+
vertex: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vertex">, string>>;
|
|
180
180
|
}, z.core.$strip>;
|
|
181
181
|
export type PluginGeomQueryVertexListFacesArgs = z.infer<typeof PluginGeomQueryVertexListFacesArgs>;
|
|
182
182
|
/** Arguments for {@linkcode PluginGeomQueryVertexApi.listNeighbors}. `{ vertex: VertexHandle }` */
|
|
183
183
|
export declare const PluginGeomQueryVertexListNeighborsArgs: z.ZodObject<{
|
|
184
|
-
vertex: z.ZodPipe<z.
|
|
184
|
+
vertex: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vertex">, string>>;
|
|
185
185
|
}, z.core.$strip>;
|
|
186
186
|
export type PluginGeomQueryVertexListNeighborsArgs = z.infer<typeof PluginGeomQueryVertexListNeighborsArgs>;
|
|
187
187
|
//# sourceMappingURL=vertex.d.ts.map
|
|
@@ -174,7 +174,7 @@ export declare abstract class PluginGeomUpdateContourApi {
|
|
|
174
174
|
* | `distance` | `number` | Signed offset distance (outward when positive, inward when negative) |
|
|
175
175
|
*/
|
|
176
176
|
export declare const PluginGeomUpdateContourOffsetArgs: z.ZodObject<{
|
|
177
|
-
contour: z.ZodPipe<z.
|
|
177
|
+
contour: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"contour">, string>>;
|
|
178
178
|
distance: z.ZodNumber;
|
|
179
179
|
}, z.core.$strip>;
|
|
180
180
|
export type PluginGeomUpdateContourOffsetArgs = z.infer<typeof PluginGeomUpdateContourOffsetArgs>;
|
|
@@ -187,8 +187,8 @@ export type PluginGeomUpdateContourOffsetArgs = z.infer<typeof PluginGeomUpdateC
|
|
|
187
187
|
* | `translation` | {@linkcode Vec3Handle} | Translation vector to move the contour by |
|
|
188
188
|
*/
|
|
189
189
|
export declare const PluginGeomUpdateContourMoveArgs: z.ZodObject<{
|
|
190
|
-
contour: z.ZodPipe<z.
|
|
191
|
-
translation: z.ZodPipe<z.
|
|
190
|
+
contour: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"contour">, string>>;
|
|
191
|
+
translation: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
192
192
|
}, z.core.$strip>;
|
|
193
193
|
export type PluginGeomUpdateContourMoveArgs = z.infer<typeof PluginGeomUpdateContourMoveArgs>;
|
|
194
194
|
/**
|
|
@@ -202,10 +202,10 @@ export type PluginGeomUpdateContourMoveArgs = z.infer<typeof PluginGeomUpdateCon
|
|
|
202
202
|
* | `pivot` | {@linkcode Vec3Handle} | Optional pivot point to rotate about (defaults to the origin) |
|
|
203
203
|
*/
|
|
204
204
|
export declare const PluginGeomUpdateContourRotateArgs: z.ZodObject<{
|
|
205
|
-
contour: z.ZodPipe<z.
|
|
206
|
-
axis: z.ZodPipe<z.
|
|
205
|
+
contour: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"contour">, string>>;
|
|
206
|
+
axis: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
207
207
|
angle: z.ZodNumber;
|
|
208
|
-
pivot: z.ZodOptional<z.ZodPipe<z.
|
|
208
|
+
pivot: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>>;
|
|
209
209
|
}, z.core.$strip>;
|
|
210
210
|
export type PluginGeomUpdateContourRotateArgs = z.infer<typeof PluginGeomUpdateContourRotateArgs>;
|
|
211
211
|
/**
|
|
@@ -218,13 +218,13 @@ export type PluginGeomUpdateContourRotateArgs = z.infer<typeof PluginGeomUpdateC
|
|
|
218
218
|
* | `pivot` | {@linkcode Vec3Handle} | Optional pivot point to scale about (defaults to the origin) |
|
|
219
219
|
*/
|
|
220
220
|
export declare const PluginGeomUpdateContourScaleArgs: z.ZodObject<{
|
|
221
|
-
contour: z.ZodPipe<z.
|
|
221
|
+
contour: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"contour">, string>>;
|
|
222
222
|
factor: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
223
223
|
x: z.ZodNumber;
|
|
224
224
|
y: z.ZodNumber;
|
|
225
225
|
z: z.ZodNumber;
|
|
226
226
|
}, z.core.$strip>]>;
|
|
227
|
-
pivot: z.ZodOptional<z.ZodPipe<z.
|
|
227
|
+
pivot: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>>;
|
|
228
228
|
}, z.core.$strip>;
|
|
229
229
|
export type PluginGeomUpdateContourScaleArgs = z.infer<typeof PluginGeomUpdateContourScaleArgs>;
|
|
230
230
|
/**
|
|
@@ -236,10 +236,10 @@ export type PluginGeomUpdateContourScaleArgs = z.infer<typeof PluginGeomUpdateCo
|
|
|
236
236
|
* | `plane` | `{ point: `{@linkcode Vec3Handle}`, normal: `{@linkcode Vec3Handle}` }` | Mirror plane defined by a point on it and its normal |
|
|
237
237
|
*/
|
|
238
238
|
export declare const PluginGeomUpdateContourMirrorArgs: z.ZodObject<{
|
|
239
|
-
contour: z.ZodPipe<z.
|
|
239
|
+
contour: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"contour">, string>>;
|
|
240
240
|
plane: z.ZodObject<{
|
|
241
|
-
point: z.ZodPipe<z.
|
|
242
|
-
normal: z.ZodPipe<z.
|
|
241
|
+
point: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
242
|
+
normal: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
243
243
|
}, z.core.$strip>;
|
|
244
244
|
}, z.core.$strip>;
|
|
245
245
|
export type PluginGeomUpdateContourMirrorArgs = z.infer<typeof PluginGeomUpdateContourMirrorArgs>;
|
|
@@ -252,8 +252,8 @@ export type PluginGeomUpdateContourMirrorArgs = z.infer<typeof PluginGeomUpdateC
|
|
|
252
252
|
* | `hole` | {@linkcode ProfileHandle} | The inner profile to add as a hole |
|
|
253
253
|
*/
|
|
254
254
|
export declare const PluginGeomUpdateContourAddHoleArgs: z.ZodObject<{
|
|
255
|
-
contour: z.ZodPipe<z.
|
|
256
|
-
hole: z.ZodPipe<z.
|
|
255
|
+
contour: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"contour">, string>>;
|
|
256
|
+
hole: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
257
257
|
}, z.core.$strip>;
|
|
258
258
|
export type PluginGeomUpdateContourAddHoleArgs = z.infer<typeof PluginGeomUpdateContourAddHoleArgs>;
|
|
259
259
|
/**
|
|
@@ -265,7 +265,7 @@ export type PluginGeomUpdateContourAddHoleArgs = z.infer<typeof PluginGeomUpdate
|
|
|
265
265
|
* | `index` | `number` | Zero-based index of the inner profile (hole) to remove |
|
|
266
266
|
*/
|
|
267
267
|
export declare const PluginGeomUpdateContourRemoveHoleArgs: z.ZodObject<{
|
|
268
|
-
contour: z.ZodPipe<z.
|
|
268
|
+
contour: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"contour">, string>>;
|
|
269
269
|
index: z.ZodNumber;
|
|
270
270
|
}, z.core.$strip>;
|
|
271
271
|
export type PluginGeomUpdateContourRemoveHoleArgs = z.infer<typeof PluginGeomUpdateContourRemoveHoleArgs>;
|
|
@@ -120,7 +120,7 @@ export declare abstract class PluginGeomUpdateCurveApi {
|
|
|
120
120
|
* | `fromStart` | `boolean` | Extend from the start end when `true`, otherwise from the end |
|
|
121
121
|
*/
|
|
122
122
|
export declare const PluginGeomUpdateCurveExtendArgs: z.ZodObject<{
|
|
123
|
-
curve: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
123
|
+
curve: z.ZodUnion<readonly [z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"line">, string>>, z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"arc">, string>>]>;
|
|
124
124
|
distance: z.ZodNumber;
|
|
125
125
|
fromStart: z.ZodBoolean;
|
|
126
126
|
}, z.core.$strip>;
|
|
@@ -134,8 +134,8 @@ export type PluginGeomUpdateCurveExtendArgs = z.infer<typeof PluginGeomUpdateCur
|
|
|
134
134
|
* | `point` | {@linkcode Vec3Handle} | Point on the curve to split at |
|
|
135
135
|
*/
|
|
136
136
|
export declare const PluginGeomUpdateCurveSplitArgs: z.ZodObject<{
|
|
137
|
-
curve: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
138
|
-
point: z.ZodPipe<z.
|
|
137
|
+
curve: z.ZodUnion<readonly [z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"line">, string>>, z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"arc">, string>>]>;
|
|
138
|
+
point: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
139
139
|
}, z.core.$strip>;
|
|
140
140
|
export type PluginGeomUpdateCurveSplitArgs = z.infer<typeof PluginGeomUpdateCurveSplitArgs>;
|
|
141
141
|
/**
|
|
@@ -148,7 +148,7 @@ export type PluginGeomUpdateCurveSplitArgs = z.infer<typeof PluginGeomUpdateCurv
|
|
|
148
148
|
* | `endParam` | `number` | End parameter of the portion to keep |
|
|
149
149
|
*/
|
|
150
150
|
export declare const PluginGeomUpdateCurveTrimArgs: z.ZodObject<{
|
|
151
|
-
curve: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
151
|
+
curve: z.ZodUnion<readonly [z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"line">, string>>, z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"arc">, string>>]>;
|
|
152
152
|
startParam: z.ZodNumber;
|
|
153
153
|
endParam: z.ZodNumber;
|
|
154
154
|
}, z.core.$strip>;
|
|
@@ -162,8 +162,8 @@ export type PluginGeomUpdateCurveTrimArgs = z.infer<typeof PluginGeomUpdateCurve
|
|
|
162
162
|
* | `vector` | {@linkcode Vec3Handle} | Translation vector to offset the curve by |
|
|
163
163
|
*/
|
|
164
164
|
export declare const PluginGeomUpdateCurveOffsetArgs: z.ZodObject<{
|
|
165
|
-
curve: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
166
|
-
vector: z.ZodPipe<z.
|
|
165
|
+
curve: z.ZodUnion<readonly [z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"line">, string>>, z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"arc">, string>>]>;
|
|
166
|
+
vector: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
167
167
|
}, z.core.$strip>;
|
|
168
168
|
export type PluginGeomUpdateCurveOffsetArgs = z.infer<typeof PluginGeomUpdateCurveOffsetArgs>;
|
|
169
169
|
/**
|
|
@@ -174,7 +174,7 @@ export type PluginGeomUpdateCurveOffsetArgs = z.infer<typeof PluginGeomUpdateCur
|
|
|
174
174
|
* | `curve` | {@linkcode CurveHandle} | The curve to reverse |
|
|
175
175
|
*/
|
|
176
176
|
export declare const PluginGeomUpdateCurveReverseArgs: z.ZodObject<{
|
|
177
|
-
curve: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
177
|
+
curve: z.ZodUnion<readonly [z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"line">, string>>, z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"arc">, string>>]>;
|
|
178
178
|
}, z.core.$strip>;
|
|
179
179
|
export type PluginGeomUpdateCurveReverseArgs = z.infer<typeof PluginGeomUpdateCurveReverseArgs>;
|
|
180
180
|
//# sourceMappingURL=curve.d.ts.map
|
|
@@ -201,7 +201,7 @@ export declare abstract class PluginGeomUpdateProfileApi {
|
|
|
201
201
|
* | `distance` | `number` | Signed offset distance (outward when positive, inward when negative) |
|
|
202
202
|
*/
|
|
203
203
|
export declare const PluginGeomUpdateProfileOffsetArgs: z.ZodObject<{
|
|
204
|
-
profile: z.ZodPipe<z.
|
|
204
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
205
205
|
distance: z.ZodNumber;
|
|
206
206
|
}, z.core.$strip>;
|
|
207
207
|
export type PluginGeomUpdateProfileOffsetArgs = z.infer<typeof PluginGeomUpdateProfileOffsetArgs>;
|
|
@@ -214,8 +214,8 @@ export type PluginGeomUpdateProfileOffsetArgs = z.infer<typeof PluginGeomUpdateP
|
|
|
214
214
|
* | `translation` | {@linkcode Vec3Handle} | Translation vector to move the profile by |
|
|
215
215
|
*/
|
|
216
216
|
export declare const PluginGeomUpdateProfileMoveArgs: z.ZodObject<{
|
|
217
|
-
profile: z.ZodPipe<z.
|
|
218
|
-
translation: z.ZodPipe<z.
|
|
217
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
218
|
+
translation: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
219
219
|
}, z.core.$strip>;
|
|
220
220
|
export type PluginGeomUpdateProfileMoveArgs = z.infer<typeof PluginGeomUpdateProfileMoveArgs>;
|
|
221
221
|
/**
|
|
@@ -229,10 +229,10 @@ export type PluginGeomUpdateProfileMoveArgs = z.infer<typeof PluginGeomUpdatePro
|
|
|
229
229
|
* | `pivot` | {@linkcode Vec3Handle} | Optional pivot point to rotate about (defaults to the origin) |
|
|
230
230
|
*/
|
|
231
231
|
export declare const PluginGeomUpdateProfileRotateArgs: z.ZodObject<{
|
|
232
|
-
profile: z.ZodPipe<z.
|
|
233
|
-
axis: z.ZodPipe<z.
|
|
232
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
233
|
+
axis: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
234
234
|
angle: z.ZodNumber;
|
|
235
|
-
pivot: z.ZodOptional<z.ZodPipe<z.
|
|
235
|
+
pivot: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>>;
|
|
236
236
|
}, z.core.$strip>;
|
|
237
237
|
export type PluginGeomUpdateProfileRotateArgs = z.infer<typeof PluginGeomUpdateProfileRotateArgs>;
|
|
238
238
|
/**
|
|
@@ -245,13 +245,13 @@ export type PluginGeomUpdateProfileRotateArgs = z.infer<typeof PluginGeomUpdateP
|
|
|
245
245
|
* | `pivot` | {@linkcode Vec3Handle} | Optional pivot point to scale about (defaults to the origin) |
|
|
246
246
|
*/
|
|
247
247
|
export declare const PluginGeomUpdateProfileScaleArgs: z.ZodObject<{
|
|
248
|
-
profile: z.ZodPipe<z.
|
|
248
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
249
249
|
factor: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
250
250
|
x: z.ZodNumber;
|
|
251
251
|
y: z.ZodNumber;
|
|
252
252
|
z: z.ZodNumber;
|
|
253
253
|
}, z.core.$strip>]>;
|
|
254
|
-
pivot: z.ZodOptional<z.ZodPipe<z.
|
|
254
|
+
pivot: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>>;
|
|
255
255
|
}, z.core.$strip>;
|
|
256
256
|
export type PluginGeomUpdateProfileScaleArgs = z.infer<typeof PluginGeomUpdateProfileScaleArgs>;
|
|
257
257
|
/**
|
|
@@ -263,10 +263,10 @@ export type PluginGeomUpdateProfileScaleArgs = z.infer<typeof PluginGeomUpdatePr
|
|
|
263
263
|
* | `plane` | `{ point: `{@linkcode Vec3Handle}`, normal: `{@linkcode Vec3Handle}` }` | Mirror plane defined by a point on it and its normal |
|
|
264
264
|
*/
|
|
265
265
|
export declare const PluginGeomUpdateProfileMirrorArgs: z.ZodObject<{
|
|
266
|
-
profile: z.ZodPipe<z.
|
|
266
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
267
267
|
plane: z.ZodObject<{
|
|
268
|
-
point: z.ZodPipe<z.
|
|
269
|
-
normal: z.ZodPipe<z.
|
|
268
|
+
point: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
269
|
+
normal: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"vec3">, string>>;
|
|
270
270
|
}, z.core.$strip>;
|
|
271
271
|
}, z.core.$strip>;
|
|
272
272
|
export type PluginGeomUpdateProfileMirrorArgs = z.infer<typeof PluginGeomUpdateProfileMirrorArgs>;
|
|
@@ -280,8 +280,8 @@ export type PluginGeomUpdateProfileMirrorArgs = z.infer<typeof PluginGeomUpdateP
|
|
|
280
280
|
* | `position` | `"start"` \| `"end"` | Optional end to append at (defaults to `"end"`) |
|
|
281
281
|
*/
|
|
282
282
|
export declare const PluginGeomUpdateProfileAddArgs: z.ZodObject<{
|
|
283
|
-
profile: z.ZodPipe<z.
|
|
284
|
-
curve: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
283
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
284
|
+
curve: z.ZodUnion<readonly [z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"line">, string>>, z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"arc">, string>>]>;
|
|
285
285
|
position: z.ZodOptional<z.ZodEnum<{
|
|
286
286
|
start: "start";
|
|
287
287
|
end: "end";
|
|
@@ -297,7 +297,7 @@ export type PluginGeomUpdateProfileAddArgs = z.infer<typeof PluginGeomUpdateProf
|
|
|
297
297
|
* | `position` | `"start"` \| `"end"` | Optional end to remove from (defaults to `"end"`) |
|
|
298
298
|
*/
|
|
299
299
|
export declare const PluginGeomUpdateProfileRemoveArgs: z.ZodObject<{
|
|
300
|
-
profile: z.ZodPipe<z.
|
|
300
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
301
301
|
position: z.ZodOptional<z.ZodEnum<{
|
|
302
302
|
start: "start";
|
|
303
303
|
end: "end";
|
|
@@ -312,7 +312,7 @@ export type PluginGeomUpdateProfileRemoveArgs = z.infer<typeof PluginGeomUpdateP
|
|
|
312
312
|
* | `profile` | {@linkcode ProfileHandle} | The profile to reverse |
|
|
313
313
|
*/
|
|
314
314
|
export declare const PluginGeomUpdateProfileReverseArgs: z.ZodObject<{
|
|
315
|
-
profile: z.ZodPipe<z.
|
|
315
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
316
316
|
}, z.core.$strip>;
|
|
317
317
|
export type PluginGeomUpdateProfileReverseArgs = z.infer<typeof PluginGeomUpdateProfileReverseArgs>;
|
|
318
318
|
/**
|
|
@@ -323,7 +323,7 @@ export type PluginGeomUpdateProfileReverseArgs = z.infer<typeof PluginGeomUpdate
|
|
|
323
323
|
* | `profile` | {@linkcode ProfileHandle} | The profile to simplify |
|
|
324
324
|
*/
|
|
325
325
|
export declare const PluginGeomUpdateProfileSimplifyArgs: z.ZodObject<{
|
|
326
|
-
profile: z.ZodPipe<z.
|
|
326
|
+
profile: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodString>, z.ZodTransform<import("../../../..").Handle<"profile">, string>>;
|
|
327
327
|
}, z.core.$strip>;
|
|
328
328
|
export type PluginGeomUpdateProfileSimplifyArgs = z.infer<typeof PluginGeomUpdateProfileSimplifyArgs>;
|
|
329
329
|
//# sourceMappingURL=profile.d.ts.map
|