CADViewComponent/dist/DrawDimension.d.ts

11 lines
225 B
TypeScript
Raw Permalink Normal View History

import { Mesh } from "three";
import { Dimension } from ".";
/**
*
*
* @export
* @param {Box3} box
* @returns
*/
export declare function DrawDimension(brList: Mesh[]): Dimension[];