You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
First of all, thank you for this plugin.
I can't use the tutorial to fix my problem:
Starting with a layer of random points with Z data, here's first lines of its geojson:
I'd need gmsh to mesh it but it's not working, first .geo file doesn't have any elevation: Point(IP+0) = {-90.05484278110514, -4.86885276816724, 0};
and when I still try to gmsh it, I get error:
Running '/usr/bin/gmsh -2 /media/pm/Data/user/map/mesh_GMSHplugin.geo -algo front2d -format msh2 -epslc1d 1e-3' [Gmsh 4.4.1, 1 node, max. 1 thread]
Started on Thu May 27 11:07:34 2021
Reading '/media/pm/Data/user/map/mesh_GMSHplugin.geo'...
Unknown curve loop 1 in GEO surface 1
Done reading '/media/pm/Data/user/map/mesh_GMSHplugin.geo'
Meshing 1D...
Done meshing 1D (6.694e-06 s)
Meshing 2D...
Meshing surface 1 (Plane, Frontal)
Surface 1 consists of no elements
Done meshing 2D (5.0888 s)
4650 vertices 4650 elements
------------------------------
Mesh generation error summary
1 warning
0 errors
Check the full log for details
------------------------------
Writing '/media/pm/Data/user/map/mesh_GMSHplugin.msh'...
Done writing '/media/pm/Data/user/map/mesh_GMSHplugin.msh'
Stopped on Thu May 27 11:07:39 2021
An error occured.
Hello,
First of all, thank you for this plugin.
I can't use the tutorial to fix my problem:
Starting with a layer of random points with Z data, here's first lines of its geojson:
I'd need gmsh to mesh it but it's not working, first .geo file doesn't have any elevation:
Point(IP+0) = {-90.05484278110514, -4.86885276816724, 0};
and when I still try to gmsh it, I get error:
And the produced mesh is 13 lines long:
How could I get this plugin to mesh from 3D points?
Thank you for your help!
The text was updated successfully, but these errors were encountered: