Add angle markups to the viewer
Add new or update existing arrow markups in the viewer. Existing arrow markup is replaced if 'id' property points to an existing markup, otherwise, a new arrow markup is created.
The arrow markup objects.
The awaitable containing the ArrowMarkup objects added to the viewer.
Add new or update existing cloud markups in the viewer. Existing cloud markup is replaced if 'id' property points to an existing markup, otherwise, a new cloud markup is created.
The cloud markup objects.
The awaitable task containing the CloudMarkup objects added to the viewer.
Add freeline markups to the viewer
Add new or update existing line markups in the viewer. Existing line markup is replaced if 'id' property points to an existing markup, otherwise a new line markup is created.
The section markup objects.
The awaitable containing the LineMarkup objects added to the viewer.
Add new or update existing measurement markups in the viewer. Existing markup is replaced if 'id' property points to an existing markup, otherwise a new markup is created.
The measurement markup objects
The awaitable task containing the MeasurementMarkup objects added to the viewer.
Add new or update existing single point markups in the viewer. Existing single point markup is replaced if 'id' property points to an existing markup, otherwise, a new single point markup is created.
The single point markup objects.
The awaitable task containing the CloudMarkup objects added to the viewer.
Add new or update existing text markups in the viewer. Existing text markup is replaced if 'id' property points to an existing markup, otherwise a new text markup is created.
The text markup objects.
The awaitable task containing the LineMarkup objects added to the viewer.
Get angle markups in the viewer
Gets the arrow markups in the viewer.
The awaitable containing the ArrowMarkup objects currently in the viewer.
Gets the cloud markups in the viewer.
The awaitable containing the CloudMarkup objects currently in the viewer.
Get freeline markups in the viewer
Gets the line markups in the viewer.
The awaitable containing the LineMarkup objects currently in the viewer.
Gets the measurement markups in the viewer
The awaitable containing the MeasurementMarkup objects currently in the viewer
Gets the single point markups in the viewer.
The awaitable containing the PointMarkup objects currently in the viewer.
Gets the text markups in the viewer.
The awaitable containing the TextMarkup objects currently in the viewer.
Removes the markups in the viewer.
The markup ids to be removed. If the parameter is undefined, all markups will be removed.
The awaitable task.
The API for operations related to Markups.