⌘
K
Getting Started
Document API
Model API
Organization API
Project API
Topic API
User API
Webhook API
2D Viewer SDK
3D Viewer SDK
3D Viewer SDK
Getting Started
BIM Models
Point Clouds
CityGML
Using Navigation
Interacting with IFC GUIDs
Methods
Clipping Plane
IFC
Image
Measurement
Model
Navigation
Object
Product
Screenshot
Selection
Settings
Shape
View
Viewer
Events
Types
API Reference
Release Channels
Changelog
Using jQuery
Viewer Widget
Docs powered by
Archbee
Methods
Shape
removeShape
Removes the specified shape from the scene.
Example
Usage
JS
1
const
shapeId
=
"my-shape-id"
;
2
3
viewer3d
.
removeShape
(
shapeId
)
;
const shapeId = "my-shape-id"; viewer3d.removeShape(shapeId);
Parameters
shapeId
Id of the shape to remove.
Type
Required
String
Yes
Updated 13 Sep 2024
Did this page help you?
PREVIOUS
clearShapes
NEXT
getViewpoint
Docs powered by
Archbee
TABLE OF CONTENTS
Example
Usage
Parameters
shapeId
Docs powered by
Archbee