Commands  ›  General  ›  Create Room Elevation Views

Create Room Elevation Views

General writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open. At least one room must exist in the model (host or linked). User must have interactive access to select elements.

After it runs

Four interior elevation views are created around the selected room centre. Views are NOT placed on sheets (separate command).

When to use this

Don't use this when

Creating sections through corridors (use CreateSectionForCorridorCommand). Creating exterior elevations. Creating floor plans or ceiling plans.

Inputs

NameKindTypeRequiredDefaultDescription
Room selection Room yes Room to create elevation views for
"Select a room"
Scale config int no 20 View scale for the elevations

Returns

NameTypeDescription
CreatedViewsList<ViewSection>The created elevation views

What you'll see in the chat

on start
Creating room elevation views...
Setting up interior elevations for your room...
thinking
Waiting for room selection...
Calculating room centroid...
Creating 4 elevation views...
Applying scale and naming...
on success
Created {count} elevation views for '{roomName}'
on failure
Couldn't create elevations: {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/create_room_elevation_views
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

room elevation · create room elevation · elevation views · plant room elevation · interior elevation
Patterns: create * room elevation* · create room elevation views · * elevation * room

Related commandsCreateSectionForCorridorCommand · CreateFloorplanCommand
PillarGeneral