Andy Ward

Results 368 comments of Andy Ward

Essentials support for 4x3 is done in develop branch (in [myget](https://www.myget.org/feed/xbim-develop/package/nuget/Xbim.Ifc4x3)). Just needs a final merge to main to push some nuget packages out. We're trying to sync it with...

Most of the IFC viewers only support rendering Solid geometries - i.e. triangulated meshes. Because that's largely what the design tools output. You're using the 'Point' RepresentationType for point-cloud data,...

Looks like the exponent regex needs a bit of a rethink! This seems to be a more robust implementation from [StackOverflow](https://stackoverflow.com/questions/4479408/regex-for-numbers-on-scientific-notation) ``` ^(?:-?\d*)\.?\d?[eE][-\+]?\d+$ ```

@martin1cerny Had a look at fixing this but it seems the GP Lexer needs a fix so we don't over-write the hand edited large file fix: commit 6517bc16042b3cfd820dd7eb45f72bbab92d13ad

Perhaps @Ibrahim5aad can shed some light?

Hi @santiagoIT Agreed I'd avoid extending _IXbimGeometryCreator_ - partly since the implementation may not be singleton and the lifetime of the GE is not always in the user's control. So...

Confirmed fixed in v6. Added test

Nice timing: There's a preview out now in Nuget. See https://www.nuget.org/packages/Xbim.Geometry/6.1.801-netcore This is missing 4-5 fixes from develop/master (but should be synced up in a week or so) - even...

Yes, it's a hack from a while back. See https://github.com/xBimTeam/XbimEssentials/issues/561#issuecomment-2160556569 We should really look to replace this old PointsGarden parser

I meant to add - you should be able to `git cherrypick -n 6517bc1` to re-apply the #6517bc16042b3cfd820dd7eb45f72bbab92d13ad fix to your local branch