Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have create some new doors on a wall with api NewFamilyInstance function. The doors are created but the wall is not cut through on the door location, so it looks like door and wall are overlapped. As soon as I manually change the hand of a door, then the wall will be cut on that door location.
commandData.Application.ActiveUIDocument.Document.Create.NewFamilyInstance(doorStartPointOnWallFace, doorSymbol, wall, wallLevel, Autodesk.Revit.DB.Structure.StructuralType.NonStructural);
Is there any property of wall need to be set from api for placing door/window?
Solved! Go to Solution.