Commands  ›  Clash Manager / Solver  ›  Clash Solver Move Object Down Or Centre In Space

Clash Solver Move Object Down Or Centre In Space

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

Coming soon

Before you run this

Active document; one service/element resolvable; default 3D view.

After it runs

Zero or one ElementTransformUtils.MoveElement inside the service's Transaction.

When to use this

Don't use this when

Up moves — use the mirror command.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) element unique id required OR single selection.
2) Delegate to TryDirectionalMoveOnService.ProbeAndMove(doc, el, -Z, step_ft, threshold_ft, centre_fallback).
3) Emit outcome + clash_id audit linkage.

What you'll see in the chat

on start
Attempting -Z nudge or centre…
thinking
Probing -Z clearance…
Forecasting before apply…
on success
Strategy={strategy}, applied_delta_ft={applied_delta}.
on failure
Down-or-centre 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_object_down_or_centre_in_space
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashsolvermoveobjectdownorcentreinspace · move down or centre · solver down nudge

PillarClash Manager / Solver