11 lines
225 B
TypeScript
11 lines
225 B
TypeScript
![]() |
import { Mesh } from "three";
|
||
|
import { Dimension } from ".";
|
||
|
/**
|
||
|
* 绘制标注实体
|
||
|
*
|
||
|
* @export
|
||
|
* @param {Box3} box
|
||
|
* @returns 标注实体列表
|
||
|
*/
|
||
|
export declare function DrawDimension(brList: Mesh[]): Dimension[];
|