Skip to content
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

Revit ifc floor export issue #246

Open
SerhiiLeshchenko opened this issue Nov 13, 2020 · 5 comments
Open

Revit ifc floor export issue #246

SerhiiLeshchenko opened this issue Nov 13, 2020 · 5 comments

Comments

@SerhiiLeshchenko
Copy link

Hello,

I have an issue with floor quantities exported from Revit to IFC.
In Revit the floor was created as a one instance (multiple regions). After exporting to IFC the area of each floor subelements equals to the total area of all subelements together. Any ideas how it can be solved?

Capture
c

@AngelVelezSosa
Copy link
Contributor

This is a known issue in some cases, as the quantities are copied from the main Revit element. In general, we don't really want IFC to be doing calculations - IFC should be reporting what is in the Revit model. In this particular case, IFC export code will need to do some calculations, and it is in our backlog. Ideally, though, if you care about the quantities, it would be best to model the floors separately in Revit - that way, there is a 1-1 correspondence between a Revit element and an IFC entity, which means that the IFC file is more closely aligned to the Revit model.
To be clear - Revit should calculate the quantities correctly in the 1-to-many Floor to IfcSlab case. But it is likely better practice to actually split up the floors, which would have the side effect of getting the right calculations.

@baaswietse
Copy link

Shouldn't the floor be exported as one element, instead of separate floors for each region? This way the area and volume will always be correct.
I have the same issue btw ...

@AngelVelezSosa
Copy link
Contributor

I believe there was an original intent that an IfcSlab would consist of one connected piece, not a series of unconnected objects. Finding that document from the 2000s is another matter... so you could export it as one element, but it might cause trouble given that conceptually it is really separate things.

@dvrvb
Copy link

dvrvb commented Feb 22, 2023

It was also addressed in 2018: #48 when the behavior of the exporter changed from R2018 and R2019, from one element, to a collection of separate elements.
At the end, the division (for slabs as well as for ceilings) of such regions is necessarily and justified because they are not only conceptually but also physically separate things.

@JOuellette-Autodesk
Copy link
Contributor

Multilayer slab export is based on MVD specifications. Revit has been certified for IFC2x3 CV2.0 and IFC4 RV1.2. Differences in versions are based on updates/changes due to certification testing and results.

As for the area calculations, there needs to be a determination whether this is due to a value from Revit at export OR if Solibri is doing this upon reading the IFC file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants