完成下列功能:
1.板件显示 2.板件选中状态 3.标注显示 4.相机控制.
This commit is contained in:
9
src/index.ts
Normal file
9
src/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export * from "./Viewer";
|
||||
export * from "./CameraControls";
|
||||
export * from "./GeUtils";
|
||||
export * from "./createBoard";
|
||||
export * from "./Dimension";
|
||||
export * from "./DrawDimension";
|
||||
export * from "./Material";
|
||||
export * from "./PointPick"
|
||||
export * from "./Utils"
|
||||
Reference in New Issue
Block a user