-
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
IfcSeventhOrderPolynomialSpiral #552
IfcSeventhOrderPolynomialSpiral #552
Conversation
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.
I assume that unit tests work correctly.
Is just the unit test not working properly? |
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
Can you create an issue to check for the correctness of IfcSeventhOrderPolynomialSpiral with an example file? |
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.
lftm
Is there an issue/PR with the unit tests?
In this pull request I implemented functions for reading the
IfcThirdOrderPolynomialSpiral
.Now we can implement "VienneseBend curve" and this pull request can be addressed to issue #524.
In the CurveConverter.h I added:
getPointOnCurve()
getDirectionOfCurve()
convertIfcCurveSegment()
During visualisation, there is an error in the unit test data #478.