Merge branch 'master' into select-block

This commit is contained in:
xiefan
2020-04-30 17:21:10 +08:00
75 changed files with 5897 additions and 2143 deletions

10
dist/DrawDimension.d.ts vendored Normal file
View File

@@ -0,0 +1,10 @@
import { Mesh } from "three";
import { Dimension } from ".";
/**
* 绘制标注实体
*
* @export
* @param {Box3} box
* @returns 标注实体列表
*/
export declare function DrawDimension(brList: Mesh[]): Dimension[];