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

ENH: Fast export #831

Open
Teun1 opened this issue Dec 16, 2024 · 0 comments
Open

ENH: Fast export #831

Teun1 opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or improvement request

Comments

@Teun1
Copy link

Teun1 commented Dec 16, 2024

Enhancement Description

Some objects take ‘too much’ time while creating an IFC.
I would love the exporter to lower the export setting for those problem objects .. Or even skip them in order to save time. Just add a smart report that shows what has been done. And add a warning in those IFC objects that state what decision the Revit exporter has made.

From a Revit user perspective we need fast result. And we also want to know where the problems are in our model. So we can address them in Revit as efficient as possible. Perhaps even right after the exporter gave us a warning ánd an IFC. Waiting for a long time without knowing what is wrong with your model is frustrating and also does not help to get better results in the future.

To give another related hint: A quick way to find problem objects in Revit is adding related ID’s to an Selection Set. A user can Isolate this IFC-exporter generated Selection Set in a 3D view and off you go.

If this enhancement is a scarry thought, you can always make it an option. I think users will love it eventually.
And it will also help to improve the Revit and IFC models. Because every user learns over time what does or does not work.

Here an example what kind of things I’am talking about. But another example can be rooms. Generating a 3D IfcSpace with all it’s relations can be very hard. Even if Revit does not have a problem (yet) with that Room.
Using the (more) efficient Revit Profile family in a normal project will save +/-70minutes of calculation time.
(from 3minutes to 1 hour 11 minutes)
not_efficient
efficient

Revit Version

2024.0.x

IFC for Revit Addon Version

24.x.x

Windows Version

11 22H2

@Teun1 Teun1 added the enhancement New feature or improvement request label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement request
Projects
None yet
Development

No branches or pull requests

1 participant