-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revit2018 - Added new option 'Relate doors to rooms' #95
base: Revit2018
Are you sure you want to change the base?
Conversation
QM 27224 - Türen mit Raumbezug im IFC - issue Autodesk#91 - update to VisualStudio 2017 - added new boolean export option 'DoorBelongsToRoom'
Change MSI release path to revit-ifc\Setup\Release\RevitIFC2018_18410.msi
Removed company specific comments
Back out AssemblyVersion
This reverts commit 93fb8f2.
Back out install project
This reverts commit e8a6e0e.
Is this just a JIRA issue that I keep seeing the install files as part of this pull request? @jmirtsch |
Update ProductCode/UpgradeCode to 2018
I need to convert revit to ifc file |
Generally, this may be a little problematic because IfcRelContainedInSpatialStructure has a restriction that one object can only be contained in one IfcSpatialStructureElement only. In the case of a Door, it usually belongs to 2 spaces so that it should not be contained in one of the space only since this will be ambiguous: which space really contains the door? |
The important changes are in projects Revit.IFC.Export and IFCExporterUIOverride.
I have updated the installation project so that it works for us. You can ignore it.
You can change the code or the UI texts according to your personal or project-specific guidelines.
Revit doors that have set the ToRoom or the Room property are added to the ReleatedElements list.
The RelatedStructure is the room.
e.g.
IfcRelContainedInSpatialStructure
RelatingStructure(IfcSpatialStructureElement)
-IfcSpace
RelatedElements(IfcProduct)
-IfcDoor
-IfcDoor
-...