-
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
IfcSecondOrderPolynomial #551
IfcSecondOrderPolynomial #551
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.
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.
Have you checked that you are not only visualizing the curve that Peter added to the IFC file to visually check if the calculation is done right?
(as was the case for IfcSine in the beginning)
It seems like quite some changes that were made for IfcSine are reverted in this pull request, which is most probably not intended. Also some bspline sreenshots that were change recently are reverted here. |
9d77c2e
to
258fd6a
Compare
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
In this pull request I implemented functions for reading the
IfcSecondOrderPolynomialSpiral
.Now we can implement "Helmert curve" and this pull request can be addressed to issue #524.
In the CurveConverter.h I added:
getPointOnCurve()
getDirectionOfCurve()
convertIfcCurveSegment()
Here you can see the screen shot (it presents HelmertCurve_100.0_300_1000_1_Meter) :
