From 4b3189b9862856d3c4e0d0acbc85aeb93509d09a Mon Sep 17 00:00:00 2001 From: Alireza Date: Wed, 15 Mar 2023 16:54:42 -0400 Subject: [PATCH] fix api --- common/reviews/api/core.api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/reviews/api/core.api.md b/common/reviews/api/core.api.md index 06d7fa0c86..2148652e68 100644 --- a/common/reviews/api/core.api.md +++ b/common/reviews/api/core.api.md @@ -54,6 +54,8 @@ export abstract class BaseVolumeViewport extends Viewport implements IVolumeView // (undocumented) addVolumes(volumeInputArray: Array, immediate?: boolean, suppressEvents?: boolean): Promise; // (undocumented) + protected applyViewOrientation(orientation: OrientationAxis | OrientationVectors): void; + // (undocumented) canvasToWorld: (canvasPos: Point2) => Point3; // (undocumented) flip(flipDirection: FlipDirection): void;