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.28 to 0.9.29

10

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

@@ -137,2 +137,12 @@ import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';

/**
* Subdivides a face to point grid with shifts and removals on nth uv rows or columns
* <div>
* <img src="../assets/images/blockly-images/occt/shapes/face/subdivideToPointsControlled.svg" alt="Blockly Image"/>
* </div>
* @link https://docs.bitbybit.dev/classes/bitbybit_occt_shapes_face.OCCTFace.html#subdivideToPointsControlled
* @param inputs Face and params for subdivision
* @returns points
*/
subdivideToPointsControlled(inputs: Inputs.OCCT.FaceSubdivisionControlledDto<Inputs.OCCT.TopoDSFacePointer>): Promise<Inputs.Base.Point3[]>;
/**
* Subdivides a face to normals grid

@@ -139,0 +149,0 @@ * <div>

@@ -163,2 +163,14 @@ export class OCCTFace {

/**
* Subdivides a face to point grid with shifts and removals on nth uv rows or columns
* <div>
* <img src="../assets/images/blockly-images/occt/shapes/face/subdivideToPointsControlled.svg" alt="Blockly Image"/>
* </div>
* @link https://docs.bitbybit.dev/classes/bitbybit_occt_shapes_face.OCCTFace.html#subdivideToPointsControlled
* @param inputs Face and params for subdivision
* @returns points
*/
subdivideToPointsControlled(inputs) {
return this.occWorkerManager.genericCallToWorkerPromise('shapes.face.subdivideToPointsControlled', inputs);
}
/**
* Subdivides a face to normals grid

@@ -165,0 +177,0 @@ * <div>

4

package.json
{
"name": "bitbybit-occt-worker",
"version": "0.9.28",
"version": "0.9.29",
"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.28",
"bitbybit-occt": "0.9.29",
"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