Autodesk · Arazzo Workflow
Autodesk Extract Model Properties
Version 1.0.0
Confirm a translation, resolve a viewable, walk its object tree, and query filtered properties.
View Spec
View on GitHub
Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainabilityArazzoWorkflows
Provider
Workflows
extract-model-properties
Pull filtered object properties out of an already-translated design.
Verifies the manifest reports a successful translation, resolves the first viewable, fetches its object tree, and issues a property query filtered to the fields the caller actually needs.
1
confirmTranslation
getManifest
Confirm the manifest reports a successful translation before attempting to read derived data. Properties do not exist until the property database derivative has finished generating.
2
resolveViewable
getMetadata
List the model views of the design and take the GUID of the first viewable, which addresses the object tree and property database for that view.
3
readObjectTree
getObjectTree
Retrieve the object hierarchy for the viewable. A 202 means the tree is still being generated on demand, so the step retries rather than failing.
4
queryMatchingProperties
queryProperties
Query the property database for the objects whose property matches the supplied value, returning only the requested fields. This is the scalable alternative to pulling all properties for large models.