UNPKG

@bitbybit-dev/occt-worker

Version:

Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel adapted for WebWorker

9 lines (8 loc) 316 B
import { OCCTCurves } from "./curves"; import { OCCTSurfaces } from "./surfaces"; import { OCCTWorkerManager } from "../../../occ-worker/occ-worker-manager"; export declare class OCCTGeom { readonly curves: OCCTCurves; readonly surfaces: OCCTSurfaces; constructor(occWorkerManager: OCCTWorkerManager); }