This commit is contained in:
zh
2025-07-03 15:30:26 +08:00
parent 2a4da33e62
commit a152b54da7
3 changed files with 16 additions and 9 deletions

View File

@ -557,5 +557,12 @@ function setActiveViewer(v) {
activeViewer = v
}
function getSdk() {
return {
sdkP: sdk3D,
sdkD: sdk2D
}
}
export { on, off, syncData, syncEntities, syncDataSources, syncPrimitives, get2DView, get3DView, setActiveViewer }
export { on, off, syncData, syncEntities, syncDataSources, syncPrimitives, get2DView, get3DView, setActiveViewer, getSdk }