Jyothi
Jyothi

Reputation: 1

Is there any documentation that tells how to use design automation API for Revit linked files

Looking for documentation that helps using design automation API with Linked files. I was able to run the design automation API with Single Revit model file. Now I want to try Revit model file that has multiple linked file. I was looking at Revit documentation https://aps.autodesk.com/en/docs/design-automation/v3/tutorials/revit/ which only talks about single Revit file. Can i get sample code on how to create app bundle, create activities and submit workitem with Revit file thats linked to multiple files.

Upvotes: 0

Views: 259

Answers (1)

Rahul Bhobe
Rahul Bhobe

Reputation: 4451

See several examples on how to send a package containing host and link models (relative path) in the Task 7 – Submit a Workitem documentation.

There is also a code sample forge-countdeletewalls-revit that shows how to traverse all linked models to count doors, walls, windows and floors.

Upvotes: 0

Related Questions