Commands  ›  Clash Manager / Solver  ›  Clash Solver Move Device Vertically Into Space Along Wall

Clash Solver Move Device Vertically Into Space Along Wall

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

Coming soon

Before you run this

Active document; device FamilyInstance with Wall host.

After it runs

Zero or one MoveElement inside inner Transaction.

When to use this

Don't use this when

Off-wall vertical moves — use MOVE_OBJECT_UP/DOWN.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) device unique id required OR single selection.
2) Must be FamilyInstance with Wall host.
3) axis = prefer up ? +Z : -Z (walls are world-vertical in Revit's standard).
4) Delegate TryDirectionalMoveOnService.ProbeAndMove(doc, fi, axis, step_ft, threshold_ft, centreFallback=false).
5) Emit outcome.

What you'll see in the chat

on start
Raising or lowering wall-hosted device along wall vertical…
thinking
Confirming Wall host…
Delegating to DirectionalMoveService…
on success
Vertical move on wall: applied={applied}.
on failure
Vertical-on-wall move 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_move_device_vertically_into_space_along_wall
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashsolvermovedeviceverticallyintospacealongwall · slide vertically along wall · solver vertical wall move

PillarClash Manager / Solver