Commands › General › Create Reflected Ceiling Plan
Create Reflected Ceiling Plan
Coming soon
Before you run this
Active document must be open. Target level must exist in the model.
After it runs
A new ViewPlan (ReflectedCeilingPlan) is created on the given level with optional scope box and template applied.
When to use this
- User wants to create an RCP/ceiling plan view for a level.
- User is setting up views during sheet setup workflow.
Don't use this when
Creating floor plans (use CreateFloorplanCommand). Creating section views (use CreateSectionFromGridlineCommand).
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
levelName |
config | string |
no | — | Target level name (required if levelId not provided). |
levelId |
config | integer |
no | — | Target level id (optional). |
viewName |
config | string |
no | — | Optional view name. |
scopeBoxName |
config | string |
no | — | Optional scope box name to apply. |
templateName |
config | string |
no | — | Optional template name to apply. |
scale |
config | integer |
no | — | Optional view scale (default 100). |
Returns
| Name | Type | Description |
|---|---|---|
Result | object | Created view id, name, level, type. |
What you'll see in the chat
on start
Creating reflected ceiling plan...
Setting up a new RCP view...
Setting up a new RCP view...
thinking
Resolving target level...
Creating reflected ceiling plan view...
Applying scope box and template...
Creating reflected ceiling plan view...
Applying scope box and template...
on success
Reflected ceiling plan created: {viewName}
on failure
Could not create reflected ceiling plan: {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_reflected_ceiling_plan- Request body schema (from
[RestApiParam]) - Response schema (from
[RestApiResponse]) - curl / JS / Python code examples
Keywords & intent patterns
create reflected ceiling plan · create rcp · create ceiling plan · ceiling plan view
Patterns: create * ceiling plan · create * rcp · reflected ceiling plan * level
Related
| Related commands | CreateFloorplanCommand · CopyMonitorLevelsCommand |
|---|---|
| Pillar | General |