brepjs 8.2.0 → 8.3.0
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-D_luVeES.js → Blueprint-CdVaHDSx.js} +3 -2
- package/dist/{Blueprint-CTAwjJMN.cjs → Blueprint-a3ukJMG4.cjs} +4 -3
- package/dist/{boolean2D-vw76Gayn.js → boolean2D-DzA0STqC.js} +3 -3
- package/dist/{boolean2D-B5axNhjN.cjs → boolean2D-pvPIs21j.cjs} +3 -3
- package/dist/{booleanFns-BhqXpQoZ.js → booleanFns-BcQUqjUu.js} +42 -5
- package/dist/{booleanFns-Yc3EBxdm.cjs → booleanFns-Cd414V3l.cjs} +42 -5
- package/dist/brepjs.cjs +189 -100
- package/dist/brepjs.js +255 -165
- package/dist/{cornerFinder-DuStF5jK.cjs → cornerFinder-BdKtobgb.cjs} +1 -1
- package/dist/{cornerFinder-CPm2baSJ.js → cornerFinder-DvPiz-VR.js} +1 -1
- package/dist/curveFns-B5EQsSwv.cjs +177 -0
- package/dist/curveFns-CyHyk29c.js +178 -0
- package/dist/{drawFns-CzBbcoXA.js → drawFns-CAAE4Z88.js} +6 -5
- package/dist/{drawFns-CiNxPu6J.cjs → drawFns-Mr2pghU8.cjs} +9 -8
- package/dist/{helpers-Dje6wrKi.cjs → helpers-CP2KrBZl.cjs} +4 -4
- package/dist/{helpers-BSQfs538.js → helpers-r_e-u1JM.js} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/io.cjs +2 -2
- package/dist/io.js +2 -2
- package/dist/{meshFns-BKSPaPXS.js → meshFns-BEvGVcym.js} +4 -1
- package/dist/{meshFns-CFVxKBlE.cjs → meshFns-CJV_k_EQ.cjs} +4 -1
- package/dist/{operations-CjQHEu1h.js → operations-B314mytX.js} +1 -1
- package/dist/{operations-CdGb6IBU.cjs → operations-CYGNxn5D.cjs} +1 -1
- package/dist/operations.cjs +1 -1
- package/dist/operations.js +1 -1
- package/dist/query.cjs +3 -3
- package/dist/query.js +4 -4
- package/dist/{curveFns-C5gSZ5EY.js → shapeFns-CWd_ASDV.js} +115 -194
- package/dist/{curveFns-ByeCqutv.cjs → shapeFns-Z_ScEjmn.cjs} +94 -173
- package/dist/sketching.cjs +2 -2
- package/dist/sketching.js +2 -2
- package/dist/topology/booleanFns.d.ts.map +1 -1
- package/dist/topology/meshFns.d.ts +1 -0
- package/dist/topology/meshFns.d.ts.map +1 -1
- package/dist/topology/modifierFns.d.ts.map +1 -1
- package/dist/topology/shapeFns.d.ts +30 -0
- package/dist/topology/shapeFns.d.ts.map +1 -1
- package/dist/{topology-D8Au8q4i.cjs → topology-A7-jUtHB.cjs} +9 -8
- package/dist/{topology-BFB3LI_y.js → topology-BupialMm.js} +4 -3
- package/dist/topology.cjs +32 -31
- package/dist/topology.js +57 -56
- package/package.json +1 -1
package/dist/topology.js
CHANGED
|
@@ -1,76 +1,77 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { e, d } from "./booleanFns-
|
|
3
|
-
import { a as
|
|
4
|
-
import {
|
|
5
|
-
import { c as c4, b as
|
|
6
|
-
import {
|
|
1
|
+
import { n, c, o, b, q, u, x, i, y, z, A, B, v } from "./shapeFns-CWd_ASDV.js";
|
|
2
|
+
import { e, d } from "./booleanFns-BcQUqjUu.js";
|
|
3
|
+
import { a, b as b2, c as c2, e as e2, f, d as d2, g, j, s, t, k, l, v as v2, w } from "./topology-BupialMm.js";
|
|
4
|
+
import { g as g2, d as d3, c as c3, h, f as f2, i as i2, b as b3, e as e3, a as a2, k as k2, l as l2, m, n as n2, o as o2 } from "./curveFns-CyHyk29c.js";
|
|
5
|
+
import { c as c4, f as f3, a as a3, b as b4, d as d4, g as g3, i as i3, n as n3, o as o3, p, e as e4, u as u2, h as h2 } from "./faceFns-ub3CugDN.js";
|
|
6
|
+
import { c as c5, b as b5, e as e5, d as d5, f as f4 } from "./meshFns-BEvGVcym.js";
|
|
7
|
+
import { e as e6, c as c6, f as f5, d as d6, g as g4, i as i4, s as s2 } from "./cast-D0OhP1nV.js";
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
a as adjacentFaces,
|
|
10
|
+
g2 as approximateCurve,
|
|
11
|
+
e6 as asTopo,
|
|
12
|
+
b2 as autoHeal,
|
|
13
|
+
c6 as cast,
|
|
13
14
|
c2 as chamferDistAngleShape,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
15
|
+
c4 as classifyPointOnFace,
|
|
16
|
+
c5 as clearMeshCache,
|
|
17
|
+
b5 as createMeshCache,
|
|
18
|
+
d3 as curveEndPoint,
|
|
19
|
+
c3 as curveIsClosed,
|
|
20
|
+
h as curveIsPeriodic,
|
|
21
|
+
f2 as curveLength,
|
|
22
|
+
i2 as curvePeriod,
|
|
23
|
+
b3 as curvePointAt,
|
|
24
|
+
e3 as curveStartPoint,
|
|
25
|
+
a2 as curveTangentAt,
|
|
25
26
|
e as cutAll,
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
f5 as deserializeShape,
|
|
28
|
+
d6 as downcast,
|
|
28
29
|
e2 as edgesOfFace,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
e5 as exportIGES,
|
|
31
|
+
d5 as exportSTEP,
|
|
32
|
+
f4 as exportSTL,
|
|
33
|
+
f3 as faceCenter,
|
|
33
34
|
a3 as faceGeomType,
|
|
34
|
-
|
|
35
|
+
b4 as faceOrientation,
|
|
35
36
|
f as facesOfEdge,
|
|
36
|
-
|
|
37
|
-
|
|
37
|
+
d4 as flipFaceOrientation,
|
|
38
|
+
k2 as flipOrientation,
|
|
38
39
|
d as fuseAll,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
40
|
+
n as getBounds,
|
|
41
|
+
l2 as getCurveType,
|
|
42
|
+
c as getEdges,
|
|
43
|
+
o as getFaces,
|
|
44
|
+
b as getHashCode,
|
|
45
|
+
m as getOrientation,
|
|
45
46
|
g3 as getSurfaceType,
|
|
46
|
-
|
|
47
|
-
|
|
47
|
+
q as getVertices,
|
|
48
|
+
u as getWires,
|
|
48
49
|
d2 as healFace,
|
|
49
|
-
|
|
50
|
+
g as healSolid,
|
|
50
51
|
j as healWire,
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
i3 as innerWires,
|
|
53
|
+
n2 as interpolateCurve,
|
|
53
54
|
g4 as isCompSolid,
|
|
54
|
-
|
|
55
|
+
x as isEqualShape,
|
|
55
56
|
i as isSameShape,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
57
|
+
y as iterEdges,
|
|
58
|
+
z as iterFaces,
|
|
59
|
+
i4 as iterTopo,
|
|
60
|
+
A as iterVertices,
|
|
61
|
+
B as iterWires,
|
|
62
|
+
n3 as normalAt,
|
|
63
|
+
o2 as offsetWire2D,
|
|
64
|
+
o3 as outerWire,
|
|
65
|
+
p as pointOnSurface,
|
|
66
|
+
e4 as projectPointOnFace,
|
|
66
67
|
s2 as shapeType,
|
|
67
68
|
s as sharedEdges,
|
|
68
69
|
t as toBufferGeometryData,
|
|
69
70
|
k as toGroupedBufferGeometryData,
|
|
70
|
-
|
|
71
|
+
l as toLineGeometryData,
|
|
71
72
|
u2 as uvBounds,
|
|
72
|
-
|
|
73
|
+
h2 as uvCoordinates,
|
|
73
74
|
v as vertexPosition,
|
|
74
75
|
v2 as verticesOfEdge,
|
|
75
|
-
|
|
76
|
+
w as wiresOfFace
|
|
76
77
|
};
|