open3d.io.rpc.set_time#
- open3d.io.rpc.set_time(time, connection=None)#
Sets the time in the external visualizer.
- Parameters:
time (int) – The time value to set.
connection (open3d.io.rpc._ConnectionBase, optional, default=None) – A Connection object. Use None to automatically create the connection.
- Returns:
bool