Commands › General › Import With Cloud Families
Import With Cloud Families
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
- User imports MEP model from JSON and families are not in the document.
- User wants to import with automatic family downloads from cloud.
Don't use this when
Importing families only (use cloud family loader directly). Importing non-MEP data formats.
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
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
| Name | Type | Description |
|---|---|---|
FamiliesLoaded | int | Number of families downloaded from cloud |
CurvesCreated | int | Number of MEP curves created |
BlocksPlaced | int | Number 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...
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...
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
Related
| Pillar | General |
|---|