⌘
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
Measurement
removeMeasure
Removes the specified measure from the scene.
Example
Usage
JS
1
const
measureId
=
"measure-id"
;
2
3
viewer3d
.
removeMeasure
(
measureId
)
;
const measureId = "measure-id"; viewer3d.removeMeasure(measureId);
Parameters
measureId
The measure to remove.
Type
Required
String
Yes
Updated 13 Sep 2024
Did this page help you?
PREVIOUS
getMeasureSettings
NEXT
setMeasureSettings
Docs powered by
Archbee
TABLE OF CONTENTS
Example
Usage
Parameters
measureId
Docs powered by
Archbee