Commands › › Edit Region Properties
Edit Region Properties
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
- User wants to change the hatch pattern or fill type of a filled region on a view.
Don't use this when
Creating new filled regions. Not for editing detail lines or detail groups.
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
regionId |
config | integer |
no | — | FilledRegion element id |
regionTypeId |
config | integer |
no | — | Optional target FilledRegionType id |
Returns
| Name | Type | Description |
|---|---|---|
Result | JSON | Filled region edit result including regionId and regionTypeId |
What you'll see in the chat
on start
Updating filled region properties...
Changing region type...
Changing region type...
thinking
Looking up FilledRegion element by ID...
Resolving target FilledRegionType...
Applying type change...
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 *
Related
| Pillar |
|---|