Commands  ›   ›  Voxel Grid Build For Scope At Resolution

Voxel Grid Build For Scope At Resolution

writes to model Public API · not yet exposed

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

Don't use this when

Actual routing — use the Route command.

Inputs

NameKindTypeRequiredDefaultDescription
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…
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

Pillar