bitbybit-occt-worker
Advanced tools
Comparing version 0.10.4 to 0.10.5
@@ -16,2 +16,11 @@ import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs'; | ||
/** | ||
* Creates OpenCascade polyline wire | ||
* @param inputs polyline points | ||
* @returns OpenCascade polyline wire shape | ||
* @group via points | ||
* @shortname polyline | ||
* @drawable true | ||
*/ | ||
createPolylineWire(inputs: Inputs.OCCT.PolylineDto): Promise<Inputs.OCCT.TopoDSWirePointer>; | ||
/** | ||
* Creates OpenCascade Bezier wire | ||
@@ -18,0 +27,0 @@ * @param inputs Points through which to make bezier curve |
@@ -17,2 +17,13 @@ export class OCCTWire { | ||
/** | ||
* Creates OpenCascade polyline wire | ||
* @param inputs polyline points | ||
* @returns OpenCascade polyline wire shape | ||
* @group via points | ||
* @shortname polyline | ||
* @drawable true | ||
*/ | ||
createPolylineWire(inputs) { | ||
return this.occWorkerManager.genericCallToWorkerPromise('shapes.wire.createPolylineWire', inputs); | ||
} | ||
/** | ||
* Creates OpenCascade Bezier wire | ||
@@ -19,0 +30,0 @@ * @param inputs Points through which to make bezier curve |
{ | ||
"name": "bitbybit-occt-worker", | ||
"version": "0.10.4", | ||
"version": "0.10.5", | ||
"description": "Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel adapted for WebWorker", | ||
@@ -58,3 +58,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"bitbybit-occt": "0.10.4", | ||
"bitbybit-occt": "0.10.5", | ||
"rxjs": "7.5.5" | ||
@@ -61,0 +61,0 @@ }, |
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
152977
3943
+ Addedbitbybit-occt@0.10.5(transitive)
- Removedbitbybit-occt@0.10.4(transitive)
Updatedbitbybit-occt@0.10.5