@archilogic/editor-plugin-boma
Advanced tools
Comparing version 0.3.0 to 0.4.0
# @archilogic/editor-plugin-boma | ||
## 0.4.0 | ||
### Minor Changes | ||
- 3ac4b45: feat(editor-plugin-boma): rectangle area for asset workstations | ||
## 0.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -18,4 +18,5 @@ import { type LayoutSpace, type LayoutAsset, type SpatialGraphEdge, type CustomPolygonLinePosition, type CustomPolygonLinePositionsByElementId } from '@archilogic/space-graph-core'; | ||
export declare function getProductShape(asset: LayoutAsset): Polygon; | ||
export declare function getAssetPolygons(asset: LayoutAsset): import("@archilogic/space-graph-core").Vector2[]; | ||
export declare function getAssetPolygons(asset: LayoutAsset): Polygon; | ||
export declare function getTableSeats(table: LayoutAsset, seats: LayoutAsset[]): LayoutAsset[]; | ||
export declare function getRectangleArea(polygons: Polygon[]): Polygon[]; | ||
export declare function getBomaAssetPolygons(): BomaRecord[]; | ||
@@ -22,0 +23,0 @@ export declare function getBomaPolygons(): { |
{ | ||
"name": "@archilogic/editor-plugin-boma", | ||
"description": "generate boma polygons", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
1061958
30221