-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
properties = options.get_ifc_options_properties() | ||
properties.set_export_bim_wood_property(True) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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