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

finder template in ifc_paths #710

Open
DaJansenGit opened this issue Aug 29, 2024 · 1 comment
Open

finder template in ifc_paths #710

DaJansenGit opened this issue Aug 29, 2024 · 1 comment
Assignees

Comments

@DaJansenGit
Copy link
Member

Currently, the used template for the finder is automatically selected based on the authoring tool found in the IFC. For files that are created in one authoring tool and edited in another this can lead to problems, because the original tool is deleted from the IFC but is the one that is mostly relevant for the property sets. To solve this we should implement an additional option in the already existing ifc_paths argument for the project, so that a specific tool can be (but not must be) provided that is used to define the finder.

@DaJansenGit DaJansenGit self-assigned this Aug 29, 2024
@DaJansenGit DaJansenGit changed the title finder template in ifc_pahts finder template in ifc_paths Aug 29, 2024
@DaJansenGit
Copy link
Member Author

    ifc_paths = {
        IFCDomain.mixed: {
            "path":
                Path(bim2sim.__file__).parent.parent /
                'test/resources/mixed/ifc/'
                'b03_heating_with_building_blenderBIM.ifc',
            "finder": "LuArtX_Carf",
        }
    } 

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

1 participant