Commands  ›  Clash Manager / Solver  ›  Clash Solver Match Slope Intersection Plane

Clash Solver Match Slope Intersection Plane

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

Coming soon

Before you run this

Active document; two line-based elements resolvable.

After it runs

Delegates apex-at-intersection rotation to ElementAlignmentMatchSlopeIntersectionCommand.

When to use this

Don't use this when

Simple slope matching — use MATCH_SLOPE.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) Resolve two elements (resolvers or selection). 2) Delegate to ElementAlignmentMatchSlopeIntersectionCommand. 3) Tag tracker with clash_id.

What you'll see in the chat

on start
Matching slope intersection apex…
thinking
Delegating to ElementAlignmentMatchSlopeIntersectionCommand…
on success
Slope intersection delegated.
on failure
Slope intersection 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_match_slope_intersection_plane
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashsolvermatchslopeintersectionplane · slope intersection apex · solver apex match

PillarClash Manager / Solver