Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitbybit-occt-worker

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbybit-occt-worker - npm Package Compare versions

Comparing version 0.10.4 to 0.10.5

9

lib/api/occt/shapes/wire.d.ts

@@ -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

4

package.json
{
"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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc