Commands  ›  Clash Manager / Solver  ›  Clash Solver Check Available Space In All Directions

Clash Solver Check Available Space In All Directions

Clash Manager / Solver writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document; either (x,y,z) resolvers, or one selected element.

After it runs

No mutation; audit recorded; pass/fail emitted.

When to use this

Don't use this when

Actual movement.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) Resolve probe point: (x, y, z) OR BB centre of one selected element.
2) WireError if no valid point.
3) threshold_mm = threshold mm (required > 0).
4) Delegate to SpaceAnalysisCheckAvailableClearanceAtPoint.GetAll(doc, x, y, z, threshold_mm).
5) Compute pass = all four axes reported at_cap=true (i.e. nothing within threshold_mm).
6) Emit { probe, threshold_mm, result, pass, failing_axes }.

What you'll see in the chat

on start
Checking available space around point…
thinking
Resolving probe point…
Calling SpaceAnalysisCheckAvailableClearanceAtPoint…
on success
Pass={pass}. Failing axes: {failing_axes}.
on failure
Check 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/clash_solver_check_available_space_in_all_directions
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashsolvercheckavailablespaceinalldirections · check available space · clash solver clearance gate

PillarClash Manager / Solver