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

Clash Solver Move Object Up 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

Down moves (use the mirror command); moves that aren't along world Z (use the Wall variants).

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) element unique id required OR single selection.
2) Resolve element; WireError if not.
3) threshold_ft = threshold mm/304.8, step_ft = step mm/304.8.
4) Delegate to TryDirectionalMoveOnService.ProbeAndMove(doc, el, +Z, step_ft, threshold_ft, centre_fallback).
5) 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
Up-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_up_or_centre_in_space
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashsolvermoveobjectuporcentreinspace · move up or centre · solver up nudge

PillarClash Manager / Solver