Autodesk / revit-ifc

IFC for Revit and Navisworks (2019+)
477 stars 194 forks source link

ENH: Possible to export multiple views as IFC models #741

Open eibre opened 7 months ago

eibre commented 7 months ago

Enhancement Description

Expanding on the wish in https://github.com/Autodesk/revit-ifc/issues/736:

We almost always split our Revit file into multiple IFC files. At least the concrete and the rebar are always separate models.

A suggestion is to expand the current GUI like this:

image

Revit Version

2024.0.x

IFC for Revit Addon Version

24.x.x

Windows Version

11 22H2

eibre commented 7 months ago

The View name would become the IFC file name.

AngelVelezSosa commented 7 months ago

Can't there be hundreds or thousands of views in a Revit file? Or are you somehow marking "exportable" views in Revit itself?

eibre commented 7 months ago

We use a custom ViewType parameter on the views and mark them with Export, to filter the list of available views. A search box would also be nice to find relevant ones

parrela commented 7 months ago

created [REVIT-219277] to investigate.