12-12
This commit is contained in:
@ -67,12 +67,13 @@ import {
|
||||
on as multiViewportModeOn,
|
||||
off as multiViewportModeOff,
|
||||
get2DView,
|
||||
getSdk as getSdk2
|
||||
getSdk as getSdk2,
|
||||
syncData
|
||||
} from '../Global/MultiViewportMode'
|
||||
import { MouseCoordinate } from '../Global/MouseCoordinate'
|
||||
import { MouseRightMenu } from '../Global/mouseRightMenu'
|
||||
import { dialog as ContourDialog, startDraw as ContourStartDraw, reset as ContourReset } from '../Global/Contour'
|
||||
import { on as SplitScreenOn, off as SplitScreenOff, setActiveId as SplitScreenSetActiveId, getSdk } from '../Global/SplitScreen'
|
||||
import { on as SplitScreenOn, off as SplitScreenOff, setActiveId as SplitScreenSetActiveId, getSdk, syncSplitData } from '../Global/SplitScreen'
|
||||
import LocateCurrent from '../Obj/Base/LocateCurrent'
|
||||
|
||||
import { AnalysisClear, SectionClear } from '../Obj/Analysis/clear'
|
||||
@ -313,7 +314,8 @@ if (!window.YJ) {
|
||||
on: multiViewportModeOn,
|
||||
off: multiViewportModeOff,
|
||||
get2DView,
|
||||
getSdk: getSdk2
|
||||
getSdk: getSdk2,
|
||||
syncData: syncData
|
||||
},
|
||||
MouseCoordinate,
|
||||
MouseRightMenu,
|
||||
@ -348,7 +350,8 @@ if (!window.YJ) {
|
||||
on: SplitScreenOn,
|
||||
off: SplitScreenOff,
|
||||
setActiveId: SplitScreenSetActiveId,
|
||||
getSdk
|
||||
getSdk,
|
||||
syncData: syncSplitData
|
||||
},
|
||||
Contour: ContourDialog,
|
||||
ContourStartDraw,
|
||||
|
||||
Reference in New Issue
Block a user