Commands  ›   ›  Open Routing Preferences Window

Open Routing Preferences Window

writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open. PipeType and DuctType elements must exist.

After it runs

RoutingPreferencesWindow is shown as a modeless singleton. No model changes — the window reads and displays current preferences.

When to use this

Don't use this when

Directly modifying routing preferences without UI (use SetRoutingPreferences). Running service design commands (use DesignDrainageSystemCommand etc.).

What you'll see in the chat

on start
Opening Routing Preferences…
on success
Routing Preferences window is now open.
on failure
Failed to open Routing Preferences: {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/open_routing_preferences_window
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

routing preferences · pipe type · duct type · fittings · routing rules · sizing rules · elbow · tee
Patterns: open * routing * preferences · routing * preferences * window · configure * pipe * type · configure * duct * type · set * fittings

Pillar