Cannot create an IfcCompositeCurve without arguments
hu-stefan opened this issue · 2 comments
hu-stefan commented
jmirtsch commented
The basecurve parameter of type IfcCompositeCurve is generated in the alignment horizontal constructor.
So it will be constructed in the code of the alignmenthorizontal constructor.
It should work if you change the top line to this:
IfcCompositeCurve basecurve = null;
I haven't checked if you can use a dynamic type using keyword var
hu-stefan commented
I see. Thanks for the fast support.