Commands  ›  Clash Manager / Manager  ›  Clash Manager Capture Image For Single Result

Clash Manager Capture Image For Single Result

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

Coming soon

Before you run this

clash id resolvable; pair in doc; non-template View3D exists.

After it runs

One PNG written to disk; audit recorded.

When to use this

Don't use this when

Bulk capture — use CaptureAllImagesInBackground.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) clash id required; load ClashRecord.
2) Resolve pair; WireError on missing.
3) Instantiate service with optional resolver overrides for pixel width / margin / output root.
4) Delegate Capture(doc, clashId, [a,b]).
5) Emit ok + image_path + reason.

What you'll see in the chat

on start
Capturing clash image (hidden view)…
thinking
Loading clash + pair…
Delegating to HiddenViewImageCaptureService…
on success
Image written: {image_path}.
on failure
Capture 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_manager_capture_image_for_single_result
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashmanagercaptureimageforsingleresult · capture image for clash · qa image one

PillarClash Manager / Manager