Commands  ›   ›  Extend From Connector

Extend From Connector

writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open. At least one pipe must exist with an open connector.

After it runs

A new pipe segment is created extending from the selected connector. The new pipe matches the source pipe's system, type, and diameter.

When to use this

Don't use this when

Not for autonomous AI execution. This command requires interactive Revit UI input (dialogs, picks, or manual confirmation).

Inputs

NameKindTypeRequiredDefaultDescription
Pipe selection Pipe yes Pipe to extend from
"Select a pipe"
ExtensionLength config double no 2.0 Length to extend in feet

Returns

NameTypeDescription
CreatedPipePipeThe new pipe segment

What you'll see in the chat

on start
Extending pipe from selected connector...
Preparing to extend outward from connector end...
thinking
Identifying open connectors on selected element...
Calculating extension length from connector radius...
Creating extension pipe with warning suppression...
on success
Pipe extended successfully from connector.
on failure
Couldn't extend pipe: {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/extend_from_connector
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

extend pipe · connector · extend from connector · pipe extension · extend outward
Patterns: extend * from * connector · extend * pipe * outward · add * pipe * connector

Related commandsExtendPipeUpCommand · ExtendPipeDownCommand
Pillar