open3d.visualization.draw_geometries_with_editing#
- open3d.visualization.draw_geometries_with_editing(geometry_list, window_name='Open3D', width=1920, height=1080, left=50, top=50)#
Function to draw a list of geometry.Geometry providing user interaction
- Parameters:
geometry_list (List[open3d.geometry.Geometry]) – List of geometries to be visualized.
window_name (str, optional, default='Open3D') – The displayed title of the visualization window.
width (int, optional, default=1920) – The width of the visualization window.
height (int, optional, default=1080) – The height of the visualization window.
left (int, optional, default=50) – The left margin of the visualization window.
top (int, optional, default=50) – The top margin of the visualization window.
- Returns:
None