UNPKG

@bitbybit-dev/occt

Version:

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

16 lines (15 loc) 572 B
import { TextBitByBit, Point, GeometryHelper, Transforms, Vector, MathBitByBit, MeshBitByBit, Polyline, Line, Lists, IoBitByBit } from "@bitbybit-dev/base"; export declare class BaseBitByBit { readonly geometryHelper: GeometryHelper; readonly vector: Vector; readonly math: MathBitByBit; readonly transforms: Transforms; readonly lists: Lists; readonly point: Point; readonly line: Line; readonly polyline: Polyline; readonly mesh: MeshBitByBit; readonly textService: TextBitByBit; readonly io: IoBitByBit; constructor(); }