Skip to content

AEC Data - AI ​

Queries an Autodesk Construction Cloud AEC model for specific building elements using a natural language description interpreted by AI.

Purpose ​

Use this task when a workflow needs to extract BIM element data from an ACC model but the selection criteria is expressed in plain language rather than a precise filter query. The task interprets the input text using AI to identify which object categories and family names match the intent, then fetches the corresponding elements and their requested properties. It handles both general queries and level-specific queries automatically.

Inputs ​

FieldTypeRequiredDescription
Revit AEC Element IdTextYesThe element group ID for the AEC model to query. This can be found by navigating to the element in Mesh and checking the URL.
Model Information ContextMulti-line TextYesBackground information about the model that helps the AI interpret the query correctly, including details about the model's purpose, structure, and organisation.
Model Input TextMulti-line TextYesThe natural language description of the elements to retrieve (e.g. Show me all the doors on Level 2).
Return PropertiesListNoThe list of property names to include in the returned element data (e.g. Name, Width, Family Name).

Outputs ​

NameDescription
AecDataA JSON string containing the elements returned from the AEC model that matched the AI-interpreted query, including the requested properties. Pass this to a data transformation or reporting task for further processing.

Tentech