Message 1 of 4
Wall Opening

Not applicable
11-21-2013
03:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm using the Revit 2014 API ad I'm trying to create a non-rectangular wall opening.
The documentation for Create.NewOpening suggests that making the opening with an iList<Curve> is only applicable to roofs, floors and ceilings. When I try to use one NewOpening(element wall, Ilist,Curve> profile, bool perpendicularFace) method I get the InvalidOperation crash.
The only mention of wall openings is in the NewOpening(Wall, XYZ,XYZ) overload which is for rectangular openings. I have been able to use this successfully.
Any help would be most appreciated.