cf-occ-wasm 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cf-occ-wasm.d.ts +1 -1
- package/dist/cf-occ-wasm.wasm +0 -0
- package/package.json +2 -2
package/dist/cf-occ-wasm.d.ts
CHANGED
|
@@ -249,13 +249,13 @@ interface EmbindModule {
|
|
|
249
249
|
Chamfer2(_0: TopoDS_Shape, _1: Array<number>, _2: number): TopoDS_Shape;
|
|
250
250
|
Fillet2(_0: TopoDS_Shape, _1: Array<number>, _2: number): TopoDS_Shape;
|
|
251
251
|
moveShapePts(_0: TopoDS_Shape, _1: Array<number>, _2: gp_Trsf): TopoDS_Shape;
|
|
252
|
+
wire(_0: Array<TopoDS_Shape>): TopoDS_Wire;
|
|
252
253
|
sweep(_0: TopoDS_Wire, _1: Array<TopoDS_Shape>, _2: BRepBuilderAPI_TransitionMode): TopoDS_Shape;
|
|
253
254
|
union(_0: Array<TopoDS_Shape>, _1: Array<TopoDS_Shape>): TopoDS_Shape;
|
|
254
255
|
intersection(_0: Array<TopoDS_Shape>, _1: Array<TopoDS_Shape>): TopoDS_Shape;
|
|
255
256
|
subtraction(_0: Array<TopoDS_Shape>, _1: Array<TopoDS_Shape>): TopoDS_Shape;
|
|
256
257
|
compound(_0: Array<TopoDS_Shape>): TopoDS_Compound;
|
|
257
258
|
compSolid(_0: Array<TopoDS_Shape>): TopoDS_CompSolid;
|
|
258
|
-
wire(_0: Array<TopoDS_Edge>): TopoDS_Wire;
|
|
259
259
|
Chamfer(_0: TopoDS_Shape, _1: Array<TopoDS_Edge>, _2: number): TopoDS_Shape;
|
|
260
260
|
Fillet(_0: TopoDS_Shape, _1: Array<TopoDS_Edge>, _2: number, _3: ChFi3d_FilletShape): TopoDS_Shape;
|
|
261
261
|
face(_0: Array<TopoDS_Wire>): TopoDS_Face;
|
package/dist/cf-occ-wasm.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED