-
Notifications
You must be signed in to change notification settings - Fork 0
Report
The Report tab extracts precise, mathematically reliable spatial analytics from the deterministic grid without relying on manual drafting measurements or floating-point CAD area tools.
Because the environment is built on a rigid Hexel lattice and processed through the Goxel geometry engine, spatial reporting is inherently algorithmic and robust.
In traditional drafting tools, the area is calculated from drawn polygons that may have precision errors or tiny, overlapping boundaries. In HYWE, the spatial area is a direct, computable consequence of the active layout.
-
The Goxel Engine: The reporting module relies on the
Goxelprimitives to evaluate the exact geometric footprint of any given space. When aCoxelis flattened into a 2DXyxellayout,Goxelcleans the boundary polygon, removes intersections or overlaps, and returns an exact, deterministic area. - Formatted Outputs: These raw spatial measurements are then formatted and pushed to the reporting dashboard, which handles rounding, unit conversion, and visual presentation (e.g., color-coded legends) mapped to the semantic labels defined during the architectural program creation.
Because HYWE doesn't just store coordinates but maintains the relational graph of how spaces connect, it can automatically generate true topological matrices.
-
Topological Continuity: When
Coxelsexpand or compress against one another, their adjacency is logged computationally. - Reporting Adjacencies: The reporting dashboard presents matrix-style views of which programmed spaces border one another. This guarantees that adjacency requirements from an initial architectural program can be validated mathematically against the active spatial model.
With the introduction of the "Nesting Context" (governed by Nexel), reporting also computes hierarchical spatial data.
When child spaces are deployed within a parent boundary:
- The report calculates the gross area of the parent space.
- It calculates the net usable area allocated to the nested child spaces.
- It evaluates spatial efficiency and ensures that child spaces fit within the mathematically generated
Xyxelboundary of their parent.