Message 1 of 2
Walls not attaching to sloped floor (Revit 2024 API, C#)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm facing an issue with the Revit 2024 API. The image below illustrates the problem:
I’m applying a slope to the lower floor using a SlopeArrow. After applying the slope, the two side walls no longer attach to the inclined floor.
Here’s what I’ve tried so far:
JoinGeometryUtils.JoinGeometry(doc, wall, lowerSlab); → Has no visible effect.
WallUtils.AttachWallBaseToElement(...) → Not available in the Revit 2024 API.
Is there any way, via the API, to make the walls follow or attach to the sloped surface of the floor?
Thanks in advance for any help!