Commands  ›   ›  Edit Region Properties

Edit Region Properties

writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open. Target FilledRegion must exist by element ID.

After it runs

The FilledRegion element has its type changed to the specified FilledRegionType.

When to use this

Don't use this when

Creating new filled regions. Not for editing detail lines or detail groups.

Inputs

NameKindTypeRequiredDefaultDescription
regionId config integer no FilledRegion element id
regionTypeId config integer no Optional target FilledRegionType id

Returns

NameTypeDescription
ResultJSONFilled region edit result including regionId and regionTypeId

What you'll see in the chat

on start
Updating filled region properties...
Changing region type...
thinking
Looking up FilledRegion element by ID...
Resolving target FilledRegionType...
Applying type change...
on success
Filled region {regionId} updated to type {regionTypeId}
on failure
Could not edit filled region: {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/edit_region_properties
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

edit region properties · change region type · update filled region · set region type · modify filled region
Patterns: edit * region · change * region type · update * filled region · set * region *

Pillar