UNPKG

@bitbybit-dev/occt

Version:

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

10 lines (9 loc) 373 B
import { BitbybitOcctModule } from "../../../bitbybit-dev-occt/bitbybit-dev-occt"; import { OccHelper } from "../../occ-helper"; import { OCCTCurves } from "./curves"; import { OCCTSurfaces } from "./surfaces"; export declare class OCCTGeom { readonly curves: OCCTCurves; readonly surfaces: OCCTSurfaces; constructor(occ: BitbybitOcctModule, och: OccHelper); }