Notifications
Clear all
[Closed] Remeshing
Apr 30, 2018 11:43 am
Hi, everyone!
How would you go about remeshing an object with the given set of points?
I did similar thing for 2D case using Delaunay triangulation, but 3D seems like absolute different story.
(
delete objects
Sphere()
g = convertToMesh (GeoSphere vertexTicks:on)
meshop.deleteFaces g #{1..g.numfaces} delIsoVerts:false
update g
)
2 Replies