Hi,
I have a few 100 IFCs that I need to process - all of which have a slightly different range of IFC Feature types.
Because their is not one IFC that contains all IFC features types, this has led to me having multiple readers to cover all feature types as shown in the image.
I worry that this is not following best practice and is a risk when it comes to batch processing as each reader will need to be updated with each new file in the batch and also has a risk of data loss.
I am wondering if I can create a generic reader that will cover all possible IFC feature types so that processing a large number of IFCs can be automated?