Methods
Selection
deselect
removes the specified objects from the selection example usage const objectids = \["object 1", "object 2"]; viewer3d deselect(objectids); parameters objectids list of object ids to remove from the selection type required array\[string] yes