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

added ifc4 and bimwood property set to export settings #22

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

mhelmrei
Copy link
Contributor

the export now follows ifc4 standards and the property set for BIMWood is included in the export, which is a setting incon requires. the ifc file in the zip file shows the correct export.

D1-12.zip

Comment on lines +43 to +44
properties = options.get_ifc_options_properties()
properties.set_export_bim_wood_property(True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this global? you don't need to then pass properties to anything?

@@ -3,7 +3,7 @@
from dataclasses import dataclass
from typing import List

from bim_controller import export_ifc2x3_silently_with_options
from bim_controller import export_ifc4_silently_with_options
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also please update CHANGELOG.md that we are now using IFC4

@mhelmrei mhelmrei requested a review from chenkasirer June 4, 2024 15:42
Copy link
Contributor

@chenkasirer chenkasirer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

CHANGELOG.md Outdated Show resolved Hide resolved
@chenkasirer chenkasirer merged commit 0dbc342 into main Jun 5, 2024
1 check passed
@chenkasirer chenkasirer deleted the feature/-ifc-4-export branch June 5, 2024 08:42
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

Successfully merging this pull request may close these issues.

2 participants