CADViewComponent/dist/Dimension.d.ts

11 lines
249 B
TypeScript
Raw Normal View History

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