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.9.27 to 0.9.28

2

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

@@ -95,3 +95,3 @@ import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';

*/
createRectangleFace(inputs: Inputs.OCCT.SquareDto): Promise<Inputs.OCCT.TopoDSFacePointer>;
createRectangleFace(inputs: Inputs.OCCT.RectangleDto): Promise<Inputs.OCCT.TopoDSFacePointer>;
/**

@@ -98,0 +98,0 @@ * Gets the face by providing an index from the shape

@@ -197,8 +197,18 @@ import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';

/**
* Creates OpenCascade parallelogram wire
* Creates OpenCascade n-gon wire
* <div>
* <img src="../assets/images/blockly-images/occt/shapes/wire/createNGonWire.svg" alt="Blockly Image"/>
* </div>
* @link https://docs.bitbybit.dev/classes/bitbybit_occt_shapes_wire.OCCTWire.html#createNGonWire
* @param inputs ngon parameters
* @returns OpenCascade ngon wire
*/
createNGonWire(inputs: Inputs.OCCT.NGonWireDto): Promise<Inputs.OCCT.TopoDSWirePointer>;
/**
* Creates n parallelogram wire
* <div>
* <img src="../assets/images/blockly-images/occt/shapes/wire/createParallelogramWire.svg" alt="Blockly Image"/>
* </div>
* @link https://docs.bitbybit.dev/classes/bitbybit_occt_shapes_wire.OCCTWire.html#createParallelogramWire
* @param inputs star parameters
* @param inputs parallelogram parameters
* @returns OpenCascade star wire

@@ -216,3 +226,3 @@ */

*/
createRectangleWire(inputs: Inputs.OCCT.SquareDto): Promise<Inputs.OCCT.TopoDSWirePointer>;
createRectangleWire(inputs: Inputs.OCCT.RectangleDto): Promise<Inputs.OCCT.TopoDSWirePointer>;
/**

@@ -219,0 +229,0 @@ * Creates OpenCascade ellipse wire

@@ -246,8 +246,20 @@ export class OCCTWire {

/**
* Creates OpenCascade parallelogram wire
* Creates OpenCascade n-gon wire
* <div>
* <img src="../assets/images/blockly-images/occt/shapes/wire/createNGonWire.svg" alt="Blockly Image"/>
* </div>
* @link https://docs.bitbybit.dev/classes/bitbybit_occt_shapes_wire.OCCTWire.html#createNGonWire
* @param inputs ngon parameters
* @returns OpenCascade ngon wire
*/
createNGonWire(inputs) {
return this.occWorkerManager.genericCallToWorkerPromise('shapes.wire.createNGonWire', inputs);
}
/**
* Creates n parallelogram wire
* <div>
* <img src="../assets/images/blockly-images/occt/shapes/wire/createParallelogramWire.svg" alt="Blockly Image"/>
* </div>
* @link https://docs.bitbybit.dev/classes/bitbybit_occt_shapes_wire.OCCTWire.html#createParallelogramWire
* @param inputs star parameters
* @param inputs parallelogram parameters
* @returns OpenCascade star wire

@@ -254,0 +266,0 @@ */

{
"name": "bitbybit-occt-worker",
"version": "0.9.27",
"version": "0.9.28",
"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.9.27",
"bitbybit-occt": "0.9.28",
"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