Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In previous versions of the Revit API, the NewFoundationSlab() method was used to create a slab foundation. However, this method has been removed in Revit API 2023. So, how can we create a slab foundation in Revit 2023 and later?
I have checked the What's New in Revit API 2023 documentation, but I can only find the deprecation of the NewFoundationSlab() method, not a replacement API.
Is there a new API for creating slab foundations in Revit 2023 and later? If so, how can I use it?
Any help would be greatly appreciated.
With Revit API 2022:
Floor newFoundationSlab = doc.Create.NewFoundationSlab(curveArray, floorType, level, true,
XYZ.BasisZ);
Solved! Go to Solution.
Developer Advocacy and Support +