I had to comment out the following to get the magic leap running public static List<IGeometry> LoadGeometries(this BFast bfast) => bfast.Buffers //.AsParallel().AsOrdered() <-- this line throws .Select(b => G3D.Create(b).ToIGeometry())
I had to comment out the following to get the magic leap running