Commands  ›  Clash Manager / Solver  ›  Clash Solver Match Offset Height By Centre

Clash Solver Match Offset Height By Centre

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

Coming soon

Before you run this

Active document; reference + mover(s) resolvable; all have BoundingBox.

After it runs

Delegates a (0,0,ΔZ) MoveElement sequence inside the inner command's Transaction.

When to use this

Don't use this when

Top / Underside alignment — use the sibling commands.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) reference unique id + mover unique ids[] required OR 2-or-more selection (first = reference).
2) Resolve ids to ElementIds; WireError on any missing.
3) Instantiate ElementAlignmentMatchHeightByCentreCommand with those ids.
4) Delegate Execute; tag tracker with solver context (clash_id, delegated_to).

What you'll see in the chat

on start
Matching solver pair to vertical centre…
thinking
Resolving reference + movers…
Delegating to ElementAlignmentMatchHeightByCentreCommand…
on success
Height-centre alignment delegated.
on failure
Height-centre alignment 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_match_offset_height_by_centre
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashsolvermatchoffsetheightbycentre · match offset height centre · solver height centre

PillarClash Manager / Solver