Open GoogleCodeExporter opened 9 years ago
Memory allocation error handling is not implemented yet, because it was not
important for the project I'm working on at the moment.
I'm also thinking about reducing the memory footprint by defining for example
IfcLengthMeasure simply as double, not as an object.
That would reduce the memory for one value from 64 to 8.
But then it is not possible to use inheritance for SELECT types like
TYPE IfcBendingParameterSelect =
SELECT (IfcLengthMeasure ,IfcPlaneAngleMeasure);
It is not important for me at the moment, so I cannot promise when I can spend
time on this.
Original comment by fabian.g...@gmail.com
on 7 Aug 2014 at 5:13
Ok got it. Thanks for accepting the feature request for now.
Original comment by ivano....@gmail.com
on 7 Aug 2014 at 8:14
Original comment by fabian.g...@gmail.com
on 8 Jan 2015 at 11:27
Original issue reported on code.google.com by
ivano....@gmail.com
on 7 Aug 2014 at 12:14