GeometryGym/GeometryGymIFC

IfcTrimmingSelect ParameterValue

simonedd opened this issue · 2 comments

Hi,

The parsing of IFCPARAMETERVALUE fails if there is a white space in the line definition. Is it possible to fix it?
#12891 = IFCTRIMMEDCURVE (#12890, (IFCPARAMETERVALUE (270.)), (IFCPARAMETERVALUE (90.)), .F., .PARAMETER.);

Thanks,
Simone

Thanks, yes the existing code doesn't handle intermediate spaces very well.
I have made a change to improve it. c88dc99
It will be included in the next build.

It works. Thanks