Announcements
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Create Ceilings via Dynamo or API

Create Ceilings via Dynamo or API

We need to be able to create ceilings programmatically - whether using Dynamo or the API. Ideally we would be able to create a ceiling object whose sketch is based on the boundary of a Room. Using Dynamo we can already create floors based on the geometry of the Room. But the API does not provide a way to create new ceilings. This would really help improve our BIM workflow.

32 Comments
aibacma
Explorer

+1

harlan_brumm
Autodesk
Status changed to: Accepted

We are pleased to say that we have accepted this idea and added it to our public roadmap - https://blogs.autodesk.com/revit/2020/04/20/revit-public-roadmap-update-april-2020/ 

 

Thanks!

 

-The Factory

crthomas
Contributor

Awesome news! This makes my day a little brighter! Thanks Factory!!

Anonymous
Not applicable

@harlan_brumm Thank you for that exciting news! Oh the things we can do with this 🙂 Thank you factory team!

DFcheee
Participant

@Jensm_BIG Agree with you 100% 
This thing should be done. If Im able to generate floor in dynamo I should be able to do ceiling !
Come on guys this is going on for more than 4 years. Just do it. Please. 

Anonymous
Not applicable

@DFcheee it has been added to the list of updates 🙂 Going to be in the API soon 

matthew_conwayN7C2G
Enthusiast
@harlan_brumm @Anonymous how soon is soon?
Anonymous
Not applicable
+1
Status changed to: Implemented

We are pleased to say that this has been implemented in Revit 2022!

 

-The Factory

Tarek_K
Autodesk
Status changed to: Gathering Support
 
Tarek_K
Autodesk
Status changed to: Implemented
 
zhongding_cui
Contributor

Ceiling creation support starting from Revit 2022:

https://www.revitapidocs.com/2022/63030aa3-d58d-b830-db18-0882c5990507.htm

 

public static Ceiling Create(
	Document document,
	IList<CurveLoop> curveLoops,
	ElementId ceilingTypeId,
	ElementId levelId
)

 

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Autodesk Design & Make Report