CADViewComponent/dist/Dimension.d.ts
2018-05-28 09:49:45 +08:00

12 lines
252 B
TypeScript

import { Group } from "three";
/**
* 标注实体
*
* @export
* @class Dimension
* @extends {Group}
*/
export declare class Dimension extends Group {
constructor(length: number, textHeight?: number, mirror?: boolean, mirrorFoot?: boolean);
}