UNPKG

@bitbybit-dev/occt

Version:

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

7 lines (6 loc) 116 B
export class TextWiresDataDto { constructor() { this.type = "text"; this.name = "text"; } }