UNPKG

@bitbybit-dev/occt

Version:

Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel. Run in Node and in Browser.

12 lines (11 loc) 314 B
import { Base } from "../inputs"; import { TextWiresCharShapePart } from "./text-wires-char-shape-part"; export declare class TextWiresDataDto<T> { type: string; name: string; compound?: T; characters?: TextWiresCharShapePart<T>[]; width: number; height: number; center: Base.Point3; }