diff --git a/packages/lb-components/src/components/pointCloudView/PointCloud3DView.tsx b/packages/lb-components/src/components/pointCloudView/PointCloud3DView.tsx index 87ace611..532e81ac 100644 --- a/packages/lb-components/src/components/pointCloudView/PointCloud3DView.tsx +++ b/packages/lb-components/src/components/pointCloudView/PointCloud3DView.tsx @@ -203,6 +203,7 @@ const PointCloud3D: React.FC = ({ orthographicParams: PointCloudUtils.getDefaultOrthographicParams(size), config, hiddenText, + view: '3DView', }); pointCloud.setHandlerPipe({ setSelectedIDs: ptCtx.setSelectedIDs, setNeedUpdateCenter }); ptCtx.setMainViewInstance(pointCloud); diff --git a/packages/lb-components/src/components/pointCloudView/PointCloudTopView.tsx b/packages/lb-components/src/components/pointCloudView/PointCloudTopView.tsx index 4c0b6958..1caae9f1 100644 --- a/packages/lb-components/src/components/pointCloudView/PointCloudTopView.tsx +++ b/packages/lb-components/src/components/pointCloudView/PointCloudTopView.tsx @@ -238,6 +238,7 @@ const PointCloudTopView: React.FC = ({ checkMode, toolName: ToolUtils.getPointCloudToolList() as THybridToolName, proxyMode: checkMode, + view: 'topView', }); ptCtx.setTopViewInstance(pointCloudAnnotation); }