Commands  ›  General  ›  Section Box Around Clashes

Section Box Around Clashes

General writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open. At least one valid element ID must be provided or selected. A non-template 3D view must exist in the document.

After it runs

The active 3D view has a section box tightly enclosing the clashing elements. The clashing elements are selected in the UI.

When to use this

Don't use this when

Creating section boxes around arbitrary points (use manual section box instead). Running clash detection (use clash detection command first to get element IDs).

Inputs

NameKindTypeRequiredDefaultDescription
elementIds config string no JSON array of clashing element IDs
marginMm config number no 200 Section box margin in millimeters
marginFt config number no Optional margin override in feet (legacy)

Returns

NameTypeDescription
ResultJSONSection box creation result

What you'll see in the chat

on start
Creating a section box around the clashing elements...
Focusing 3D view on the clash zone...
thinking
Resolving element IDs for the clash set...
Calculating bounding box with margin...
Applying section box to 3D view...
on success
Section box created around {count} elements in {view}.
on failure
Could not create section box: {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/section_box_around_clashes
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

section box clashes · zoom to clashes · create clash section box · 3d section box around clashes
Patterns: section box * clashes · zoom * clash * · create * clash * box

PillarGeneral