brepjs 8.8.5 → 8.8.7
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/2d.cjs +2 -2
- package/dist/2d.js +3 -3
- package/dist/{Blueprint-D4u0ExpA.js → Blueprint-BWLPU0ZC.js} +3 -3
- package/dist/{Blueprint-Bt7uPY1T.cjs → Blueprint-CIfiTx-y.cjs} +3 -3
- package/dist/{boolean2D-CsTlgpyo.js → boolean2D-BG9wtSKz.js} +5 -5
- package/dist/{boolean2D-q-P4AZ6C.cjs → boolean2D-Bs_OdV2_.cjs} +5 -5
- package/dist/{booleanFns-D7lUezkK.cjs → booleanFns-CUxOBNlC.cjs} +45 -40
- package/dist/{booleanFns-CeFzJzBI.js → booleanFns-DHEaBJwW.js} +45 -40
- package/dist/brepjs.cjs +15 -16
- package/dist/brepjs.js +210 -211
- package/dist/{cornerFinder-B-vtKJXo.cjs → cornerFinder-BijsFhpz.cjs} +1 -1
- package/dist/{cornerFinder-DPlORCdO.js → cornerFinder-DfSdXbxK.js} +1 -1
- package/dist/{curveFns-KDpL9iyo.cjs → curveFns-D0L3YcH-.cjs} +10 -4
- package/dist/{curveFns-VDZEhY97.js → curveFns-VRW_cski.js} +10 -4
- package/dist/{drawFns-dBbaIuS9.cjs → drawFns-BGGYhul8.cjs} +8 -8
- package/dist/{drawFns-D3XEel9W.js → drawFns-Df_AbW16.js} +8 -8
- package/dist/{helpers-DlHonwIc.cjs → helpers-Ces6b2wm.cjs} +1 -1
- package/dist/{helpers-Bgd8Mywb.js → helpers-D7hTCTJm.js} +1 -1
- package/dist/io.cjs +2 -2
- package/dist/io.js +2 -2
- package/dist/{loft-B17gpWGq.js → loft-BpfrTPIR.js} +1 -1
- package/dist/{loft-DyKWV7UL.cjs → loft-GLxTzuXU.cjs} +1 -1
- package/dist/{meshFns-COlS3fd9.cjs → meshFns-BTb2esZJ.cjs} +1 -1
- package/dist/{meshFns-Cn5aF4ZG.js → meshFns-DJx5Yqiy.js} +1 -1
- package/dist/{operations-Dbq99V2Z.js → operations-CHIU-aGI.js} +2 -2
- package/dist/{operations-DmjlQKdz.cjs → operations-T5f-v2rF.cjs} +2 -2
- package/dist/operations.cjs +2 -2
- package/dist/operations.js +2 -2
- package/dist/query/finderFns.d.ts.map +1 -1
- package/dist/query.cjs +3 -3
- package/dist/query.js +4 -4
- package/dist/{shapeFns-C0otoBvv.js → shapeFns-5HlS8wvc.js} +26 -21
- package/dist/{shapeFns-Dfix5LE1.cjs → shapeFns-CbZMmuQA.cjs} +6 -1
- package/dist/sketching/sketchLib.d.ts.map +1 -1
- package/dist/sketching.cjs +2 -2
- package/dist/sketching.js +2 -2
- package/dist/{surfaceBuilders-BdGROM9K.cjs → surfaceBuilders-zWnw2I0j.cjs} +1 -1
- package/dist/{surfaceBuilders-B737jXGa.js → surfaceBuilders-zlVu1d-b.js} +1 -1
- package/dist/topology/booleanFns.d.ts.map +1 -1
- package/dist/topology/colorFns.d.ts.map +1 -1
- package/dist/topology/curveFns.d.ts.map +1 -1
- package/dist/topology/faceTagFns.d.ts.map +1 -1
- package/dist/topology/modifierFns.d.ts.map +1 -1
- package/dist/topology/shapeFns.d.ts +13 -1
- package/dist/topology/shapeFns.d.ts.map +1 -1
- package/dist/topology/shapeHelpers.d.ts.map +1 -1
- package/dist/topology/surfaceFns.d.ts.map +1 -1
- package/dist/{topology-BhzqCA8c.js → topology-CMS8QyJa.js} +4 -4
- package/dist/{topology-B8jZHHZj.cjs → topology-ZRFxrEEW.cjs} +4 -4
- package/dist/topology.cjs +5 -5
- package/dist/topology.js +22 -22
- package/package.json +1 -1
package/dist/topology.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const shapeFns = require("./shapeFns-
|
|
4
|
-
const booleanFns = require("./booleanFns-
|
|
5
|
-
const topology = require("./topology-
|
|
6
|
-
const curveFns = require("./curveFns-
|
|
3
|
+
const shapeFns = require("./shapeFns-CbZMmuQA.cjs");
|
|
4
|
+
const booleanFns = require("./booleanFns-CUxOBNlC.cjs");
|
|
5
|
+
const topology = require("./topology-ZRFxrEEW.cjs");
|
|
6
|
+
const curveFns = require("./curveFns-D0L3YcH-.cjs");
|
|
7
7
|
const faceFns = require("./faceFns-B8xnZw-f.cjs");
|
|
8
|
-
const meshFns = require("./meshFns-
|
|
8
|
+
const meshFns = require("./meshFns-BTb2esZJ.cjs");
|
|
9
9
|
exports.getBounds = shapeFns.getBounds;
|
|
10
10
|
exports.getEdges = shapeFns.getEdges;
|
|
11
11
|
exports.getFaces = shapeFns.getFaces;
|
package/dist/topology.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { h, g } from "./booleanFns-
|
|
3
|
-
import { a as a2, b, c as c2, e as e2, f as f2, d as d2, g as g2, j, s, t, k, l, v as v2, w } from "./topology-
|
|
4
|
-
import { j as j2, a as a3, e as e3, k as k2, i
|
|
5
|
-
import { l as l3, c as c4, m as m2, j as j3, d as d4, e as e4, f as f3, q, r, g as g4, k as k3, s as s2, i as
|
|
6
|
-
import { c as c5, b as b3, e as e5, d as d5, f as f4 } from "./meshFns-
|
|
1
|
+
import { w, d, a, f, e, c, y, h, z, A, B, C, v } from "./shapeFns-5HlS8wvc.js";
|
|
2
|
+
import { h as h2, g } from "./booleanFns-DHEaBJwW.js";
|
|
3
|
+
import { a as a2, b, c as c2, e as e2, f as f2, d as d2, g as g2, j, s, t, k, l, v as v2, w as w2 } from "./topology-CMS8QyJa.js";
|
|
4
|
+
import { j as j2, a as a3, e as e3, k as k2, i, l as l2, h as h3, d as d3, c as c3, m, b as b2, g as g3, n, o } from "./curveFns-VRW_cski.js";
|
|
5
|
+
import { l as l3, c as c4, m as m2, j as j3, d as d4, e as e4, f as f3, q, r, g as g4, k as k3, s as s2, i as i2, n as n2, o as o2, p, t as t2, v as v3, u, h as h4 } from "./faceFns-DG4bu-QB.js";
|
|
6
|
+
import { c as c5, b as b3, e as e5, d as d5, f as f4 } from "./meshFns-DJx5Yqiy.js";
|
|
7
7
|
export {
|
|
8
8
|
a2 as adjacentFaces,
|
|
9
9
|
j2 as approximateCurve,
|
|
@@ -17,12 +17,12 @@ export {
|
|
|
17
17
|
a3 as curveEndPoint,
|
|
18
18
|
e3 as curveIsClosed,
|
|
19
19
|
k2 as curveIsPeriodic,
|
|
20
|
-
|
|
20
|
+
i as curveLength,
|
|
21
21
|
l2 as curvePeriod,
|
|
22
|
-
|
|
22
|
+
h3 as curvePointAt,
|
|
23
23
|
d3 as curveStartPoint,
|
|
24
24
|
c3 as curveTangentAt,
|
|
25
|
-
|
|
25
|
+
h2 as cutAll,
|
|
26
26
|
j3 as deserializeShape,
|
|
27
27
|
d4 as downcast,
|
|
28
28
|
e2 as edgesOfFace,
|
|
@@ -36,14 +36,14 @@ export {
|
|
|
36
36
|
r as flipFaceOrientation,
|
|
37
37
|
m as flipOrientation,
|
|
38
38
|
g as fuseAll,
|
|
39
|
-
|
|
39
|
+
w as getBounds,
|
|
40
40
|
b2 as getCurveType,
|
|
41
41
|
d as getEdges,
|
|
42
42
|
a as getFaces,
|
|
43
|
-
|
|
43
|
+
f as getHashCode,
|
|
44
44
|
g3 as getOrientation,
|
|
45
45
|
g4 as getSurfaceType,
|
|
46
|
-
|
|
46
|
+
e as getVertices,
|
|
47
47
|
c as getWires,
|
|
48
48
|
d2 as healFace,
|
|
49
49
|
g2 as healSolid,
|
|
@@ -51,13 +51,13 @@ export {
|
|
|
51
51
|
k3 as innerWires,
|
|
52
52
|
n as interpolateCurve,
|
|
53
53
|
s2 as isCompSolid,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
54
|
+
y as isEqualShape,
|
|
55
|
+
h as isSameShape,
|
|
56
|
+
z as iterEdges,
|
|
57
|
+
A as iterFaces,
|
|
58
|
+
i2 as iterTopo,
|
|
59
|
+
B as iterVertices,
|
|
60
|
+
C as iterWires,
|
|
61
61
|
n2 as normalAt,
|
|
62
62
|
o as offsetWire2D,
|
|
63
63
|
o2 as outerWire,
|
|
@@ -68,9 +68,9 @@ export {
|
|
|
68
68
|
t as toBufferGeometryData,
|
|
69
69
|
k as toGroupedBufferGeometryData,
|
|
70
70
|
l as toLineGeometryData,
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
u as uvBounds,
|
|
72
|
+
h4 as uvCoordinates,
|
|
73
73
|
v as vertexPosition,
|
|
74
74
|
v2 as verticesOfEdge,
|
|
75
|
-
|
|
75
|
+
w2 as wiresOfFace
|
|
76
76
|
};
|