修改配置

This commit is contained in:
xf
2018-05-28 09:49:45 +08:00
parent 1e40bb624f
commit 0f41ff6562
64 changed files with 3454 additions and 6902 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[];