-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update IFC4X3 #571
base: development
Are you sure you want to change the base?
Update IFC4X3 #571
Conversation
Maybe it could make sense to take the list of differences between IFC4x3_RC4 and IFC4x3 and make an internal list that just contains the information about the part that is relevant for us. That would help us to then also put check marks for the ones that we already resolved. |
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.
Looks good so far. Does it already compile?
I really think a table with changes relevant to OIP makes sense here.
Then we could, e.g. already tick of that the name changes of sine and cosine was taken care of.
In the last commit 7076b77 I listed relevant changes for OIP. |
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.
Good start.
There are a couple of entities missing that could also be relevant for us.
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.
Looks fine to me
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.
Seems fine, the changes are in all correct places. Does it compile though? In both 4x3 and 4x3rc4?
bool fixedAxisVertical = sectionedSolidHorizontal->FixedAxisVertical; | ||
|
||
#else | ||
bool fixedAxisVertical = true;//please rewrite it!! wrong implementation |
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.
Please denote this as Todo
This pull request contains final schema for IFC4X3.
Please find differences between _RC4 here.
Several changes correspond to the
CurveConverter
. Here I added someif define
statements.We need also to update implementation for the
IfcSectionedSolidHorizontal
#570.