Autodesk · Arazzo Workflow
Autodesk Write Facility Data Back to a Tandem Twin
Version 1.0.0
Resolve a twin and model, read its schema, scan elements, read their properties, and mutate custom values.
View Spec
View on GitHub
Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainabilityArazzoWorkflows
Provider
Workflows
sync-element-properties
Scan twin elements and write custom property values back to them.
Lists accessible twins, lists the models in the target twin, reads the twin schema, scans the model for elements, reads properties for specific element keys, and mutates custom property values on them.
1
listTwins
getTwins
List the digital twin facilities the authenticated user can reach and take the first as the working twin.
2
listModels
getModels
List the BIM models bound to the twin. Element data is addressed per model, not per twin.
3
readSchema
getSchema
Read the twin's schema. This tells the integration which custom property attributes exist and are therefore writable, before it attempts a mutation.
4
scanModelElements
scanElements
Scan the model for the elements of interest, narrowed by category and family so a large facility does not return every element in the building.
5
readElementProperties
getElementProperties
Read the current property values for the specific element keys being synced, so the caller can diff before writing.
6
writeElementProperties
mutateElements
Write the new custom property values onto the elements. Requires data:write, and will reject any property that is not part of a user-created schema.