IfcTrimmingSelect ParameterValue
simonedd opened this issue · 2 comments
simonedd commented
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
jmirtsch commented
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.
simonedd commented
It works. Thanks