Commands  ›  Clash Manager / Solver  ›  Clash Solver Centre Adjacent Nodes Around Kept Element

Clash Solver Centre Adjacent Nodes Around Kept Element

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

Coming soon

Before you run this

Active document; kept + ≥ 1 adjacent resolvable.

After it runs

Delegates MoveElement loop inside inner Transaction.

When to use this

Don't use this when

Moving the anchor — that's a different resolver.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) kept unique id + adjacent unique ids[] required OR ≥ 2 selection (first = kept).
2) Delegate to ElementAlignmentCentreAdjacentNodesAroundKeptElementCommand.
3) Tag tracker with clash_id.

What you'll see in the chat

on start
Centreing adjacent nodes around kept anchor…
thinking
Delegating to canonical command…
on success
Centring delegated.
on failure
Centring 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_centre_adjacent_nodes_around_kept_element
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashsolvercentreadjacentnodesaroundkeptelement · centre nodes around kept · solver centre nodes

PillarClash Manager / Solver