slab holes

This commit is contained in:
wass08
2026-02-12 10:41:37 +09:00
parent ae3af4318e
commit 29e7fa09ef
6 changed files with 224 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ export const SlabNode = BaseNode.extend({
// Specific props
// Polygon boundary - array of [x, z] coordinates defining the slab
polygon: z.array(z.tuple([z.number(), z.number()])),
holes: z.array(z.array(z.tuple([z.number(), z.number()]))).default([]),
elevation: z.number().default(0.05), // Elevation in meters
}).describe(
dedent`