open3d.io.write_line_set¶
-
open3d.io.write_line_set(filename, line_set, write_ascii=False, compressed=False)¶ Function to write LineSet to file
- Parameters
filename (str) – Path to file.
line_set (open3d.geometry.LineSet) – The
LineSetobject for I/Owrite_ascii (bool, optional, default=False) – Set to
Trueto output in ascii format, otherwise binary format will be used.compressed (bool, optional, default=False) – Set to
Trueto write in compressed format.
- Returns
bool