Closed hu-stefan closed 3 years ago
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
I see. Thanks for the fast support.
I´m trying to create an
IfcAlignmentHorizontal
there for i need anIfcCompositeCurve
. But unfortunately its not possible to create anIfcCompositeCurve
without arguments. Is there a another way to create it for this special case?I´m using v0.1.06 atm. thank you in advance