119 of the app's 138 symbols now resolve; only the I/O modules and the Inc 4 tail are left. New: GCE2d, GCPnts, BRepFilletAPI, BRepOffsetAPI, ShapeAnalysis, ShapeFix, ShapeUpgrade, BRepCheck, BRepTools, BRepLib, BRepExtrema, BRepClass3d, IntCurvesFace, plus TopTools_HSequenceOfShape. The fillet and chamfer builders derive BRepBuilderAPI_MakeShape, so their history comes from the base bound in Inc 1 — which is what lets the app read a blend's provenance the same way it reads a boolean's. The Inc 2 gate compares that history exactly, alongside the splitter's, which is what sketch-region attribution depends on. Two shapes of deviation, both commented where they are bound: - Trailing enum arguments are left off four constructors (fillet's ChFi3d_FilletShape, MakeThickSolidByJoin's mode/join pair, BRepExtrema's Extrema flags, and Inc 1's GeomAPI_ProjectPointOnSurf). An unregistered enum cannot serve as a default argument — nanobind converts defaults at binding time, so it fails the whole module's import with std::bad_cast. The app never overrides any of them, so OCCT's own defaults apply and behaviour is unchanged. - ShapeAnalysis_FreeBounds.ConnectEdgesToWires reassigns a Handle& out parameter, which the caster cannot honour because it hands C++ a copy of the handle. The lambda splices the result into the sequence the caller passed, so the pass-empty-then-read shape the app uses still works. This is the one place upstream's holder semantics and ours differ observably. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DfriM8XUkn7uYf5Dwe2xo6
696 lines
12 KiB
JSON
696 lines
12 KiB
JSON
{
|
|
"generated_by": "cadquery-ocp-novtk",
|
|
"occt_version": "7.9.3.1",
|
|
"shapes": {
|
|
"box": {
|
|
"sha256": "d83ce546f116c93596552ed7628736843c05a6455c13d9e209a0c2830bd6cc35",
|
|
"size": 4494,
|
|
"faces": 6
|
|
},
|
|
"box_meshed": {
|
|
"sha256": "b656381c0fd05aae37256e36e15d038a80c5f10df0a4ef4ee570192d23772896",
|
|
"size": 6931,
|
|
"faces": 6
|
|
},
|
|
"fused": {
|
|
"sha256": "3535742144c0a789f06b6a1950c5cecfc723e9bfeaf3b3b5cb7c38c78027661e",
|
|
"size": 10602,
|
|
"faces": 12
|
|
},
|
|
"cut_cylinder": {
|
|
"sha256": "f91914a18d5faa9ffbb213f46257f00d3a08c09d58f7de96820d7f7431391e8f",
|
|
"size": 6058,
|
|
"faces": 7
|
|
},
|
|
"located_compound": {
|
|
"sha256": "4214e4a24a419d0ee7cdc1db113740a645d37ff696a18924bbed602535a8896f",
|
|
"size": 4618,
|
|
"faces": 12
|
|
},
|
|
"empty_compound": {
|
|
"sha256": "396c108ce1871b60b5076fddd4baa0266797a2294b4a401a689a9ed7ca1e2de0",
|
|
"size": 171,
|
|
"faces": 0
|
|
}
|
|
},
|
|
"inc1": {
|
|
"measure": {
|
|
"box": {
|
|
"volume": 6000.0,
|
|
"area": 2200.0,
|
|
"bbox": [
|
|
-1e-07,
|
|
-1e-07,
|
|
-1e-07,
|
|
10.0000001,
|
|
20.0000001,
|
|
30.0000001
|
|
],
|
|
"n_faces": 6,
|
|
"n_edges": 12,
|
|
"n_solids": 1
|
|
},
|
|
"box_meshed": {
|
|
"volume": 6000.0,
|
|
"area": 2200.0,
|
|
"bbox": [
|
|
-1e-07,
|
|
-1e-07,
|
|
-1e-07,
|
|
10.0000001,
|
|
20.0000001,
|
|
30.0000001
|
|
],
|
|
"n_faces": 6,
|
|
"n_edges": 12,
|
|
"n_solids": 1
|
|
},
|
|
"fused": {
|
|
"volume": 12500.0,
|
|
"area": 3650.0,
|
|
"bbox": [
|
|
-1.5e-07,
|
|
-1.5e-07,
|
|
-1.5e-07,
|
|
25.00000015,
|
|
25.00000015,
|
|
30.00000015
|
|
],
|
|
"n_faces": 12,
|
|
"n_edges": 30,
|
|
"n_solids": 1
|
|
},
|
|
"cut_cylinder": {
|
|
"volume": 5151.769983530756,
|
|
"area": 2708.9380098815463,
|
|
"bbox": [
|
|
-1e-07,
|
|
-1e-07,
|
|
-1e-07,
|
|
10.0000001,
|
|
20.0000001,
|
|
30.0000001
|
|
],
|
|
"n_faces": 7,
|
|
"n_edges": 15,
|
|
"n_solids": 1
|
|
},
|
|
"located_compound": {
|
|
"volume": 12000.0,
|
|
"area": 4400.0,
|
|
"bbox": [
|
|
-1e-07,
|
|
-1e-07,
|
|
-1e-07,
|
|
60.0000001,
|
|
20.0000001,
|
|
30.0000001
|
|
],
|
|
"n_faces": 12,
|
|
"n_edges": 24,
|
|
"n_solids": 2
|
|
},
|
|
"empty_compound": {
|
|
"volume": 0.0,
|
|
"area": 0.0,
|
|
"bbox": null,
|
|
"n_faces": 0,
|
|
"n_edges": 0,
|
|
"n_solids": 0
|
|
}
|
|
},
|
|
"face_props": {
|
|
"box": [
|
|
[
|
|
600.0,
|
|
0.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
600.0,
|
|
10.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
5.0,
|
|
0.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
5.0,
|
|
20.0,
|
|
15.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
5.0,
|
|
10.0,
|
|
0.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
5.0,
|
|
10.0,
|
|
30.0
|
|
]
|
|
],
|
|
"box_meshed": [
|
|
[
|
|
600.0,
|
|
0.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
600.0,
|
|
10.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
5.0,
|
|
0.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
5.0,
|
|
20.0,
|
|
15.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
5.0,
|
|
10.0,
|
|
0.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
5.0,
|
|
10.0,
|
|
30.0
|
|
]
|
|
],
|
|
"fused": [
|
|
[
|
|
600.0,
|
|
0.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
5.0,
|
|
0.0,
|
|
15.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
5.0,
|
|
10.0,
|
|
30.0
|
|
],
|
|
[
|
|
200.0,
|
|
3.7500000000000004,
|
|
20.0,
|
|
15.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
5.0,
|
|
10.0,
|
|
0.0
|
|
],
|
|
[
|
|
300.0,
|
|
10.0,
|
|
7.5,
|
|
14.999999999999996
|
|
],
|
|
[
|
|
324.99999999999994,
|
|
16.73076923076923,
|
|
15.57692307692308,
|
|
5.0
|
|
],
|
|
[
|
|
99.99999999999999,
|
|
5.0,
|
|
22.5,
|
|
15.0
|
|
],
|
|
[
|
|
324.99999999999994,
|
|
16.73076923076923,
|
|
15.57692307692308,
|
|
25.0
|
|
],
|
|
[
|
|
299.99999999999994,
|
|
17.5,
|
|
5.0,
|
|
15.0
|
|
],
|
|
[
|
|
399.99999999999994,
|
|
15.0,
|
|
25.0,
|
|
15.0
|
|
],
|
|
[
|
|
399.99999999999994,
|
|
25.0,
|
|
15.0,
|
|
15.0
|
|
]
|
|
],
|
|
"cut_cylinder": [
|
|
[
|
|
600.0,
|
|
0.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
5.0,
|
|
0.0,
|
|
15.0
|
|
],
|
|
[
|
|
171.72566611769184,
|
|
5.0,
|
|
10.0,
|
|
30.000000000000004
|
|
],
|
|
[
|
|
300.0,
|
|
5.0,
|
|
20.0,
|
|
15.0
|
|
],
|
|
[
|
|
171.72566611769184,
|
|
5.0,
|
|
10.0,
|
|
0.0
|
|
],
|
|
[
|
|
600.0,
|
|
10.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
565.4866776461628,
|
|
5.0,
|
|
10.0,
|
|
15.000000000000002
|
|
]
|
|
],
|
|
"located_compound": [
|
|
[
|
|
600.0,
|
|
0.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
600.0,
|
|
10.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
5.0,
|
|
0.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
5.0,
|
|
20.0,
|
|
15.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
5.0,
|
|
10.0,
|
|
0.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
5.0,
|
|
10.0,
|
|
30.0
|
|
],
|
|
[
|
|
600.0,
|
|
50.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
600.0,
|
|
60.0,
|
|
10.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
55.0,
|
|
0.0,
|
|
15.0
|
|
],
|
|
[
|
|
300.0,
|
|
55.0,
|
|
20.0,
|
|
15.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
55.0,
|
|
10.0,
|
|
0.0
|
|
],
|
|
[
|
|
199.99999999999997,
|
|
55.0,
|
|
10.0,
|
|
30.0
|
|
]
|
|
]
|
|
},
|
|
"cut_cylinder_history": [
|
|
{
|
|
"pre": 0,
|
|
"deleted": false,
|
|
"modified": [],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 1,
|
|
"deleted": false,
|
|
"modified": [],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 2,
|
|
"deleted": false,
|
|
"modified": [],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 3,
|
|
"deleted": false,
|
|
"modified": [],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 4,
|
|
"deleted": false,
|
|
"modified": [
|
|
33
|
|
],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 5,
|
|
"deleted": false,
|
|
"modified": [
|
|
20
|
|
],
|
|
"generated": []
|
|
}
|
|
],
|
|
"box_meshed_counts": [
|
|
[
|
|
0,
|
|
4,
|
|
2
|
|
],
|
|
[
|
|
1,
|
|
4,
|
|
2
|
|
],
|
|
[
|
|
2,
|
|
4,
|
|
2
|
|
],
|
|
[
|
|
3,
|
|
4,
|
|
2
|
|
],
|
|
[
|
|
4,
|
|
4,
|
|
2
|
|
],
|
|
[
|
|
5,
|
|
4,
|
|
2
|
|
]
|
|
],
|
|
"constructions": {
|
|
"arc_edge": {
|
|
"sha256": "2b6eadbe678c8e13d04cfa1fdf6d6d475776d168639dbb38b90452c9f1481535",
|
|
"length": 15.707963267948966
|
|
},
|
|
"spline_edge": {
|
|
"sha256": "71a9b3c8aee46b338728fc03b98931d4087c5df5962e9745d70fcfd3cc1a3133",
|
|
"length": 12.236066959998437
|
|
},
|
|
"prism": {
|
|
"sha256": "0730ad0a74dda44760b4a43b4b7f22ed58c672d8aeb8f3fd483969b92cbf3d2f",
|
|
"volume": 239.99999999999997,
|
|
"area": 247.99999999999994,
|
|
"bbox": [
|
|
-1.0000000000000002e-07,
|
|
-1.0000000000000002e-07,
|
|
-1.0000000000000002e-07,
|
|
10.0000001,
|
|
6.0000001,
|
|
4.0000001
|
|
],
|
|
"n_faces": 6,
|
|
"n_edges": 12,
|
|
"n_solids": 1,
|
|
"history": [
|
|
{
|
|
"pre": 0,
|
|
"deleted": false,
|
|
"modified": [],
|
|
"generated": [
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"inc2": {
|
|
"fillet": {
|
|
"sha256": "4da9eb256a1e012b94655f6ecd02b34590c4e058beb336794fb68c3047c0070c",
|
|
"volume": 5974.247779607694,
|
|
"area": 2172.530964914873,
|
|
"bbox": [
|
|
-1.000000004440892e-07,
|
|
-1.000000004440892e-07,
|
|
-1e-07,
|
|
10.0000001,
|
|
20.0000001,
|
|
30.0000001
|
|
],
|
|
"n_faces": 7,
|
|
"n_edges": 15,
|
|
"n_solids": 1,
|
|
"history": [
|
|
{
|
|
"pre": 0,
|
|
"deleted": false,
|
|
"modified": [
|
|
3
|
|
],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 1,
|
|
"deleted": false,
|
|
"modified": [],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 2,
|
|
"deleted": false,
|
|
"modified": [
|
|
37
|
|
],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 3,
|
|
"deleted": false,
|
|
"modified": [],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 4,
|
|
"deleted": false,
|
|
"modified": [
|
|
32
|
|
],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 5,
|
|
"deleted": false,
|
|
"modified": [
|
|
13
|
|
],
|
|
"generated": []
|
|
}
|
|
]
|
|
},
|
|
"chamfer": {
|
|
"sha256": "cdf8d040a239e6202f94e38fc0fc9595e475180c7067a5f1e2391d9ed95d03af",
|
|
"volume": 5966.25,
|
|
"area": 2171.389610306789,
|
|
"bbox": [
|
|
-1.000000001110223e-07,
|
|
-1.000000001110223e-07,
|
|
-1e-07,
|
|
10.0000001,
|
|
20.0000001,
|
|
30.000000100000005
|
|
],
|
|
"n_faces": 7,
|
|
"n_edges": 15,
|
|
"n_solids": 1
|
|
},
|
|
"splitter": {
|
|
"volume": 6000.0,
|
|
"area": 3400.0,
|
|
"bbox": [
|
|
-1.5e-07,
|
|
-1.5e-07,
|
|
-1.5e-07,
|
|
10.00000015,
|
|
20.00000015,
|
|
30.00000015
|
|
],
|
|
"n_faces": 16,
|
|
"n_edges": 28,
|
|
"n_solids": 3,
|
|
"history": [
|
|
{
|
|
"pre": 0,
|
|
"deleted": false,
|
|
"modified": [
|
|
3,
|
|
37,
|
|
61
|
|
],
|
|
"generated": [
|
|
8,
|
|
41
|
|
]
|
|
},
|
|
{
|
|
"pre": 1,
|
|
"deleted": false,
|
|
"modified": [
|
|
33,
|
|
57,
|
|
81
|
|
],
|
|
"generated": [
|
|
24,
|
|
53
|
|
]
|
|
},
|
|
{
|
|
"pre": 2,
|
|
"deleted": false,
|
|
"modified": [],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 3,
|
|
"deleted": false,
|
|
"modified": [],
|
|
"generated": []
|
|
},
|
|
{
|
|
"pre": 4,
|
|
"deleted": false,
|
|
"modified": [
|
|
25,
|
|
54,
|
|
78
|
|
],
|
|
"generated": [
|
|
22,
|
|
51
|
|
]
|
|
},
|
|
{
|
|
"pre": 5,
|
|
"deleted": false,
|
|
"modified": [
|
|
13,
|
|
44,
|
|
68
|
|
],
|
|
"generated": [
|
|
15,
|
|
46
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"unified": {
|
|
"volume": 12500.0,
|
|
"area": 3650.0,
|
|
"bbox": [
|
|
-1.5e-07,
|
|
-1.5e-07,
|
|
-1.5e-07,
|
|
25.00000015,
|
|
25.00000015,
|
|
30.00000015
|
|
],
|
|
"n_faces": 12,
|
|
"n_edges": 30,
|
|
"n_solids": 1
|
|
},
|
|
"distance": {
|
|
"is_done": true,
|
|
"value": 30.0,
|
|
"n_solutions": 4
|
|
},
|
|
"classifier": {
|
|
"inside": 0,
|
|
"outside": 1
|
|
},
|
|
"uv_bounds": [
|
|
0.0,
|
|
30.0,
|
|
-20.0,
|
|
0.0
|
|
],
|
|
"outer_wire_edges": 4
|
|
}
|
|
}
|