hide
Hides the specified objects in the scene.
Example
Usage
const objectIds = ["object-1", "object-2"];
viewer3d.hide(objectIds);Parameters
objectIds
List of object ids to hide.
Type | Required |
|---|---|
Array[String] | Yes |
Hides the specified objects in the scene.
const objectIds = ["object-1", "object-2"];
viewer3d.hide(objectIds);List of object ids to hide.
Type | Required |
|---|---|
Array[String] | Yes |