Methods
Selection

select

adds the specified objects to the selection example usage const objectids = \["object 1", "object 2"]; viewer3d select(objectids); parameters objectids list of object ids to add to the selection type required array\[string] yes