[REQUEST]Implementing corresponding functions for IfcSpline #524
Labels
enhancement
New feature or request
IFC
Content related to Industry Foundation Classes (IFC) functionalities
Is your feature request related to a problem? Please describe.
In #478 new unit tests were implemented for version IFC4X3_RC4 . For "bloss", "helmert", "sine", "cosine", "cubic", "viennese bend" curves we need to add corresponing functions to support them.
Describe the solution you'd like
The function convertIfcCurveSegment shoul be updated and new overloads for getPointOnCurve and getDirectionOfCurve should be added for:
The function for reading
IfcThirdOrderPolynomialSpiral
should be added for:The function for reading
IfcSeventhOrderPolynomialSpiral
should be added for:The function for reading
IfcSecondOrderPolynomialSpiral
should be added for:The function for reading
IfcPolyonmialCurve
should be added for:Additional context
For examples of implementation please see #494 and #482
The text was updated successfully, but these errors were encountered: