Commands  ›  Mechanical Power  ›  Design Mech Power System

Design Mech Power System

Mechanical Power writes to model Public API · not yet exposed

Coming soon

Before you run this

Active Revit document must be open. Adelphos JSON file must exist at the configured path. Cable tray family types must be loaded. Level must exist near the base point Z.

After it runs

MEP segments, fittings, and mechanical power equipment are created. A run log is written.

When to use this

Don't use this when

Creating mech power manually. Importing lighting or fire alarm systems.

Inputs

NameKindTypeRequiredDefaultDescription
BasePoint selection XYZ yes Base point for mech power placement
"Pick Revit basepoint (target origin for import)"
JsonPath config string no null Path to Adelphos JSON file

Returns

NameTypeDescription
CurvesCreatedintNumber of MEP curve segments created
ElbowsPlacedintNumber of elbow fittings placed
TeesPlacedintNumber of tee fittings placed
BlocksPlacedintNumber of family instances placed

What you'll see in the chat

on start
Importing mechanical power system from JSON...
Setting up mech power layout...
thinking
Reading JSON mech power data...
Resolving MEP types and levels...
Creating MEP segments...
Placing fittings and mech equipment...
Finalizing mech power model...
on success
Mech power imported! Created {CurvesCreated} segments, {ElbowsPlaced} elbows, {BlocksPlaced} equipment.
on failure
Mech power import failed: {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/design_mech_power_system
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

design mech power · design mechanical power · mech power system · create mech power · mechanical power
Patterns: design * mech power · create * mechanical power · mech power * design · mechanical * power

Related commandsDesignContainmentSystemCommand · DesignSmallPowerSystemCommand · DesignLightingSystemCommand · DesignFireAlarmSystemCommand
PillarMechanical Power