Commands › › Voxel Grid Build For Scope At Resolution
Voxel Grid Build For Scope At Resolution
Coming soon
Before you run this
Scope resolvable (scope_box / room / min-max).
After it runs
In-process voxel cache updated; no Revit mutation.
When to use this
- Prime the cache before a routing run.
Don't use this when
Actual routing — use the Route command.
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
PresetKind |
config | string |
no | "voxel_routing" | Deterministic config preset |
Decision flow
1) Resolve scope from resolvers. WireError if none. 2) BuildVoxelGridForVolume.BuildFrom* with cell size. 3) StampObstructionsOntoVoxelGrid.StampFromDocument to mark obstructed cells. 4) Register in VoxelGridCache keyed by scope signature. 5) Emit grid metadata.
What you'll see in the chat
on start
Building voxel grid for scope…
thinking
Resolving scope…
Building + stamping obstructions…
Building + stamping obstructions…
on success
Grid built: {total_cells} cells.
on failure
Voxel build failed: {error}
REST API
Not yet exposed
This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:
POST /api/v1/commands/voxel_grid_build_for_scope_at_resolution- Request body schema (from
[RestApiParam]) - Response schema (from
[RestApiResponse]) - curl / JS / Python code examples
Keywords & intent patterns
voxelgridbuildforscopeatresolution · build voxel grid · voxel prime cache
Related
| Pillar |
|---|