Commands  ›  General  ›  Import With Cloud Families

Import With Cloud Families

General writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open. Adelphos JSON file must exist. Internet connection required for cloud family downloads.

After it runs

Missing families are downloaded from Supabase and loaded into document. All family symbols are activated and available. MEP elements and blocks are created as specified in JSON.

When to use this

Don't use this when

Importing families only (use cloud family loader directly). Importing non-MEP data formats.

Inputs

NameKindTypeRequiredDefaultDescription
BasePoint selection XYZ yes Base point for MEP placement
"Pick Revit basepoint (target origin for import)"
JsonPath config string no null Path to Adelphos JSON file
SupabaseCategory config string no "general" Supabase storage category for families

Returns

NameTypeDescription
FamiliesLoadedintNumber of families downloaded from cloud
CurvesCreatedintNumber of MEP curves created
BlocksPlacedintNumber of blocks placed

What you'll see in the chat

on start
Importing MEP systems from JSON with cloud family loading...
Starting cloud-assisted MEP import...
thinking
Parsing JSON file...
Loading block mapping...
Downloading missing families from Supabase...
Resolving types and levels...
Creating MEP curves...
Placing fittings and blocks...
on success
Import complete: {FamiliesLoaded} families loaded, {CurvesCreated} curves, {BlocksPlaced} blocks.
on failure
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/import_with_cloud_families
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

import with cloud families · import cloud · supabase import · cloud family import
Patterns: import * cloud · import * supabase · import with * families

PillarGeneral