diff --git a/packages/lb-components/src/components/pointCloudView/hooks/usePointCloudViews.ts b/packages/lb-components/src/components/pointCloudView/hooks/usePointCloudViews.ts index 43d61146f..3d920f7e3 100644 --- a/packages/lb-components/src/components/pointCloudView/hooks/usePointCloudViews.ts +++ b/packages/lb-components/src/components/pointCloudView/hooks/usePointCloudViews.ts @@ -691,6 +691,7 @@ export const usePointCloudViews = () => { mainViewInstance?.generateBox(v); }); + ptCtx.syncAllViewPointCloudColor(boxParamsList); ptCtx.setPointCloudResult(boxParamsList); ptCtx.setPolygonList(polygonList); } else {