更新配置,能够简单运行实例.

This commit is contained in:
ChenX
2018-10-12 17:02:10 +08:00
parent 2ef48e17c6
commit bda2b05204
66 changed files with 732 additions and 4481 deletions

View File

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