Commands › Mechanical Power › Design Mech Power System
Design Mech Power System
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
- User wants to import a mechanical power layout from AutoCAD via Adelphos JSON.
- User needs to place power feeds to HVAC equipment, fans, pumps, etc.
Don't use this when
Creating mech power manually. Importing lighting or fire alarm systems.
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
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
| Name | Type | Description |
|---|---|---|
CurvesCreated | int | Number of MEP curve segments created |
ElbowsPlaced | int | Number of elbow fittings placed |
TeesPlaced | int | Number of tee fittings placed |
BlocksPlaced | int | Number of family instances placed |
What you'll see in the chat
on start
Importing mechanical power system from JSON...
Setting up mech power layout...
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...
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
| Related commands | DesignContainmentSystemCommand · DesignSmallPowerSystemCommand · DesignLightingSystemCommand · DesignFireAlarmSystemCommand |
|---|---|
| Pillar | Mechanical Power |