Commands  ›  Clash Manager / Solver  ›  Clash Solver Offset Service Toward Space Up

Clash Solver Offset Service Toward Space Up

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

Coming soon

Before you run this

Active document; one service resolvable with BoundingBox; default 3D view.

After it runs

One MoveElement inside the directional service's Transaction, or no-op.

When to use this

Don't use this when

Fixed-step nudges — use MoveObjectUpOrCentreInSpace.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) Resolve element (resolver or selection).
2) Read BoundingBox; height_ft = Max.Z - Min.Z; WireError if missing.
3) envelope_mm = envelope mm ?? 25.
4) step_ft = height_ft + envelope_mm/304.8.
5) Delegate to TryDirectionalMoveOnService.ProbeAndMove(doc, el, +Z, step_ft, threshold_ft, centreFallback=false).
6) Emit outcome + service_height_mm + envelope_mm.

What you'll see in the chat

on start
Offsetting service upward by height + envelope…
thinking
Reading bounding-box height…
Delegating to TryDirectionalMoveOnService…
on success
Offset +{applied_delta_ft} ft.
on failure
Offset up 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_offset_service_toward_space_up
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashsolveroffsetservicetowardspaceup · offset toward space up · solver +Z offset

PillarClash Manager / Solver