bitbybit-occt-worker
Advanced tools
Comparing version 0.9.28 to 0.9.29
@@ -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> |
{ | ||
"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 @@ }, |
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
199127
4184
+ Addedbitbybit-occt@0.9.29(transitive)
- Removedbitbybit-occt@0.9.28(transitive)
Updatedbitbybit-occt@0.9.29