searches the current version of every section · esc to close

26.03 Boundary Module and Tile Modulev0.1.18 → v0.1.19

Changed in v0.1.19 (2026-04-01): minor style update in 26.03

+4 1
v0.1.18v0.1.19
16The new member in `FormProperties` is defined as16The new member in `FormProperties` is defined as
17```ts17```ts
18interface FormProperties {18interface FormProperties {
19 boundary: OBB[]19 boundary: OBB[] // OPTIONAL
20 // ...
21}
20```22```
2123
22where24where
47 tileList: Coordinate2D[] // OPTIONAL49 tileList: Coordinate2D[] // OPTIONAL
48 tileModel: Artifact // OPTIONAL50 tileModel: Artifact // OPTIONAL
49 tileVisible: boolean // OPTIONAL51 tileVisible: boolean // OPTIONAL
52 // ...
50}53}
51```54```
5255