Commands › Clash Manager / Solver › Clash Solver Move Device Horizontally Into Space Along Wall
Clash Solver Move Device Horizontally Into Space Along Wall
Coming soon
Before you run this
Active document; device is FamilyInstance with Wall host.
After it runs
Zero or one MoveElement inside inner Transaction.
When to use this
- Slide wall-hosted device to new position along the same wall.
Don't use this when
Off-wall moves — use MOVE_TO_HOST or MOVE_TO_WALL.
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
PresetKind |
config | string |
no | "clash_tolerances" | Deterministic config preset |
Decision flow
1) device unique id required OR single selection. 2) Resolve device; WireError if not FamilyInstance with Wall host. 3) wall = fi.Host as Wall; tangent = wall.LocationCurve tangent direction (projected onto XY). 4) If prefer forward=false, flip tangent. 5) Delegate TryDirectionalMoveOnService.ProbeAndMove(doc, fi, tangent, step_ft, threshold_ft, centreFallback=false). 6) Emit outcome + wall_tangent_ft.
What you'll see in the chat
on start
Sliding wall-hosted device along wall tangent…
thinking
Resolving wall host + tangent…
Delegating to DirectionalMoveService…
Delegating to DirectionalMoveService…
on success
Slide along wall: applied={applied}.
on failure
Slide-along-wall 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_horizontally_into_space_along_wall- Request body schema (from
[RestApiParam]) - Response schema (from
[RestApiResponse]) - curl / JS / Python code examples
Keywords & intent patterns
clashsolvermovedevicehorizontallyintospacealongwall · slide along wall · solver lateral wall move
Related
| Pillar | Clash Manager / Solver |
|---|