bitbybit-occt-worker
Advanced tools
Comparing version 0.9.22 to 0.9.23
export * from './lib/api/bitbybit-occt'; | ||
export * from './lib/api/occt/occt'; | ||
export * from './lib/api/occt/io'; | ||
export * from './lib/api/occt/booleans'; | ||
export * from './lib/api/occt/fillets'; | ||
export * from './lib/api/occt/operations'; | ||
export * from './lib/api/occt/transforms'; | ||
export * from './lib/api/occt/shapes/compound'; | ||
export * from './lib/api/occt/shapes/edge'; | ||
export * from './lib/api/occt/shapes/face'; | ||
export * from './lib/api/occt/shapes/shapes'; | ||
export * from './lib/api/occt/shapes/shell'; | ||
export * from './lib/api/occt/shapes/solid'; | ||
export * from './lib/api/occt/shapes/wire'; | ||
export * from './lib/api/occt/geom/curves'; | ||
export * from './lib/api/occt/geom/geom'; | ||
export * from './lib/api/occt/geom/surfaces'; | ||
export * from './lib/api/occt/assembly/assembly'; | ||
export * from './lib/occ-worker/occ-info'; | ||
export * from './lib/occ-worker/occ-state.enum'; | ||
export * from './lib/occ-worker/occ-worker-manager'; | ||
export * from './lib/occ-worker/occ-worker'; |
21
index.js
@@ -5,1 +5,22 @@ /* | ||
export * from './lib/api/bitbybit-occt'; | ||
export * from './lib/api/occt/occt'; | ||
export * from './lib/api/occt/io'; | ||
export * from './lib/api/occt/booleans'; | ||
export * from './lib/api/occt/fillets'; | ||
export * from './lib/api/occt/operations'; | ||
export * from './lib/api/occt/transforms'; | ||
export * from './lib/api/occt/shapes/compound'; | ||
export * from './lib/api/occt/shapes/edge'; | ||
export * from './lib/api/occt/shapes/face'; | ||
export * from './lib/api/occt/shapes/shapes'; | ||
export * from './lib/api/occt/shapes/shell'; | ||
export * from './lib/api/occt/shapes/solid'; | ||
export * from './lib/api/occt/shapes/wire'; | ||
export * from './lib/api/occt/geom/curves'; | ||
export * from './lib/api/occt/geom/geom'; | ||
export * from './lib/api/occt/geom/surfaces'; | ||
export * from './lib/api/occt/assembly/assembly'; | ||
export * from './lib/occ-worker/occ-info'; | ||
export * from './lib/occ-worker/occ-state.enum'; | ||
export * from './lib/occ-worker/occ-worker-manager'; | ||
export * from './lib/occ-worker/occ-worker'; |
import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs'; | ||
import { OCCTWorkerManager } from '../../occ-worker/occ-worker-manager'; | ||
export declare class OCCTIO { | ||
private readonly occWorkerManager; | ||
readonly occWorkerManager: OCCTWorkerManager; | ||
constructor(occWorkerManager: OCCTWorkerManager); | ||
@@ -6,0 +6,0 @@ /** |
@@ -15,3 +15,3 @@ import { OCCTWorkerManager } from '../../occ-worker/occ-worker-manager'; | ||
export declare class OCCT { | ||
private readonly occWorkerManager; | ||
readonly occWorkerManager: OCCTWorkerManager; | ||
readonly shapes: OCCTShapes; | ||
@@ -24,5 +24,5 @@ readonly geom: OCCTGeom; | ||
readonly booleans: OCCTBooleans; | ||
readonly io: OCCTIO; | ||
io: OCCTIO; | ||
constructor(occWorkerManager: OCCTWorkerManager); | ||
shapeToMesh(inputs: Inputs.OCCT.ShapeToMeshDto<Inputs.OCCT.TopoDSShapePointer>): Promise<Inputs.OCCT.DecomposedMeshDto>; | ||
} |
{ | ||
"name": "bitbybit-occt-worker", | ||
"version": "0.9.22", | ||
"version": "0.9.23", | ||
"description": "Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel adapted for WebWorker", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"bitbybit-occt": "0.9.22" | ||
"bitbybit-occt": "0.9.23" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
195307
4105
+ Addedbitbybit-occt@0.9.23(transitive)
- Removedbitbybit-occt@0.9.22(transitive)
Updatedbitbybit-occt@0.9.23