Thomas Krijnen
|
f5af6ee6c0
|
speed-up min_vertex_edge_distance(). Fixes #518
|
2018-12-19 16:39:54 +01:00 |
|
Thomas Krijnen
|
94f49af00b
|
Fix header order
|
2018-12-19 16:30:05 +01:00 |
|
Thomas Krijnen
|
39b8680f64
|
Improve performance of layerset slicing
|
2018-12-19 16:10:33 +01:00 |
|
Thomas Krijnen
|
26282437cc
|
Layerset processing error message
|
2018-12-19 15:15:28 +01:00 |
|
Thomas Krijnen
|
6911b48a46
|
project() more efficiently onto planar surfaces
|
2018-12-19 15:15:00 +01:00 |
|
Michael Sundqvist
|
1c83b2db53
|
Remove object name from no material log message, raise level to warning
|
2018-12-09 12:23:44 +01:00 |
|
Michael Sundqvist
|
e7a8a97639
|
If material name is empty when writing collada file, name it as a missing material. Logger::Notice() objects that do not have a material assigned.
|
2018-12-09 12:23:44 +01:00 |
|
Thomas Krijnen
|
8c0c216a1d
|
Check boolean result manifoldness for shells individually. Fixes #516.
|
2018-12-08 10:37:54 +01:00 |
|
Thomas Krijnen
|
747ddeb20c
|
Apply openings in batches sorted by increasing detail
|
2018-11-23 11:45:23 +01:00 |
|
Thomas Krijnen
|
4afd104f3d
|
fit_halfspace() correct padding
|
2018-11-21 11:28:22 +01:00 |
|
Thomas Krijnen
|
4ed9166e8a
|
Check for null pointers returned by find_representation()
|
2018-11-20 12:10:44 +01:00 |
|
Thomas Krijnen
|
342cce89d7
|
#487 perform fix after sewing if not valid
|
2018-10-30 09:05:18 +01:00 |
|
Thomas Krijnen
|
3102a1c179
|
Check for empty bounding boxes in boolean op filter
|
2018-09-25 12:47:06 +02:00 |
|
Thomas Krijnen
|
92f4d76c81
|
Check for empty list of boolean operands
|
2018-09-21 14:53:39 +02:00 |
|
Thomas Krijnen
|
6b8681b74a
|
That was bad
|
2018-09-21 11:45:36 +02:00 |
|
Thomas Krijnen
|
7205f0165e
|
Work around private copy constructor on older versions of occt
|
2018-09-21 11:21:51 +02:00 |
|
Thomas Krijnen
|
3840bd1154
|
Limit tolerance on wire self-intersection to edge segment length
|
2018-09-21 10:22:24 +02:00 |
|
Thomas Krijnen
|
622853d73d
|
Filter boolean subtraction operands by intial bounding box test
|
2018-09-19 16:42:34 +02:00 |
|
Thomas Krijnen
|
08557c2664
|
Don't fail on empty bounding box during halfspace processing
|
2018-09-17 15:21:12 +02:00 |
|
Thomas Krijnen
|
a54b7863cd
|
Fail early on duplicate (non consecutive) points in face loops
|
2018-09-17 14:59:15 +02:00 |
|
Thomas Krijnen
|
394a7f14ad
|
Emit unopened shapes in case of exceptions during subtraction
|
2018-09-17 14:11:03 +02:00 |
|
Thomas Krijnen
|
b05b62f440
|
Perform additional check on boolean result output for small edges or distances
|
2018-09-17 12:02:41 +02:00 |
|
Thomas Krijnen
|
51a9bb0ac1
|
Retry boolean operations if output is non-manifold on manifold input
|
2018-09-17 12:00:49 +02:00 |
|
Thomas Krijnen
|
452ab6e5bc
|
Fix flaw in vertex-edge distance used to limit tolerance in boolean ops
|
2018-09-17 11:33:40 +02:00 |
|
Thomas Krijnen
|
0df2bfadef
|
Don't sew overly complex geometries even as part of boolean operations #455
|
2018-09-12 16:44:30 +02:00 |
|
Thomas Krijnen
|
2eaae2bda8
|
Use BVH tree for wire intersections
|
2018-09-12 13:26:11 +02:00 |
|
Thomas Krijnen
|
229a708fc3
|
Emit error messages on missing units
|
2018-09-07 14:25:46 +02:00 |
|
luz.paz
|
d78c9171db
|
Misc. typos
Found via `codespell -q 3`
|
2018-09-07 11:52:01 +02:00 |
|
Thomas Krijnen
|
b13c912c47
|
Work on #426
|
2018-08-20 11:46:26 +02:00 |
|
Thomas Krijnen
|
4cfb2f1027
|
SetNonDestructive does not exist prior to OCCT 7.0
|
2018-06-15 12:39:29 +02:00 |
|
Thomas Krijnen
|
136ec5b224
|
'nondestructive' boolean ops
|
2018-06-12 16:15:12 +02:00 |
|
Thomas Krijnen
|
3ac8379187
|
Set precision on fix after boolean op
|
2018-06-08 14:12:01 +02:00 |
|
Yorik van Havre
|
127bcaf96e
|
adding exception for OCCT 7.3
|
2018-05-16 16:10:40 +02:00 |
|
Yorik van Havre
|
2d59f9d53a
|
Removed one last remaining BOPCol_ListOfShapes
Replaced one last remaining BOPCol_ListOfShapes with TopTools_ListOfShapes (deprecated in OCC7.3)
|
2018-05-16 16:10:40 +02:00 |
|
Thomas Krijnen
|
637d3e2eb6
|
Optimize generation of faces with large (n > 128) number of edges.
|
2018-05-14 11:06:07 +02:00 |
|
Thomas Krijnen
|
ef7a1ab421
|
Limit boolean fuzz to edge length
|
2018-05-13 09:15:06 +02:00 |
|
Thomas Krijnen
|
8ffc12e6cd
|
Reduce radius on wire intersections
|
2018-05-08 09:41:19 +02:00 |
|
Thomas Krijnen
|
161f24d804
|
Copy operands prior to boolean operation
|
2018-05-05 16:09:12 +02:00 |
|
Thomas Krijnen
|
656346741e
|
#288 #297
|
2018-04-18 11:33:57 +02:00 |
|
Thomas Krijnen
|
42c09deb8c
|
#354 loose faces in SewedShape
|
2018-04-11 12:26:01 +02:00 |
|
Thomas Krijnen
|
c0a2e3395f
|
Triangulate non-planar wires when invoked with --sew-shells
|
2017-11-27 16:27:36 +01:00 |
|
Thomas Krijnen
|
6463690a8b
|
Fix typo
|
2017-11-13 13:01:59 +01:00 |
|
Thomas Krijnen
|
148432c011
|
Fixes for boolean ops on recent OCCT versions
|
2017-11-13 12:41:37 +01:00 |
|
Thomas Krijnen
|
b7ce547a0c
|
Fill holes in composite curves, fixes #282
|
2017-11-08 13:27:45 +01:00 |
|
Thomas Krijnen
|
25d68d320d
|
Remove auto keyword
|
2017-10-06 16:01:18 +02:00 |
|
Thomas Krijnen
|
6c4fee1028
|
Color elements by material association. Reimplement reuse detection. Fix #265
|
2017-10-06 15:36:51 +02:00 |
|
Thomas Krijnen
|
ebfe8f9c54
|
Take into account Position is optional in IFC4 when processing layersets on slabs
|
2017-08-09 17:01:10 +02:00 |
|
Thomas Krijnen
|
132e5d5f6e
|
Disable log_notice message on exceeding tolerance values
|
2017-08-09 17:00:41 +02:00 |
|
Thomas Krijnen
|
aa0a6aa5d1
|
Fix #178
|
2017-08-01 16:45:11 +02:00 |
|
Thomas Krijnen
|
6f7afd4b2a
|
Build comprehensive representation id. Fix #225
|
2017-06-28 15:24:49 +02:00 |
|