Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

How to convert LineSet to a Mesh

Open rafasj13 opened this issue 3 years ago • 2 comments
trafficstars

Checklist

My Question

I am trying to visualize an object from which I would like to select some points. This object is within a dictionary containing a Mesh and a LineSet. The Mesh is divided in two meshes that are overlaped just by adding one to the other, while the LineSet is defining the boundaries of the area in which these two objects are located. However, the LineSet neither can be added to the Mesh nor can be added as a geometry, since the "vis.add_geometry()" function from "vis = o3d.visualization.VisualizerWithVertexSelection()" only allows one geometry per run. Is there a way to get the view of both LineSet and Mesh, while being able to select the vertex of the Mesh?

image

image

rafasj13 avatar Jun 14 '22 12:06 rafasj13

Hi, were you able to get it sorted? i am looking for the same

JyothiKalyan avatar Jul 12 '22 12:07 JyothiKalyan

Same question from me ....

Looks like Open3D does NOT come with 3D Delaunay Triangulation as well ?

jiapei-nexera avatar Jul 22 '22 22:07 jiapei-nexera