Level wise door and window creation issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Forum,
I am trying to create level wise doors,walls and windows using Revit api.
When I use door = doc.Create.NewFamilyInstance(xyz, familySymbol, wall, level, StructuralType.NonStructural);
then doors,windows and wall created as expected on the level 1 but except walls , doors and windows fails to create on level 2. Please ref image below.
When I use door = doc.Create.NewFamilyInstance(xyz, familySymbol, direction, wall, StructuralType.NonStructural);
then, door,windows and walls are getting created on respective levels but then I can't copy and paste the created families and get this error while copying instances.
However, walls can be copy/paste but not doors and windows. Refer image below
Please help me for fixing this issue.
Thank you.