Message 1 of 3
Revit 2025 - Modify Floor Subelements - Slabshape editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to modify a floors subelements in dynamo using a python script.
When I try to use the methode SlabShapeEditor.AddPoint(xyz) or SlabShapeEditor.AddPoints(List<xyz>), I get an error that the points can't be added because of an invalidOperation exception.
I only seems to occur when the points I would like to add are on corners or edges of a floor.
Points that are "inside" the boundary are working fine.
The API does state that
"the newly added point should be inside the element boundary on the x-y plane."
So it does make (at least a bit) sense to me.
How do I move the existing boundary points of an slab?
The SlabShapeVerticesArray is empty, so i can't seem to use the method modifySubelement.
Am I looking at this the wrong way?
Developer Advocacy and Support +