Hello Experts,
I am investigating new entities that were introduced in IFC4x3.
And I have noticed that the IfcPolynomialCurve specification is not fully completed yet.
So, the description of this entity in terms of IFC is very unclear to me.
Probably someone has already met this entity in IFC files and can provide some clarification on my questions:
- Can anyone provide a short definition of a polynomial curve in IFC?
- In which way polynomial’s degree can be found?
- I have found some examples in the IFC file. I noticed that in most of the cases, the number of elements in the ‘CoefficientX’ and ‘CoefficientY’ lists does not match.
e.g. #7= IFCPOLYNOMIALCURVE(#4, (0.0,1.0), (0.0,0.0,-1.08943564E-04), $);
Does this mean that when the number of elements in the lists is different then all lacking coefficients in the lesser list are equal to zero (in my example third element of the 'CoefficientX list)?
I will really appreciate any clarifications.
Thank You!