-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revit: Adds support for wall hosted opening families (#1452)
* added comments in order to trace issue * more debug lines * added getting the level for hosted element * the newFamilyInstance method works, but I can't get the wall reference * Importing the walls with generic family instances work but maybe only for this specific case * need to capture orientation of hosted family * deleted throw message so loop would continue * only hosted elements allowed on faces of walls * updated void cutting and level setting to work for all versions of rev * disallow join of walls before moving them * fixed stupid location changing issue with family instance objects * return error for work plane based objs on a floor * add last resort family instance assignment Co-authored-by: connorivy <[email protected]>
- Loading branch information
Showing
4 changed files
with
158 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters